public static final class BatchUpdateMetastorePartitionsResponse.Builder extends GeneratedMessageV3.Builder<BatchUpdateMetastorePartitionsResponse.Builder> implements BatchUpdateMetastorePartitionsResponseOrBuilder
Response message for BatchUpdateMetastorePartitions.
Protobuf type
google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public BatchUpdateMetastorePartitionsResponse.Builder addAllPartitions(Iterable<? extends MetastorePartition> values)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.bigquery.storage.v1alpha.MetastorePartition>
|
public BatchUpdateMetastorePartitionsResponse.Builder addPartitions(MetastorePartition value)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public BatchUpdateMetastorePartitionsResponse.Builder addPartitions(MetastorePartition.Builder builderForValue)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public BatchUpdateMetastorePartitionsResponse.Builder addPartitions(int index, MetastorePartition value)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public BatchUpdateMetastorePartitionsResponse.Builder addPartitions(int index, MetastorePartition.Builder builderForValue)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public MetastorePartition.Builder addPartitionsBuilder()
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public MetastorePartition.Builder addPartitionsBuilder(int index)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
public BatchUpdateMetastorePartitionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BatchUpdateMetastorePartitionsResponse build()
public BatchUpdateMetastorePartitionsResponse buildPartial()
public BatchUpdateMetastorePartitionsResponse.Builder clear()
Overrides
public BatchUpdateMetastorePartitionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public BatchUpdateMetastorePartitionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public BatchUpdateMetastorePartitionsResponse.Builder clearPartitions()
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public BatchUpdateMetastorePartitionsResponse.Builder clone()
Overrides
public BatchUpdateMetastorePartitionsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public MetastorePartition getPartitions(int index)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
public MetastorePartition.Builder getPartitionsBuilder(int index)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
public List<MetastorePartition.Builder> getPartitionsBuilderList()
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public int getPartitionsCount()
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Returns |
Type |
Description |
int |
|
public List<MetastorePartition> getPartitionsList()
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public MetastorePartitionOrBuilder getPartitionsOrBuilder(int index)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends MetastorePartitionOrBuilder> getPartitionsOrBuilderList()
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.bigquery.storage.v1alpha.MetastorePartitionOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BatchUpdateMetastorePartitionsResponse.Builder mergeFrom(BatchUpdateMetastorePartitionsResponse other)
public BatchUpdateMetastorePartitionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public BatchUpdateMetastorePartitionsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final BatchUpdateMetastorePartitionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public BatchUpdateMetastorePartitionsResponse.Builder removePartitions(int index)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
public BatchUpdateMetastorePartitionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BatchUpdateMetastorePartitionsResponse.Builder setPartitions(int index, MetastorePartition value)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public BatchUpdateMetastorePartitionsResponse.Builder setPartitions(int index, MetastorePartition.Builder builderForValue)
The list of metastore partitions that have been updated.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public BatchUpdateMetastorePartitionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final BatchUpdateMetastorePartitionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides