Interface Type.StructOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Type.Struct, Type.Struct.Builder
Enclosing class:
Type

public static interface Type.StructOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFields(int index)
    The names and types of the fields in this struct.
    int
    The names and types of the fields in this struct.
    The names and types of the fields in this struct.
    getFieldsOrBuilder(int index)
    The names and types of the fields in this struct.
    The names and types of the fields in this struct.

    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

    • getFieldsList

      List<Type.Struct.Field> getFieldsList()
       The names and types of the fields in this struct.
       
      repeated .google.bigtable.v2.Type.Struct.Field fields = 1;
    • getFields

      Type.Struct.Field getFields(int index)
       The names and types of the fields in this struct.
       
      repeated .google.bigtable.v2.Type.Struct.Field fields = 1;
    • getFieldsCount

      int getFieldsCount()
       The names and types of the fields in this struct.
       
      repeated .google.bigtable.v2.Type.Struct.Field fields = 1;
    • getFieldsOrBuilderList

      List<? extends Type.Struct.FieldOrBuilder> getFieldsOrBuilderList()
       The names and types of the fields in this struct.
       
      repeated .google.bigtable.v2.Type.Struct.Field fields = 1;
    • getFieldsOrBuilder

      Type.Struct.FieldOrBuilder getFieldsOrBuilder(int index)
       The names and types of the fields in this struct.
       
      repeated .google.bigtable.v2.Type.Struct.Field fields = 1;