public static final class BatchUpdateMetastorePartitionsRequest.Builder extends GeneratedMessage.Builder<BatchUpdateMetastorePartitionsRequest.Builder> implements BatchUpdateMetastorePartitionsRequestOrBuilderRequest message for BatchUpdateMetastorePartitions.
Protobuf type
google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BatchUpdateMetastorePartitionsRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllRequests(Iterable<? extends UpdateMetastorePartitionRequest> values)
public BatchUpdateMetastorePartitionsRequest.Builder addAllRequests(Iterable<? extends UpdateMetastorePartitionRequest> values)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest> |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
addRequests(UpdateMetastorePartitionRequest value)
public BatchUpdateMetastorePartitionsRequest.Builder addRequests(UpdateMetastorePartitionRequest value)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateMetastorePartitionRequest |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
addRequests(UpdateMetastorePartitionRequest.Builder builderForValue)
public BatchUpdateMetastorePartitionsRequest.Builder addRequests(UpdateMetastorePartitionRequest.Builder builderForValue)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UpdateMetastorePartitionRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
addRequests(int index, UpdateMetastorePartitionRequest value)
public BatchUpdateMetastorePartitionsRequest.Builder addRequests(int index, UpdateMetastorePartitionRequest value)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
UpdateMetastorePartitionRequest |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
addRequests(int index, UpdateMetastorePartitionRequest.Builder builderForValue)
public BatchUpdateMetastorePartitionsRequest.Builder addRequests(int index, UpdateMetastorePartitionRequest.Builder builderForValue)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
UpdateMetastorePartitionRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
addRequestsBuilder()
public UpdateMetastorePartitionRequest.Builder addRequestsBuilder()Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
addRequestsBuilder(int index)
public UpdateMetastorePartitionRequest.Builder addRequestsBuilder(int index)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
build()
public BatchUpdateMetastorePartitionsRequest build()| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest |
|
buildPartial()
public BatchUpdateMetastorePartitionsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest |
|
clear()
public BatchUpdateMetastorePartitionsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
clearParent()
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) = { ... }
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
This builder for chaining. |
clearRequests()
public BatchUpdateMetastorePartitionsRequest.Builder clearRequests()Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
clearTraceId()
public BatchUpdateMetastorePartitionsRequest.Builder clearTraceId() Optional. Optional trace id to be used for debugging. It is expected that
the client sets the same trace_id for all the batches in the same
operation, so that it is possible to tie together the logs to all the
batches in the same operation. This is expected, but not required, to be
globally unique.
string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public BatchUpdateMetastorePartitionsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
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. |
getParentBytes()
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. |
getRequests(int index)
public UpdateMetastorePartitionRequest getRequests(int index)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest |
|
getRequestsBuilder(int index)
public UpdateMetastorePartitionRequest.Builder getRequestsBuilder(int index)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
getRequestsBuilderList()
public List<UpdateMetastorePartitionRequest.Builder> getRequestsBuilderList()Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getRequestsCount()
public int getRequestsCount()Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public List<UpdateMetastorePartitionRequest> getRequestsList()Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<UpdateMetastorePartitionRequest> |
|
getRequestsOrBuilder(int index)
public UpdateMetastorePartitionRequestOrBuilder getRequestsOrBuilder(int index)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequestOrBuilder |
|
getRequestsOrBuilderList()
public List<? extends UpdateMetastorePartitionRequestOrBuilder> getRequestsOrBuilderList()Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequestOrBuilder> |
|
getTraceId()
public String getTraceId() Optional. Optional trace id to be used for debugging. It is expected that
the client sets the same trace_id for all the batches in the same
operation, so that it is possible to tie together the logs to all the
batches in the same operation. This is expected, but not required, to be
globally unique.
string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The traceId. |
getTraceIdBytes()
public ByteString getTraceIdBytes() Optional. Optional trace id to be used for debugging. It is expected that
the client sets the same trace_id for all the batches in the same
operation, so that it is possible to tie together the logs to all the
batches in the same operation. This is expected, but not required, to be
globally unique.
string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for traceId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BatchUpdateMetastorePartitionsRequest other)
public BatchUpdateMetastorePartitionsRequest.Builder mergeFrom(BatchUpdateMetastorePartitionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchUpdateMetastorePartitionsRequest |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchUpdateMetastorePartitionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BatchUpdateMetastorePartitionsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
removeRequests(int index)
public BatchUpdateMetastorePartitionsRequest.Builder removeRequests(int index)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
setParent(String value)
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 |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
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 |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
This builder for chaining. |
setRequests(int index, UpdateMetastorePartitionRequest value)
public BatchUpdateMetastorePartitionsRequest.Builder setRequests(int index, UpdateMetastorePartitionRequest value)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
UpdateMetastorePartitionRequest |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
setRequests(int index, UpdateMetastorePartitionRequest.Builder builderForValue)
public BatchUpdateMetastorePartitionsRequest.Builder setRequests(int index, UpdateMetastorePartitionRequest.Builder builderForValue)Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
UpdateMetastorePartitionRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
|
setTraceId(String value)
public BatchUpdateMetastorePartitionsRequest.Builder setTraceId(String value) Optional. Optional trace id to be used for debugging. It is expected that
the client sets the same trace_id for all the batches in the same
operation, so that it is possible to tie together the logs to all the
batches in the same operation. This is expected, but not required, to be
globally unique.
string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe traceId to set. |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
This builder for chaining. |
setTraceIdBytes(ByteString value)
public BatchUpdateMetastorePartitionsRequest.Builder setTraceIdBytes(ByteString value) Optional. Optional trace id to be used for debugging. It is expected that
the client sets the same trace_id for all the batches in the same
operation, so that it is possible to tie together the logs to all the
batches in the same operation. This is expected, but not required, to be
globally unique.
string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for traceId to set. |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateMetastorePartitionsRequest.Builder |
This builder for chaining. |