public sealed class DataAccessLabelReference : IMessage<DataAccessLabelReference>, IEquatable<DataAccessLabelReference>, IDeepCloneable<DataAccessLabelReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class DataAccessLabelReference.
Reference object to a data access label.
Implements
IMessageDataAccessLabelReference, IEquatableDataAccessLabelReference, IDeepCloneableDataAccessLabelReference, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DataAccessLabelReference()
public DataAccessLabelReference()
DataAccessLabelReference(DataAccessLabelReference)
public DataAccessLabelReference(DataAccessLabelReference other)
Parameter | |
---|---|
Name | Description |
other |
DataAccessLabelReference |
Properties
AssetNamespace
public string AssetNamespace { get; set; }
The asset namespace configured in the forwarder of the customer's events.
Property Value | |
---|---|
Type | Description |
string |
DataAccessLabel
public string DataAccessLabel { get; set; }
The name of the data access label.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Output only. The display name of the label. Data access label and log types's name will match the display name of the resource. The asset namespace will match the namespace itself. The ingestion key value pair will match the key of the tuple.
Property Value | |
---|---|
Type | Description |
string |
HasAssetNamespace
public bool HasAssetNamespace { get; }
Gets whether the "asset_namespace" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasDataAccessLabel
public bool HasDataAccessLabel { get; }
Gets whether the "data_access_label" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasLogType
public bool HasLogType { get; }
Gets whether the "log_type" field is set
Property Value | |
---|---|
Type | Description |
bool |
IngestionLabel
public IngestionLabel IngestionLabel { get; set; }
The ingestion label configured in the forwarder of the customer's events.
Property Value | |
---|---|
Type | Description |
IngestionLabel |
LabelCase
public DataAccessLabelReference.LabelOneofCase LabelCase { get; }
Property Value | |
---|---|
Type | Description |
DataAccessLabelReferenceLabelOneofCase |
LogType
public string LogType { get; set; }
The name of the log type.
Property Value | |
---|---|
Type | Description |
string |