Class BatchUpdateMetastorePartitionsResponse.Builder (3.9.1)

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

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

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

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

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

build()

public BatchUpdateMetastorePartitionsResponse build()
Returns
Type Description
BatchUpdateMetastorePartitionsResponse

buildPartial()

public BatchUpdateMetastorePartitionsResponse buildPartial()
Returns
Type Description
BatchUpdateMetastorePartitionsResponse

clear()

public BatchUpdateMetastorePartitionsResponse.Builder clear()
Returns
Type Description
BatchUpdateMetastorePartitionsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPartitions()

public BatchUpdateMetastorePartitionsResponse.Builder clearPartitions()

The list of metastore partitions that have been updated.

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

Returns
Type Description
BatchUpdateMetastorePartitionsResponse.Builder

clone()

public BatchUpdateMetastorePartitionsResponse.Builder clone()
Returns
Type Description
BatchUpdateMetastorePartitionsResponse.Builder
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
Returns
Type Description
BatchUpdateMetastorePartitionsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchUpdateMetastorePartitionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BatchUpdateMetastorePartitionsResponse.Builder
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
Returns
Type Description
BatchUpdateMetastorePartitionsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public BatchUpdateMetastorePartitionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BatchUpdateMetastorePartitionsResponse.Builder
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
Returns
Type Description
BatchUpdateMetastorePartitionsResponse.Builder

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

setUnknownFields(UnknownFieldSet unknownFields)

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