Interface ProtoSchemaOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getColumns(int index)
    The columns in the result set.
    int
    The columns in the result set.
    The columns in the result set.
    The columns in the result set.
    The columns in the result set.

    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

    • getColumnsList

      List<ColumnMetadata> getColumnsList()
       The columns in the result set.
       
      repeated .google.bigtable.v2.ColumnMetadata columns = 1;
    • getColumns

      ColumnMetadata getColumns(int index)
       The columns in the result set.
       
      repeated .google.bigtable.v2.ColumnMetadata columns = 1;
    • getColumnsCount

      int getColumnsCount()
       The columns in the result set.
       
      repeated .google.bigtable.v2.ColumnMetadata columns = 1;
    • getColumnsOrBuilderList

      List<? extends ColumnMetadataOrBuilder> getColumnsOrBuilderList()
       The columns in the result set.
       
      repeated .google.bigtable.v2.ColumnMetadata columns = 1;
    • getColumnsOrBuilder

      ColumnMetadataOrBuilder getColumnsOrBuilder(int index)
       The columns in the result set.
       
      repeated .google.bigtable.v2.ColumnMetadata columns = 1;