Chronicle v1 API - Class DataTableScopeInfo (1.0.0-beta05)

public sealed class DataTableScopeInfo : IMessage<DataTableScopeInfo>, IEquatable<DataTableScopeInfo>, IDeepCloneable<DataTableScopeInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class DataTableScopeInfo.

DataTableScopeInfo specifies the scope info of the data table.

Inheritance

object > DataTableScopeInfo

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DataTableScopeInfo()

public DataTableScopeInfo()

DataTableScopeInfo(DataTableScopeInfo)

public DataTableScopeInfo(DataTableScopeInfo other)
Parameter
Name Description
other DataTableScopeInfo

Properties

DataAccessScopes

public RepeatedField<string> DataAccessScopes { get; }

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}"

Property Value
Type Description
RepeatedFieldstring

DataAccessScopesAsDataAccessScopeNames

public ResourceNameList<DataAccessScopeName> DataAccessScopesAsDataAccessScopeNames { get; }

DataAccessScopeName-typed view over the DataAccessScopes resource name property.

Property Value
Type Description
ResourceNameListDataAccessScopeName