public interface BatchUpdatePartitionsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. Reference to the table to which these partitions belong, in the format of projects/{project}/catalogs/{catalogs}/databases/{database}/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 partitions belong, in the format of projects/{project}/catalogs/{catalogs}/databases/{database}/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 UpdatePartitionRequest getRequests(int index)Required. Requests to update partitions in the table.
repeated .google.cloud.biglake.hive.v1beta.UpdatePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. Requests to update partitions in the table.
repeated .google.cloud.biglake.hive.v1beta.UpdatePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<UpdatePartitionRequest> getRequestsList()Required. Requests to update partitions in the table.
repeated .google.cloud.biglake.hive.v1beta.UpdatePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<UpdatePartitionRequest> |
|
getRequestsOrBuilder(int index)
public abstract UpdatePartitionRequestOrBuilder getRequestsOrBuilder(int index)Required. Requests to update partitions in the table.
repeated .google.cloud.biglake.hive.v1beta.UpdatePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends UpdatePartitionRequestOrBuilder> getRequestsOrBuilderList()Required. Requests to update partitions in the table.
repeated .google.cloud.biglake.hive.v1beta.UpdatePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.biglake.hive.v1beta.UpdatePartitionRequestOrBuilder> |
|