public static interface Type.MapOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Type |
getKeyType()
The type of a map key.
|
TypeOrBuilder |
getKeyTypeOrBuilder()
The type of a map key.
|
Type |
getValueType()
The type of the values in a map.
|
TypeOrBuilder |
getValueTypeOrBuilder()
The type of the values in a map.
|
boolean |
hasKeyType()
The type of a map key.
|
boolean |
hasValueType()
The type of the values in a map.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKeyType()
The type of a map key. Only `Bytes`, `String`, and `Int64` are allowed as key types.
.google.bigtable.v2.Type key_type = 1;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;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;boolean hasValueType()
The type of the values in a map.
.google.bigtable.v2.Type value_type = 2;Type getValueType()
The type of the values in a map.
.google.bigtable.v2.Type value_type = 2;TypeOrBuilder getValueTypeOrBuilder()
The type of the values in a map.
.google.bigtable.v2.Type value_type = 2;Copyright © 2026 Google LLC. All rights reserved.