Interface Type.String.EncodingOrBuilder

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

public static interface Type.String.EncodingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasUtf8Raw

      @Deprecated boolean hasUtf8Raw()
      Deprecated.
      google.bigtable.admin.v2.Type.String.Encoding.utf8_raw is deprecated. See google/bigtable/admin/v2/types.proto;l=102
       Deprecated: if set, converts to an empty `utf8_bytes`.
       
      .google.bigtable.admin.v2.Type.String.Encoding.Utf8Raw utf8_raw = 1 [deprecated = true];
      Returns:
      Whether the utf8Raw field is set.
    • getUtf8Raw

      Deprecated.
      google.bigtable.admin.v2.Type.String.Encoding.utf8_raw is deprecated. See google/bigtable/admin/v2/types.proto;l=102
       Deprecated: if set, converts to an empty `utf8_bytes`.
       
      .google.bigtable.admin.v2.Type.String.Encoding.Utf8Raw utf8_raw = 1 [deprecated = true];
      Returns:
      The utf8Raw.
    • getUtf8RawOrBuilder

      Deprecated.
       Deprecated: if set, converts to an empty `utf8_bytes`.
       
      .google.bigtable.admin.v2.Type.String.Encoding.Utf8Raw utf8_raw = 1 [deprecated = true];
    • hasUtf8Bytes

      boolean hasUtf8Bytes()
       Use `Utf8Bytes` encoding.
       
      .google.bigtable.admin.v2.Type.String.Encoding.Utf8Bytes utf8_bytes = 2;
      Returns:
      Whether the utf8Bytes field is set.
    • getUtf8Bytes

       Use `Utf8Bytes` encoding.
       
      .google.bigtable.admin.v2.Type.String.Encoding.Utf8Bytes utf8_bytes = 2;
      Returns:
      The utf8Bytes.
    • getUtf8BytesOrBuilder

       Use `Utf8Bytes` encoding.
       
      .google.bigtable.admin.v2.Type.String.Encoding.Utf8Bytes utf8_bytes = 2;
    • getEncodingCase