Class UpdateDataTableRequest.Builder (0.29.0)

public static final class UpdateDataTableRequest.Builder extends GeneratedMessage.Builder<UpdateDataTableRequest.Builder> implements UpdateDataTableRequestOrBuilder

A request to update details of data table.

Protobuf type google.cloud.chronicle.v1.UpdateDataTableRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public UpdateDataTableRequest build()
Returns
Type Description
UpdateDataTableRequest

buildPartial()

public UpdateDataTableRequest buildPartial()
Returns
Type Description
UpdateDataTableRequest

clear()

public UpdateDataTableRequest.Builder clear()
Returns
Type Description
UpdateDataTableRequest.Builder
Overrides

clearDataTable()

public UpdateDataTableRequest.Builder clearDataTable()

Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}

.google.cloud.chronicle.v1.DataTable data_table = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateDataTableRequest.Builder

clearUpdateMask()

public UpdateDataTableRequest.Builder clearUpdateMask()

Optional. The list of metadata fields to update. Currently data tables only support updating the description, row_time_to_live and scope_info fields. 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
UpdateDataTableRequest.Builder

getDataTable()

public DataTable getDataTable()

Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}

.google.cloud.chronicle.v1.DataTable data_table = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DataTable

The dataTable.

getDataTableBuilder()

public DataTable.Builder getDataTableBuilder()

Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}

.google.cloud.chronicle.v1.DataTable data_table = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DataTable.Builder

getDataTableOrBuilder()

public DataTableOrBuilder getDataTableOrBuilder()

Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}

.google.cloud.chronicle.v1.DataTable data_table = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DataTableOrBuilder

getDefaultInstanceForType()

public UpdateDataTableRequest getDefaultInstanceForType()
Returns
Type Description
UpdateDataTableRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getUpdateMask()

public FieldMask getUpdateMask()

Optional. The list of metadata fields to update. Currently data tables only support updating the description, row_time_to_live and scope_info fields. 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 metadata fields to update. Currently data tables only support updating the description, row_time_to_live and scope_info fields. 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 metadata fields to update. Currently data tables only support updating the description, row_time_to_live and scope_info fields. 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

hasDataTable()

public boolean hasDataTable()

Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}

.google.cloud.chronicle.v1.DataTable data_table = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the dataTable field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Optional. The list of metadata fields to update. Currently data tables only support updating the description, row_time_to_live and scope_info fields. 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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDataTable(DataTable value)

public UpdateDataTableRequest.Builder mergeDataTable(DataTable value)

Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}

.google.cloud.chronicle.v1.DataTable data_table = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value DataTable
Returns
Type Description
UpdateDataTableRequest.Builder

mergeFrom(UpdateDataTableRequest other)

public UpdateDataTableRequest.Builder mergeFrom(UpdateDataTableRequest other)
Parameter
Name Description
other UpdateDataTableRequest
Returns
Type Description
UpdateDataTableRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateDataTableRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateDataTableRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateDataTableRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateDataTableRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateDataTableRequest.Builder mergeUpdateMask(FieldMask value)

Optional. The list of metadata fields to update. Currently data tables only support updating the description, row_time_to_live and scope_info fields. 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
UpdateDataTableRequest.Builder

setDataTable(DataTable value)

public UpdateDataTableRequest.Builder setDataTable(DataTable value)

Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}

.google.cloud.chronicle.v1.DataTable data_table = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value DataTable
Returns
Type Description
UpdateDataTableRequest.Builder

setDataTable(DataTable.Builder builderForValue)

public UpdateDataTableRequest.Builder setDataTable(DataTable.Builder builderForValue)

Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}

.google.cloud.chronicle.v1.DataTable data_table = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue DataTable.Builder
Returns
Type Description
UpdateDataTableRequest.Builder

setUpdateMask(FieldMask value)

public UpdateDataTableRequest.Builder setUpdateMask(FieldMask value)

Optional. The list of metadata fields to update. Currently data tables only support updating the description, row_time_to_live and scope_info fields. 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
UpdateDataTableRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateDataTableRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. The list of metadata fields to update. Currently data tables only support updating the description, row_time_to_live and scope_info fields. 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
UpdateDataTableRequest.Builder