Interface Type.StringOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The encoding to use when converting to or from lower level types.
    The encoding to use when converting to or from lower level types.
    boolean
    The encoding to use when converting to or from lower level types.

    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

    • hasEncoding

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

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

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