Interface Type.Struct.FieldOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The field name (optional).
    com.google.protobuf.ByteString
    The field name (optional).
    The type of values in this field.
    The type of values in this field.
    boolean
    The type of values in this field.

    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

    • getFieldName

      String getFieldName()
       The field name (optional). Fields without a `field_name` are considered
       anonymous and cannot be referenced by name.
       
      string field_name = 1;
      Returns:
      The fieldName.
    • getFieldNameBytes

      com.google.protobuf.ByteString getFieldNameBytes()
       The field name (optional). Fields without a `field_name` are considered
       anonymous and cannot be referenced by name.
       
      string field_name = 1;
      Returns:
      The bytes for fieldName.
    • hasType

      boolean hasType()
       The type of values in this field.
       
      .google.bigtable.admin.v2.Type type = 2;
      Returns:
      Whether the type field is set.
    • getType

      Type getType()
       The type of values in this field.
       
      .google.bigtable.admin.v2.Type type = 2;
      Returns:
      The type.
    • getTypeOrBuilder

      TypeOrBuilder getTypeOrBuilder()
       The type of values in this field.
       
      .google.bigtable.admin.v2.Type type = 2;