Chronicle V1 API - Class Google::Cloud::Chronicle::V1::DataTableScopeInfo (v0.5.0)

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

DataTableScopeInfo specifies the scope info of the data table.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_access_scopes

def data_access_scopes() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. Contains the list of scope names of the data table. If the list is empty, the data table is treated as unscoped. The scope names should be full resource names and should be of the format: "projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}"

#data_access_scopes=

def data_access_scopes=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. Contains the list of scope names of the data table. If the list is empty, the data table is treated as unscoped. The scope names should be full resource names and should be of the format: "projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}"
Returns
  • (::Array<::String>) — Required. Contains the list of scope names of the data table. If the list is empty, the data table is treated as unscoped. The scope names should be full resource names and should be of the format: "projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}"