Class: Google::Cloud::Chronicle::V1::GetDataAccessScopeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/data_access_control.rb

Overview

Request message to retrieve a data access scope.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The ID of the data access scope to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}.

Returns:

  • (::String)

    Required. The ID of the data access scope to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}



148
149
150
151
# File 'proto_docs/google/cloud/chronicle/v1/data_access_control.rb', line 148

class GetDataAccessScopeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end