The scope's name field is used to identify the scope to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
The scope's name field is used to identify the scope to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
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
defupdate_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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Chronicle V1 API - Class Google::Cloud::Chronicle::V1::UpdateDataAccessScopeRequest (v0.1.0)\n\nReference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::UpdateDataAccessScopeRequest.\n\nRequest message for UpdateDataAccessScope method. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #data_access_scope\n\n def data_access_scope() -\u003e ::Google::Cloud::Chronicle::V1::DataAccessScope\n\n**Returns**\n\n- ([::Google::Cloud::Chronicle::V1::DataAccessScope](./Google-Cloud-Chronicle-V1-DataAccessScope)) --- Required. The data access scope to update.\n\n\n The scope's `name` field is used to identify the scope to update.\n Format:\n `projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}`\n\n### #data_access_scope=\n\n def data_access_scope=(value) -\u003e ::Google::Cloud::Chronicle::V1::DataAccessScope\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Chronicle::V1::DataAccessScope](./Google-Cloud-Chronicle-V1-DataAccessScope)) --- Required. The data access scope to update.\n\n\n The scope's `name` field is used to identify the scope to update.\n Format:\n`projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}` \n**Returns**\n\n- ([::Google::Cloud::Chronicle::V1::DataAccessScope](./Google-Cloud-Chronicle-V1-DataAccessScope)) --- Required. The data access scope to update.\n\n\n The scope's `name` field is used to identify the scope to update.\n Format:\n `projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}`\n\n### #update_mask\n\n def update_mask() -\u003e ::Google::Protobuf::FieldMask\n\n**Returns**\n\n- ([::Google::Protobuf::FieldMask](./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.\n\n### #update_mask=\n\n def update_mask=(value) -\u003e ::Google::Protobuf::FieldMask\n\n**Parameter**\n\n- **value** ([::Google::Protobuf::FieldMask](./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. \n**Returns**\n\n- ([::Google::Protobuf::FieldMask](./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."]]