public interface DataAccessLabelOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAuthor()
public abstract String getAuthor()
Output only. The user who created the data access label.
string author = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The author. |
getAuthorBytes()
public abstract ByteString getAuthorBytes()
Output only. The user who created the data access label.
string author = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for author. |
getCreateTime()
public abstract Timestamp getCreateTime()
Output only. The time at which the data access label was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which the data access label was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefinitionCase()
public abstract DataAccessLabel.DefinitionCase getDefinitionCase()
Returns | |
---|---|
Type | Description |
DataAccessLabel.DefinitionCase |
getDescription()
public abstract String getDescription()
Optional. A description of the data access label for a human reader.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
Optional. A description of the data access label for a human reader.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDisplayName()
public abstract String getDisplayName()
Output only. The short name displayed for the label as it appears on event data.
string display_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Output only. The short name displayed for the label as it appears on event data.
string display_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getLastEditor()
public abstract String getLastEditor()
Output only. The user who last updated the data access label.
string last_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The lastEditor. |
getLastEditorBytes()
public abstract ByteString getLastEditorBytes()
Output only. The user who last updated the data access label.
string last_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for lastEditor. |
getName()
public abstract String getName()
The unique resource name of the data access label.
string name = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The unique resource name of the data access label.
string name = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getUdmQuery()
public abstract String getUdmQuery()
A UDM query over event data.
string udm_query = 3;
Returns | |
---|---|
Type | Description |
String |
The udmQuery. |
getUdmQueryBytes()
public abstract ByteString getUdmQueryBytes()
A UDM query over event data.
string udm_query = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for udmQuery. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
Output only. The time at which the data access label was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time at which the data access label was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()
Output only. The time at which the data access label was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasUdmQuery()
public abstract boolean hasUdmQuery()
A UDM query over event data.
string udm_query = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the udmQuery field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
Output only. The time at which the data access label was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |