public static final class UpdateDataTableRowRequest.Builder extends GeneratedMessage.Builder<UpdateDataTableRowRequest.Builder> implements UpdateDataTableRowRequestOrBuilderRequest to update data table row.
Protobuf type google.cloud.chronicle.v1.UpdateDataTableRowRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateDataTableRowRequest.BuilderImplements
UpdateDataTableRowRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateDataTableRowRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest |
|
buildPartial()
public UpdateDataTableRowRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest |
|
clear()
public UpdateDataTableRowRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
clearDataTableRow()
public UpdateDataTableRowRequest.Builder clearDataTableRow()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 |
UpdateDataTableRowRequest.Builder |
|
clearUpdateMask()
public UpdateDataTableRowRequest.Builder clearUpdateMask() 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 |
UpdateDataTableRowRequest.Builder |
|
getDataTableRow()
public 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. |
getDataTableRowBuilder()
public DataTableRow.Builder getDataTableRowBuilder()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.Builder |
|
getDataTableRowOrBuilder()
public 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 |
|
getDefaultInstanceForType()
public UpdateDataTableRowRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder() 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 |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDataTableRow(DataTableRow value)
public UpdateDataTableRowRequest.Builder mergeDataTableRow(DataTableRow value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
DataTableRow |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
mergeFrom(UpdateDataTableRowRequest other)
public UpdateDataTableRowRequest.Builder mergeFrom(UpdateDataTableRowRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDataTableRowRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateDataTableRowRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateDataTableRowRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateDataTableRowRequest.Builder mergeUpdateMask(FieldMask value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
setDataTableRow(DataTableRow value)
public UpdateDataTableRowRequest.Builder setDataTableRow(DataTableRow value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
DataTableRow |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
setDataTableRow(DataTableRow.Builder builderForValue)
public UpdateDataTableRowRequest.Builder setDataTableRow(DataTableRow.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataTableRow.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateDataTableRowRequest.Builder setUpdateMask(FieldMask value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateDataTableRowRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|