public static final class BatchUpdatePartitionsResponse.Builder extends GeneratedMessage.Builder<BatchUpdatePartitionsResponse.Builder> implements BatchUpdatePartitionsResponseOrBuilder
Response message for BatchUpdatePartitions.
Protobuf type google.cloud.biglake.hive.v1beta.BatchUpdatePartitionsResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllPartitions(Iterable<? extends Partition> values)
public BatchUpdatePartitionsResponse.Builder addAllPartitions(Iterable<? extends Partition> values)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.biglake.hive.v1beta.Partition>
|
addPartitions(Partition value)
public BatchUpdatePartitionsResponse.Builder addPartitions(Partition value)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
addPartitions(Partition.Builder builderForValue)
public BatchUpdatePartitionsResponse.Builder addPartitions(Partition.Builder builderForValue)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
addPartitions(int index, Partition value)
public BatchUpdatePartitionsResponse.Builder addPartitions(int index, Partition value)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
addPartitions(int index, Partition.Builder builderForValue)
public BatchUpdatePartitionsResponse.Builder addPartitions(int index, Partition.Builder builderForValue)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
addPartitionsBuilder()
public Partition.Builder addPartitionsBuilder()
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
addPartitionsBuilder(int index)
public Partition.Builder addPartitionsBuilder(int index)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Parameter |
| Name |
Description |
index |
int
|
build()
public BatchUpdatePartitionsResponse build()
buildPartial()
public BatchUpdatePartitionsResponse buildPartial()
clear()
public BatchUpdatePartitionsResponse.Builder clear()
Overrides
clearPartitions()
public BatchUpdatePartitionsResponse.Builder clearPartitions()
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
getDefaultInstanceForType()
public BatchUpdatePartitionsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getPartitions(int index)
public Partition getPartitions(int index)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Parameter |
| Name |
Description |
index |
int
|
getPartitionsBuilder(int index)
public Partition.Builder getPartitionsBuilder(int index)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Parameter |
| Name |
Description |
index |
int
|
getPartitionsBuilderList()
public List<Partition.Builder> getPartitionsBuilderList()
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
getPartitionsCount()
public int getPartitionsCount()
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Returns |
| Type |
Description |
int |
|
getPartitionsList()
public List<Partition> getPartitionsList()
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
getPartitionsOrBuilder(int index)
public PartitionOrBuilder getPartitionsOrBuilder(int index)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Parameter |
| Name |
Description |
index |
int
|
getPartitionsOrBuilderList()
public List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.biglake.hive.v1beta.PartitionOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(BatchUpdatePartitionsResponse other)
public BatchUpdatePartitionsResponse.Builder mergeFrom(BatchUpdatePartitionsResponse other)
public BatchUpdatePartitionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public BatchUpdatePartitionsResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removePartitions(int index)
public BatchUpdatePartitionsResponse.Builder removePartitions(int index)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
| Parameter |
| Name |
Description |
index |
int
|
setPartitions(int index, Partition value)
public BatchUpdatePartitionsResponse.Builder setPartitions(int index, Partition value)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;
setPartitions(int index, Partition.Builder builderForValue)
public BatchUpdatePartitionsResponse.Builder setPartitions(int index, Partition.Builder builderForValue)
The list of partitions that have been updated.
A maximum of 900 partitions can be updated in a batch.
repeated .google.cloud.biglake.hive.v1beta.Partition partitions = 1;