Package com.google.bigtable.admin.v2
Interface Type.Struct.FieldOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Type.Struct.Field,Type.Struct.Field.Builder
- Enclosing class:
- Type.Struct
public static interface Type.Struct.FieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFieldName
String getFieldName()The field name (optional). Fields without a `field_name` are considered anonymous and cannot be referenced by name.
string field_name = 1;- Returns:
- The fieldName.
-
getFieldNameBytes
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;- Returns:
- The bytes for fieldName.
-
hasType
boolean hasType()The type of values in this field.
.google.bigtable.admin.v2.Type type = 2;- Returns:
- Whether the type field is set.
-
getType
Type getType()The type of values in this field.
.google.bigtable.admin.v2.Type type = 2;- Returns:
- The type.
-
getTypeOrBuilder
TypeOrBuilder getTypeOrBuilder()The type of values in this field.
.google.bigtable.admin.v2.Type type = 2;
-