public static final class BatchCreateMetastorePartitionsResponse.Builder extends GeneratedMessageV3.Builder<BatchCreateMetastorePartitionsResponse.Builder> implements BatchCreateMetastorePartitionsResponseOrBuilder
Response message for BatchCreateMetastorePartitions.
Protobuf type
google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse
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 BatchCreateMetastorePartitionsResponse.Builder addAllPartitions(Iterable<? extends MetastorePartition> values)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.bigquery.storage.v1alpha.MetastorePartition>
|
public BatchCreateMetastorePartitionsResponse.Builder addPartitions(MetastorePartition value)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public BatchCreateMetastorePartitionsResponse.Builder addPartitions(MetastorePartition.Builder builderForValue)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.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.v1alpha.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.v1alpha.MetastorePartition partitions = 1;
public MetastorePartition.Builder addPartitionsBuilder()
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public MetastorePartition.Builder addPartitionsBuilder(int index)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
public BatchCreateMetastorePartitionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BatchCreateMetastorePartitionsResponse build()
public BatchCreateMetastorePartitionsResponse buildPartial()
public BatchCreateMetastorePartitionsResponse.Builder clear()
Overrides
public BatchCreateMetastorePartitionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public BatchCreateMetastorePartitionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public BatchCreateMetastorePartitionsResponse.Builder clearPartitions()
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public BatchCreateMetastorePartitionsResponse.Builder clone()
Overrides
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.v1alpha.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.v1alpha.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.v1alpha.MetastorePartition partitions = 1;
public int getPartitionsCount()
The list of metastore partitions that have been created.
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 created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
public MetastorePartitionOrBuilder getPartitionsOrBuilder(int index)
The list of metastore partitions that have been created.
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 created.
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 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 final BatchCreateMetastorePartitionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public BatchCreateMetastorePartitionsResponse.Builder removePartitions(int index)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.MetastorePartition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
public BatchCreateMetastorePartitionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BatchCreateMetastorePartitionsResponse.Builder setPartitions(int index, MetastorePartition value)
The list of metastore partitions that have been created.
repeated .google.cloud.bigquery.storage.v1alpha.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.v1alpha.MetastorePartition partitions = 1;
public BatchCreateMetastorePartitionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final BatchCreateMetastorePartitionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides