Package com.google.bigtable.admin.v2
Interface Type.ArrayOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Type.Array,Type.Array.Builder
- Enclosing class:
- Type
public static interface Type.ArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the elements in the array.The type of the elements in the array.booleanThe type of the elements in the array.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
-
hasElementType
boolean hasElementType()The type of the elements in the array. This must not be `Array`.
.google.bigtable.admin.v2.Type element_type = 1;- Returns:
- Whether the elementType field is set.
-
getElementType
Type getElementType()The type of the elements in the array. This must not be `Array`.
.google.bigtable.admin.v2.Type element_type = 1;- Returns:
- The elementType.
-
getElementTypeOrBuilder
TypeOrBuilder getElementTypeOrBuilder()The type of the elements in the array. This must not be `Array`.
.google.bigtable.admin.v2.Type element_type = 1;
-