public interface BatchUpdateMetastorePartitionsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract 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 abstract 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 abstract 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 |
getRequestsCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |