Interface SchemaBundleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SchemaBundle, SchemaBundle.Builder

public interface SchemaBundleOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    Identifier.
    com.google.protobuf.ByteString
    Identifier.
    Schema for Protobufs.
    Schema for Protobufs.
     
    boolean
    Schema for Protobufs.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String 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];
      Returns:
      The name.
    • getNameBytes

      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];
      Returns:
      The bytes for name.
    • hasProtoSchema

      boolean hasProtoSchema()
       Schema for Protobufs.
       
      .google.bigtable.admin.v2.ProtoSchema proto_schema = 2;
      Returns:
      Whether the protoSchema field is set.
    • getProtoSchema

      ProtoSchema getProtoSchema()
       Schema for Protobufs.
       
      .google.bigtable.admin.v2.ProtoSchema proto_schema = 2;
      Returns:
      The protoSchema.
    • getProtoSchemaOrBuilder

      ProtoSchemaOrBuilder getProtoSchemaOrBuilder()
       Schema for Protobufs.
       
      .google.bigtable.admin.v2.ProtoSchema proto_schema = 2;
    • getEtag

      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];
      Returns:
      The etag.
    • getEtagBytes

      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];
      Returns:
      The bytes for etag.
    • getTypeCase

      SchemaBundle.TypeCase getTypeCase()