Class DataAccessLabels
Label used in data access.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class DataAccessLabels : IMessage<DataAccessLabels>, IEquatable<DataAccessLabels>, IDeepCloneable<DataAccessLabels>, IBufferMessage, IMessage
Constructors
DataAccessLabels()
Declaration
public DataAccessLabels()
DataAccessLabels(DataAccessLabels)
Declaration
public DataAccessLabels(DataAccessLabels other)
Parameters
| Type | Name | Description |
|---|---|---|
| DataAccessLabels | other |
Properties
AllowScopedAccess
Are the labels ready for scoped access
Declaration
public bool AllowScopedAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
CustomLabels
All the complex labels (UDM search syntax based).
Declaration
public RepeatedField<string> CustomLabels { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
IngestionKvLabels
All the ingestion labels (key/value pairs).
Declaration
public RepeatedField<DataAccessIngestionLabel> IngestionKvLabels { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<DataAccessIngestionLabel> |
IngestionLabels
All the ingestion labels.
Declaration
[Obsolete]
public RepeatedField<string> IngestionLabels { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
LogTypes
All the LogType labels.
Declaration
public RepeatedField<string> LogTypes { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Namespaces
All the namespaces.
Declaration
public RepeatedField<string> Namespaces { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |