public interface CreateDataTableRowRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataTableRow()
public abstract DataTableRow getDataTableRow()Required. The data table row to create.
.google.cloud.chronicle.v1.DataTableRow data_table_row = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataTableRow |
The dataTableRow. |
getDataTableRowOrBuilder()
public abstract DataTableRowOrBuilder getDataTableRowOrBuilder()Required. The data table row to create.
.google.cloud.chronicle.v1.DataTableRow data_table_row = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataTableRowOrBuilder |
|
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. |
hasDataTableRow()
public abstract boolean hasDataTableRow()Required. The data table row to create.
.google.cloud.chronicle.v1.DataTableRow data_table_row = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataTableRow field is set. |