public static interface Type.Struct.FieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
The field name (optional).
|
com.google.protobuf.ByteString |
getFieldNameBytes()
The field name (optional).
|
Type |
getType()
The type of values in this field.
|
TypeOrBuilder |
getTypeOrBuilder()
The type of values in this field.
|
boolean |
hasType()
The type of values in this field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFieldName()
The field name (optional). Fields without a `field_name` are considered anonymous and cannot be referenced by name.
string field_name = 1;com.google.protobuf.ByteString getFieldNameBytes()
The field name (optional). Fields without a `field_name` are considered anonymous and cannot be referenced by name.
string field_name = 1;boolean hasType()
The type of values in this field.
.google.bigtable.v2.Type type = 2;Type getType()
The type of values in this field.
.google.bigtable.v2.Type type = 2;TypeOrBuilder getTypeOrBuilder()
The type of values in this field.
.google.bigtable.v2.Type type = 2;Copyright © 2026 Google LLC. All rights reserved.