Chronicle V1 API - Class Google::Cloud::Chronicle::V1::UpdateDataAccessLabelRequest (v0.1.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::UpdateDataAccessLabelRequest.

Request message for UpdateDataAccessLabel method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_access_label

def data_access_label() -> ::Google::Cloud::Chronicle::V1::DataAccessLabel
Returns
  • (::Google::Cloud::Chronicle::V1::DataAccessLabel) — Required. The data access label to update.

    The label's name field is used to identify the label to update. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}

#data_access_label=

def data_access_label=(value) -> ::Google::Cloud::Chronicle::V1::DataAccessLabel
Parameter
  • value (::Google::Cloud::Chronicle::V1::DataAccessLabel) — Required. The data access label to update.

    The label's name field is used to identify the label to update. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}

Returns
  • (::Google::Cloud::Chronicle::V1::DataAccessLabel) — Required. The data access label to update.

    The label's name field is used to identify the label to update. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.
Returns
  • (::Google::Protobuf::FieldMask) — The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.