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 Details

    • getFieldsList

      List<Type.Struct.Field> getFieldsList()
       The names and types of the fields in this struct.
       
      repeated .google.bigtable.admin.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.admin.v2.Type.Struct.Field fields = 1;
    • getFieldsCount

      int getFieldsCount()
       The names and types of the fields in this struct.
       
      repeated .google.bigtable.admin.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.admin.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.admin.v2.Type.Struct.Field fields = 1;
    • hasEncoding

      boolean hasEncoding()
       The encoding to use when converting to or from lower level types.
       
      .google.bigtable.admin.v2.Type.Struct.Encoding encoding = 2;
      Returns:
      Whether the encoding field is set.
    • getEncoding

      Type.Struct.Encoding getEncoding()
       The encoding to use when converting to or from lower level types.
       
      .google.bigtable.admin.v2.Type.Struct.Encoding encoding = 2;
      Returns:
      The encoding.
    • getEncodingOrBuilder

      Type.Struct.EncodingOrBuilder getEncodingOrBuilder()
       The encoding to use when converting to or from lower level types.
       
      .google.bigtable.admin.v2.Type.Struct.Encoding encoding = 2;