public static final class Type.Array.Builder extends com.google.protobuf.GeneratedMessage.Builder<Type.Array.Builder> implements Type.ArrayOrBuilder
An ordered list of elements of a given type. Values of type `Array` are stored in `Value.array_value`.Protobuf type
google.bigtable.v2.Type.Array| Modifier and Type | Method and Description |
|---|---|
Type.Array |
build() |
Type.Array |
buildPartial() |
Type.Array.Builder |
clear() |
Type.Array.Builder |
clearElementType()
The type of the elements in the array.
|
Type.Array |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Type |
getElementType()
The type of the elements in the array.
|
Type.Builder |
getElementTypeBuilder()
The type of the elements in the array.
|
TypeOrBuilder |
getElementTypeOrBuilder()
The type of the elements in the array.
|
boolean |
hasElementType()
The type of the elements in the array.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Type.Array.Builder |
mergeElementType(Type value)
The type of the elements in the array.
|
Type.Array.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Type.Array.Builder |
mergeFrom(com.google.protobuf.Message other) |
Type.Array.Builder |
mergeFrom(Type.Array other) |
Type.Array.Builder |
setElementType(Type.Builder builderForValue)
The type of the elements in the array.
|
Type.Array.Builder |
setElementType(Type value)
The type of the elements in the array.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Type.Array.Builder>public Type.Array.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Type.Array.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Type.Array.Builder>public Type.Array getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Type.Array build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Type.Array buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Type.Array.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Type.Array.Builder>public Type.Array.Builder mergeFrom(Type.Array other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Type.Array.Builder>public Type.Array.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Type.Array.Builder>IOExceptionpublic boolean hasElementType()
The type of the elements in the array. This must not be `Array`.
.google.bigtable.v2.Type element_type = 1;hasElementType in interface Type.ArrayOrBuilderpublic Type getElementType()
The type of the elements in the array. This must not be `Array`.
.google.bigtable.v2.Type element_type = 1;getElementType in interface Type.ArrayOrBuilderpublic Type.Array.Builder setElementType(Type value)
The type of the elements in the array. This must not be `Array`.
.google.bigtable.v2.Type element_type = 1;public Type.Array.Builder setElementType(Type.Builder builderForValue)
The type of the elements in the array. This must not be `Array`.
.google.bigtable.v2.Type element_type = 1;public Type.Array.Builder mergeElementType(Type value)
The type of the elements in the array. This must not be `Array`.
.google.bigtable.v2.Type element_type = 1;public Type.Array.Builder clearElementType()
The type of the elements in the array. This must not be `Array`.
.google.bigtable.v2.Type element_type = 1;public Type.Builder getElementTypeBuilder()
The type of the elements in the array. This must not be `Array`.
.google.bigtable.v2.Type element_type = 1;public TypeOrBuilder getElementTypeOrBuilder()
The type of the elements in the array. This must not be `Array`.
.google.bigtable.v2.Type element_type = 1;getElementTypeOrBuilder in interface Type.ArrayOrBuilderCopyright © 2026 Google LLC. All rights reserved.