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

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

Request message for UpdateDataAccessScope method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_access_scope

def data_access_scope() -> ::Google::Cloud::Chronicle::V1::DataAccessScope
Returns
  • (::Google::Cloud::Chronicle::V1::DataAccessScope) — Required. The data access scope to update.

    The scope's name field is used to identify the scope to update. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}

#data_access_scope=

def data_access_scope=(value) -> ::Google::Cloud::Chronicle::V1::DataAccessScope
Parameter
  • value (::Google::Cloud::Chronicle::V1::DataAccessScope) — Required. The data access scope to update.

    The scope's name field is used to identify the scope to update. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}

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

    The scope's name field is used to identify the scope to update. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}

#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, the allowed and denied labels list 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, the allowed and denied labels list 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, the allowed and denied labels list fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.