public static final class BatchCreateMetastorePartitionsResponse.Builder extends GeneratedMessage.Builder<BatchCreateMetastorePartitionsResponse.Builder> implements BatchCreateMetastorePartitionsResponseOrBuilder
Response message for BatchCreateMetastorePartitions.
Protobuf type
google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public BatchCreateMetastorePartitionsResponse.Builder addAllPartitions(Iterable<? extends MetastorePartition> values)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.bigquery.storage.v1beta.MetastorePartition>
|
public BatchCreateMetastorePartitionsResponse.Builder addPartitions(MetastorePartition value)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
public BatchCreateMetastorePartitionsResponse.Builder addPartitions(MetastorePartition.Builder builderForValue)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
public BatchCreateMetastorePartitionsResponse.Builder addPartitions(int index, MetastorePartition value)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
public BatchCreateMetastorePartitionsResponse.Builder addPartitions(int index, MetastorePartition.Builder builderForValue)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
public MetastorePartition.Builder addPartitionsBuilder()
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
public MetastorePartition.Builder addPartitionsBuilder(int index)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
| Parameter |
| Name |
Description |
index |
int
|
public BatchCreateMetastorePartitionsResponse build()
public BatchCreateMetastorePartitionsResponse buildPartial()
public BatchCreateMetastorePartitionsResponse.Builder clear()
Overrides
public BatchCreateMetastorePartitionsResponse.Builder clearPartitions()
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
public BatchCreateMetastorePartitionsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public MetastorePartition getPartitions(int index)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
| Parameter |
| Name |
Description |
index |
int
|
public MetastorePartition.Builder getPartitionsBuilder(int index)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
| Parameter |
| Name |
Description |
index |
int
|
public List<MetastorePartition.Builder> getPartitionsBuilderList()
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
public int getPartitionsCount()
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
| Returns |
| Type |
Description |
int |
|
public List<MetastorePartition> getPartitionsList()
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
public MetastorePartitionOrBuilder getPartitionsOrBuilder(int index)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends MetastorePartitionOrBuilder> getPartitionsOrBuilderList()
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.bigquery.storage.v1beta.MetastorePartitionOrBuilder> |
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BatchCreateMetastorePartitionsResponse.Builder mergeFrom(BatchCreateMetastorePartitionsResponse other)
public BatchCreateMetastorePartitionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public BatchCreateMetastorePartitionsResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public BatchCreateMetastorePartitionsResponse.Builder removePartitions(int index)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
| Parameter |
| Name |
Description |
index |
int
|
public BatchCreateMetastorePartitionsResponse.Builder setPartitions(int index, MetastorePartition value)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;
public BatchCreateMetastorePartitionsResponse.Builder setPartitions(int index, MetastorePartition.Builder builderForValue)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1beta.MetastorePartition partitions = 1;