Chronicle v1 API - Class DataAccessLabel (1.0.0-beta03)

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

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

A DataAccessLabel is a label on events to define user access to data.

Inheritance

object > DataAccessLabel

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DataAccessLabel()

public DataAccessLabel()

DataAccessLabel(DataAccessLabel)

public DataAccessLabel(DataAccessLabel other)
Parameter
Name Description
other DataAccessLabel

Properties

Author

public string Author { get; set; }

Output only. The user who created the data access label.

Property Value
Type Description
string

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which the data access label was created.

Property Value
Type Description
Timestamp

DataAccessLabelName

public DataAccessLabelName DataAccessLabelName { get; set; }

DataAccessLabelName-typed view over the Name resource name property.

Property Value
Type Description
DataAccessLabelName

DefinitionCase

public DataAccessLabel.DefinitionOneofCase DefinitionCase { get; }
Property Value
Type Description
DataAccessLabel DefinitionOneofCase

Description

public string Description { get; set; }

Optional. A description of the data access label for a human reader.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

Output only. The short name displayed for the label as it appears on event data.

Property Value
Type Description
string

HasUdmQuery

public bool HasUdmQuery { get; }

Gets whether the "udm_query" field is set

Property Value
Type Description
bool

LastEditor

public string LastEditor { get; set; }

Output only. The user who last updated the data access label.

Property Value
Type Description
string

Name

public string Name { get; set; }

The unique resource name of the data access label.

Property Value
Type Description
string

UdmQuery

public string UdmQuery { get; set; }

A UDM query over event data.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time at which the data access label was last updated.

Property Value
Type Description
Timestamp

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.