public interface BulkGetDataTableRowsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_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. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_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 GetDataTableRowRequest getRequests(int index)Required. Data table rows to get. At max 1,000 rows can be there in a request.
repeated .google.cloud.chronicle.v1.GetDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GetDataTableRowRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. Data table rows to get. At max 1,000 rows can be there in a request.
repeated .google.cloud.chronicle.v1.GetDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<GetDataTableRowRequest> getRequestsList()Required. Data table rows to get. At max 1,000 rows can be there in a request.
repeated .google.cloud.chronicle.v1.GetDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<GetDataTableRowRequest> |
|
getRequestsOrBuilder(int index)
public abstract GetDataTableRowRequestOrBuilder getRequestsOrBuilder(int index)Required. Data table rows to get. At max 1,000 rows can be there in a request.
repeated .google.cloud.chronicle.v1.GetDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GetDataTableRowRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends GetDataTableRowRequestOrBuilder> getRequestsOrBuilderList()Required. Data table rows to get. At max 1,000 rows can be there in a request.
repeated .google.cloud.chronicle.v1.GetDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.GetDataTableRowRequestOrBuilder> |
|