Interface Type.MapOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The type of a map key.
    The type of a map key.
    The type of the values in a map.
    The type of the values in a map.
    boolean
    The type of a map key.
    boolean
    The type of the values in a map.

    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

    • hasKeyType

      boolean hasKeyType()
       The type of a map key.
       Only `Bytes`, `String`, and `Int64` are allowed as key types.
       
      .google.bigtable.v2.Type key_type = 1;
      Returns:
      Whether the keyType field is set.
    • getKeyType

      Type getKeyType()
       The type of a map key.
       Only `Bytes`, `String`, and `Int64` are allowed as key types.
       
      .google.bigtable.v2.Type key_type = 1;
      Returns:
      The keyType.
    • getKeyTypeOrBuilder

      TypeOrBuilder getKeyTypeOrBuilder()
       The type of a map key.
       Only `Bytes`, `String`, and `Int64` are allowed as key types.
       
      .google.bigtable.v2.Type key_type = 1;
    • hasValueType

      boolean hasValueType()
       The type of the values in a map.
       
      .google.bigtable.v2.Type value_type = 2;
      Returns:
      Whether the valueType field is set.
    • getValueType

      Type getValueType()
       The type of the values in a map.
       
      .google.bigtable.v2.Type value_type = 2;
      Returns:
      The valueType.
    • getValueTypeOrBuilder

      TypeOrBuilder getValueTypeOrBuilder()
       The type of the values in a map.
       
      .google.bigtable.v2.Type value_type = 2;