Class BatchUpdateMetastorePartitionsResponse.Builder (3.11.3)

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

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

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllPartitions(Iterable<? extends MetastorePartition> values)

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>

addPartitions(MetastorePartition value)

public BatchUpdateMetastorePartitionsResponse.Builder addPartitions(MetastorePartition value)

The list of metastore partitions that have been updated.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Parameter
Name Description
value MetastorePartition

addPartitions(MetastorePartition.Builder builderForValue)

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;

Parameter
Name Description
builderForValue MetastorePartition.Builder

addPartitions(int index, MetastorePartition value)

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;

Parameters
Name Description
index int
value MetastorePartition

addPartitions(int index, MetastorePartition.Builder builderForValue)

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;

Parameters
Name Description
index int
builderForValue MetastorePartition.Builder

addPartitionsBuilder()

public MetastorePartition.Builder addPartitionsBuilder()

The list of metastore partitions that have been updated.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Returns
Type Description
MetastorePartition.Builder

addPartitionsBuilder(int index)

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
Returns
Type Description
MetastorePartition.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchUpdateMetastorePartitionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public BatchUpdateMetastorePartitionsResponse build()
Returns
Type Description
BatchUpdateMetastorePartitionsResponse

buildPartial()

public BatchUpdateMetastorePartitionsResponse buildPartial()
Returns
Type Description
BatchUpdateMetastorePartitionsResponse

clear()

public BatchUpdateMetastorePartitionsResponse.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

public BatchUpdateMetastorePartitionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchUpdateMetastorePartitionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clearPartitions()

public BatchUpdateMetastorePartitionsResponse.Builder clearPartitions()

The list of metastore partitions that have been updated.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

clone()

public BatchUpdateMetastorePartitionsResponse.Builder clone()
Overrides

getDefaultInstanceForType()

public BatchUpdateMetastorePartitionsResponse getDefaultInstanceForType()
Returns
Type Description
BatchUpdateMetastorePartitionsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPartitions(int index)

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
Returns
Type Description
MetastorePartition

getPartitionsBuilder(int index)

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
Returns
Type Description
MetastorePartition.Builder

getPartitionsBuilderList()

public List<MetastorePartition.Builder> getPartitionsBuilderList()

The list of metastore partitions that have been updated.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Returns
Type Description
List<Builder>

getPartitionsCount()

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

getPartitionsList()

public List<MetastorePartition> getPartitionsList()

The list of metastore partitions that have been updated.

repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;

Returns
Type Description
List<MetastorePartition>

getPartitionsOrBuilder(int index)

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
Returns
Type Description
MetastorePartitionOrBuilder

getPartitionsOrBuilderList()

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>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BatchUpdateMetastorePartitionsResponse other)

public BatchUpdateMetastorePartitionsResponse.Builder mergeFrom(BatchUpdateMetastorePartitionsResponse other)
Parameter
Name Description
other BatchUpdateMetastorePartitionsResponse

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchUpdateMetastorePartitionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BatchUpdateMetastorePartitionsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchUpdateMetastorePartitionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

removePartitions(int index)

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

setField(Descriptors.FieldDescriptor field, Object value)

public BatchUpdateMetastorePartitionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

setPartitions(int index, MetastorePartition value)

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;

Parameters
Name Description
index int
value MetastorePartition

setPartitions(int index, MetastorePartition.Builder builderForValue)

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;

Parameters
Name Description
index int
builderForValue MetastorePartition.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BatchUpdateMetastorePartitionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchUpdateMetastorePartitionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides