public static final class BatchUpdateMetastorePartitionsRequest.Builder extends GeneratedMessageV3.Builder<BatchUpdateMetastorePartitionsRequest.Builder> implements BatchUpdateMetastorePartitionsRequestOrBuilder
Request message for BatchUpdateMetastorePartitions.
Protobuf type
google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest
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 BatchUpdateMetastorePartitionsRequest.Builder addAllRequests(Iterable<? extends UpdateMetastorePartitionRequest> values)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest>
|
public BatchUpdateMetastorePartitionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BatchUpdateMetastorePartitionsRequest.Builder addRequests(UpdateMetastorePartitionRequest value)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public BatchUpdateMetastorePartitionsRequest.Builder addRequests(UpdateMetastorePartitionRequest.Builder builderForValue)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public BatchUpdateMetastorePartitionsRequest.Builder addRequests(int index, UpdateMetastorePartitionRequest value)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public BatchUpdateMetastorePartitionsRequest.Builder addRequests(int index, UpdateMetastorePartitionRequest.Builder builderForValue)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateMetastorePartitionRequest.Builder addRequestsBuilder()
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateMetastorePartitionRequest.Builder addRequestsBuilder(int index)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public BatchUpdateMetastorePartitionsRequest build()
public BatchUpdateMetastorePartitionsRequest buildPartial()
public BatchUpdateMetastorePartitionsRequest.Builder clear()
Overrides
public BatchUpdateMetastorePartitionsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public BatchUpdateMetastorePartitionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public BatchUpdateMetastorePartitionsRequest.Builder clearParent()
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public BatchUpdateMetastorePartitionsRequest.Builder clearRequests()
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public BatchUpdateMetastorePartitionsRequest.Builder clone()
Overrides
public BatchUpdateMetastorePartitionsRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getParent()
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
public ByteString getParentBytes()
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
public UpdateMetastorePartitionRequest getRequests(int index)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public UpdateMetastorePartitionRequest.Builder getRequestsBuilder(int index)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public List<UpdateMetastorePartitionRequest.Builder> getRequestsBuilderList()
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public int getRequestsCount()
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
|
public List<UpdateMetastorePartitionRequest> getRequestsList()
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateMetastorePartitionRequestOrBuilder getRequestsOrBuilder(int index)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public List<? extends UpdateMetastorePartitionRequestOrBuilder> getRequestsOrBuilderList()
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
List<? extends com.google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequestOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BatchUpdateMetastorePartitionsRequest.Builder mergeFrom(BatchUpdateMetastorePartitionsRequest other)
public BatchUpdateMetastorePartitionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public BatchUpdateMetastorePartitionsRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final BatchUpdateMetastorePartitionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public BatchUpdateMetastorePartitionsRequest.Builder removeRequests(int index)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public BatchUpdateMetastorePartitionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BatchUpdateMetastorePartitionsRequest.Builder setParent(String value)
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The parent to set.
|
public BatchUpdateMetastorePartitionsRequest.Builder setParentBytes(ByteString value)
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for parent to set.
|
public BatchUpdateMetastorePartitionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public BatchUpdateMetastorePartitionsRequest.Builder setRequests(int index, UpdateMetastorePartitionRequest value)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public BatchUpdateMetastorePartitionsRequest.Builder setRequests(int index, UpdateMetastorePartitionRequest.Builder builderForValue)
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public final BatchUpdateMetastorePartitionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides