public interface UpdateDataTableRowRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataTableRow()
public abstract DataTableRow getDataTableRow()Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
.google.cloud.chronicle.v1.DataTableRow data_table_row = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataTableRow |
The dataTableRow. |
getDataTableRowOrBuilder()
public abstract DataTableRowOrBuilder getDataTableRowOrBuilder()Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
.google.cloud.chronicle.v1.DataTableRow data_table_row = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataTableRowOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask() Optional. The list of fields to update. Currently data table rows only
support updating the values field. When no field mask is supplied, all
non-empty fields will be updated. A field mask of "*" will update all
fields, whether empty or not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Optional. The list of fields to update. Currently data table rows only
support updating the values field. When no field mask is supplied, all
non-empty fields will be updated. A field mask of "*" will update all
fields, whether empty or not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasDataTableRow()
public abstract boolean hasDataTableRow()Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
.google.cloud.chronicle.v1.DataTableRow data_table_row = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataTableRow field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() Optional. The list of fields to update. Currently data table rows only
support updating the values field. When no field mask is supplied, all
non-empty fields will be updated. A field mask of "*" will update all
fields, whether empty or not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |