@Generated
public interface SchemaBundleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEtag()
Optional.
|
com.google.protobuf.ByteString |
getEtagBytes()
Optional.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
ProtoSchema |
getProtoSchema()
Schema for Protobufs.
|
ProtoSchemaOrBuilder |
getProtoSchemaOrBuilder()
Schema for Protobufs.
|
SchemaBundle.TypeCase |
getTypeCase() |
boolean |
hasProtoSchema()
Schema for Protobufs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The unique name identifying this schema bundle.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The unique name identifying this schema bundle.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];boolean hasProtoSchema()
Schema for Protobufs.
.google.bigtable.admin.v2.ProtoSchema proto_schema = 2;ProtoSchema getProtoSchema()
Schema for Protobufs.
.google.bigtable.admin.v2.ProtoSchema proto_schema = 2;ProtoSchemaOrBuilder getProtoSchemaOrBuilder()
Schema for Protobufs.
.google.bigtable.admin.v2.ProtoSchema proto_schema = 2;String getEtag()
Optional. The etag for this schema bundle. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEtagBytes()
Optional. The etag for this schema bundle. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.
string etag = 3 [(.google.api.field_behavior) = OPTIONAL];SchemaBundle.TypeCase getTypeCase()
Copyright © 2026 Google LLC. All rights reserved.