Interface ResultSetMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Schema in proto format
    Schema in proto format
     
    boolean
    Schema in proto format

    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

    • hasProtoSchema

      boolean hasProtoSchema()
       Schema in proto format
       
      .google.bigtable.v2.ProtoSchema proto_schema = 1;
      Returns:
      Whether the protoSchema field is set.
    • getProtoSchema

      ProtoSchema getProtoSchema()
       Schema in proto format
       
      .google.bigtable.v2.ProtoSchema proto_schema = 1;
      Returns:
      The protoSchema.
    • getProtoSchemaOrBuilder

      ProtoSchemaOrBuilder getProtoSchemaOrBuilder()
       Schema in proto format
       
      .google.bigtable.v2.ProtoSchema proto_schema = 1;
    • getSchemaCase