public static final class ProtoSchema.Builder extends com.google.protobuf.GeneratedMessage.Builder<ProtoSchema.Builder> implements ProtoSchemaOrBuilder
ResultSet schema in proto formatProtobuf type
google.bigtable.v2.ProtoSchema| Modifier and Type | Method and Description |
|---|---|
ProtoSchema.Builder |
addAllColumns(Iterable<? extends ColumnMetadata> values)
The columns in the result set.
|
ProtoSchema.Builder |
addColumns(ColumnMetadata.Builder builderForValue)
The columns in the result set.
|
ProtoSchema.Builder |
addColumns(ColumnMetadata value)
The columns in the result set.
|
ProtoSchema.Builder |
addColumns(int index,
ColumnMetadata.Builder builderForValue)
The columns in the result set.
|
ProtoSchema.Builder |
addColumns(int index,
ColumnMetadata value)
The columns in the result set.
|
ColumnMetadata.Builder |
addColumnsBuilder()
The columns in the result set.
|
ColumnMetadata.Builder |
addColumnsBuilder(int index)
The columns in the result set.
|
ProtoSchema |
build() |
ProtoSchema |
buildPartial() |
ProtoSchema.Builder |
clear() |
ProtoSchema.Builder |
clearColumns()
The columns in the result set.
|
ColumnMetadata |
getColumns(int index)
The columns in the result set.
|
ColumnMetadata.Builder |
getColumnsBuilder(int index)
The columns in the result set.
|
List<ColumnMetadata.Builder> |
getColumnsBuilderList()
The columns in the result set.
|
int |
getColumnsCount()
The columns in the result set.
|
List<ColumnMetadata> |
getColumnsList()
The columns in the result set.
|
ColumnMetadataOrBuilder |
getColumnsOrBuilder(int index)
The columns in the result set.
|
List<? extends ColumnMetadataOrBuilder> |
getColumnsOrBuilderList()
The columns in the result set.
|
ProtoSchema |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ProtoSchema.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoSchema.Builder |
mergeFrom(com.google.protobuf.Message other) |
ProtoSchema.Builder |
mergeFrom(ProtoSchema other) |
ProtoSchema.Builder |
removeColumns(int index)
The columns in the result set.
|
ProtoSchema.Builder |
setColumns(int index,
ColumnMetadata.Builder builderForValue)
The columns in the result set.
|
ProtoSchema.Builder |
setColumns(int index,
ColumnMetadata value)
The columns in the result set.
|
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<ProtoSchema.Builder>public ProtoSchema.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ProtoSchema.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<ProtoSchema.Builder>public ProtoSchema getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ProtoSchema build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ProtoSchema buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProtoSchema.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProtoSchema.Builder>public ProtoSchema.Builder mergeFrom(ProtoSchema other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ProtoSchema.Builder>public ProtoSchema.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<ProtoSchema.Builder>IOExceptionpublic List<ColumnMetadata> getColumnsList()
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;getColumnsList in interface ProtoSchemaOrBuilderpublic int getColumnsCount()
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;getColumnsCount in interface ProtoSchemaOrBuilderpublic ColumnMetadata getColumns(int index)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;getColumns in interface ProtoSchemaOrBuilderpublic ProtoSchema.Builder setColumns(int index, ColumnMetadata value)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ProtoSchema.Builder setColumns(int index, ColumnMetadata.Builder builderForValue)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ProtoSchema.Builder addColumns(ColumnMetadata value)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ProtoSchema.Builder addColumns(int index, ColumnMetadata value)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ProtoSchema.Builder addColumns(ColumnMetadata.Builder builderForValue)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ProtoSchema.Builder addColumns(int index, ColumnMetadata.Builder builderForValue)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ProtoSchema.Builder addAllColumns(Iterable<? extends ColumnMetadata> values)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ProtoSchema.Builder clearColumns()
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ProtoSchema.Builder removeColumns(int index)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ColumnMetadata.Builder getColumnsBuilder(int index)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ColumnMetadataOrBuilder getColumnsOrBuilder(int index)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;getColumnsOrBuilder in interface ProtoSchemaOrBuilderpublic List<? extends ColumnMetadataOrBuilder> getColumnsOrBuilderList()
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;getColumnsOrBuilderList in interface ProtoSchemaOrBuilderpublic ColumnMetadata.Builder addColumnsBuilder()
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public ColumnMetadata.Builder addColumnsBuilder(int index)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;public List<ColumnMetadata.Builder> getColumnsBuilderList()
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;Copyright © 2026 Google LLC. All rights reserved.