public sealed class DataTableScopeInfo : IMessage<DataTableScopeInfo>, IEquatable<DataTableScopeInfo>, IDeepCloneable<DataTableScopeInfo>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DataTableScopeInfo.
DataTableScopeInfo specifies the scope info of the data table.
Implements
IMessageDataTableScopeInfo, IEquatableDataTableScopeInfo, IDeepCloneableDataTableScopeInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|