public interface BatchCreateRowsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The parent table where the rows will be created. Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent table where the rows will be created. Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequests(int index)
public abstract CreateRowRequest getRequests(int index)Required. The request message specifying the rows to create.
A maximum of 500 rows can be created in a single batch.
repeated .google.area120.tables.v1alpha1.CreateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateRowRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. The request message specifying the rows to create.
A maximum of 500 rows can be created in a single batch.
repeated .google.area120.tables.v1alpha1.CreateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<CreateRowRequest> getRequestsList()Required. The request message specifying the rows to create.
A maximum of 500 rows can be created in a single batch.
repeated .google.area120.tables.v1alpha1.CreateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<CreateRowRequest> |
|
getRequestsOrBuilder(int index)
public abstract CreateRowRequestOrBuilder getRequestsOrBuilder(int index)Required. The request message specifying the rows to create.
A maximum of 500 rows can be created in a single batch.
repeated .google.area120.tables.v1alpha1.CreateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateRowRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends CreateRowRequestOrBuilder> getRequestsOrBuilderList()Required. The request message specifying the rows to create.
A maximum of 500 rows can be created in a single batch.
repeated .google.area120.tables.v1alpha1.CreateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.area120.tables.v1alpha1.CreateRowRequestOrBuilder> |
|