public static interface Type.String.EncodingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Type.String.Encoding.EncodingCase |
getEncodingCase() |
Type.String.Encoding.Utf8Bytes |
getUtf8Bytes()
Use `Utf8Bytes` encoding.
|
Type.String.Encoding.Utf8BytesOrBuilder |
getUtf8BytesOrBuilder()
Use `Utf8Bytes` encoding.
|
Type.String.Encoding.Utf8Raw |
getUtf8Raw()
Deprecated.
google.bigtable.v2.Type.String.Encoding.utf8_raw is deprecated. See
google/bigtable/v2/types.proto;l=121
|
Type.String.Encoding.Utf8RawOrBuilder |
getUtf8RawOrBuilder()
Deprecated.
|
boolean |
hasUtf8Bytes()
Use `Utf8Bytes` encoding.
|
boolean |
hasUtf8Raw()
Deprecated.
google.bigtable.v2.Type.String.Encoding.utf8_raw is deprecated. See
google/bigtable/v2/types.proto;l=121
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated boolean hasUtf8Raw()
Deprecated: if set, converts to an empty `utf8_bytes`.
.google.bigtable.v2.Type.String.Encoding.Utf8Raw utf8_raw = 1 [deprecated = true];
@Deprecated Type.String.Encoding.Utf8Raw getUtf8Raw()
Deprecated: if set, converts to an empty `utf8_bytes`.
.google.bigtable.v2.Type.String.Encoding.Utf8Raw utf8_raw = 1 [deprecated = true];
@Deprecated Type.String.Encoding.Utf8RawOrBuilder getUtf8RawOrBuilder()
Deprecated: if set, converts to an empty `utf8_bytes`.
.google.bigtable.v2.Type.String.Encoding.Utf8Raw utf8_raw = 1 [deprecated = true];
boolean hasUtf8Bytes()
Use `Utf8Bytes` encoding.
.google.bigtable.v2.Type.String.Encoding.Utf8Bytes utf8_bytes = 2;Type.String.Encoding.Utf8Bytes getUtf8Bytes()
Use `Utf8Bytes` encoding.
.google.bigtable.v2.Type.String.Encoding.Utf8Bytes utf8_bytes = 2;Type.String.Encoding.Utf8BytesOrBuilder getUtf8BytesOrBuilder()
Use `Utf8Bytes` encoding.
.google.bigtable.v2.Type.String.Encoding.Utf8Bytes utf8_bytes = 2;Type.String.Encoding.EncodingCase getEncodingCase()
Copyright © 2026 Google LLC. All rights reserved.