public sealed class ReferenceListScope : IMessage<ReferenceListScope>, IEquatable<ReferenceListScope>, IDeepCloneable<ReferenceListScope>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class ReferenceListScope.
ReferenceListScope specifies the list of scope names of the reference list.
Implements
IMessageReferenceListScope, IEquatableReferenceListScope, IDeepCloneableReferenceListScope, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ReferenceListScope()
public ReferenceListScope()
ReferenceListScope(ReferenceListScope)
public ReferenceListScope(ReferenceListScope other)
Parameter | |
---|---|
Name | Description |
other |
ReferenceListScope |
Properties
ScopeNames
public RepeatedField<string> ScopeNames { get; }
Optional. The list of scope names of the reference list. 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 |