public interface ChangelogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
The action of the change.
|
com.google.protobuf.ByteString |
getActionBytes()
The action of the change.
|
com.google.protobuf.Timestamp |
getCreateTime()
The timestamp of the change.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The timestamp of the change.
|
String |
getDisplayName()
The affected resource display name of the change.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The affected resource display name of the change.
|
String |
getLanguageCode()
The affected language code of the change.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
The affected language code of the change.
|
String |
getName()
The unique identifier of the changelog.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique identifier of the changelog.
|
String |
getResource()
The affected resource name of the change.
|
com.google.protobuf.ByteString |
getResourceBytes()
The affected resource name of the change.
|
String |
getType()
The affected resource type.
|
com.google.protobuf.ByteString |
getTypeBytes()
The affected resource type.
|
String |
getUserEmail()
Email address of the authenticated user.
|
com.google.protobuf.ByteString |
getUserEmailBytes()
Email address of the authenticated user.
|
boolean |
hasCreateTime()
The timestamp of the change.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The unique identifier of the changelog. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The unique identifier of the changelog. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>`.
string name = 1;String getUserEmail()
Email address of the authenticated user.
string user_email = 2;com.google.protobuf.ByteString getUserEmailBytes()
Email address of the authenticated user.
string user_email = 2;String getDisplayName()
The affected resource display name of the change.
string display_name = 7;com.google.protobuf.ByteString getDisplayNameBytes()
The affected resource display name of the change.
string display_name = 7;String getAction()
The action of the change.
string action = 11;com.google.protobuf.ByteString getActionBytes()
The action of the change.
string action = 11;String getType()
The affected resource type.
string type = 8;com.google.protobuf.ByteString getTypeBytes()
The affected resource type.
string type = 8;String getResource()
The affected resource name of the change.
string resource = 3;com.google.protobuf.ByteString getResourceBytes()
The affected resource name of the change.
string resource = 3;boolean hasCreateTime()
The timestamp of the change.
.google.protobuf.Timestamp create_time = 4;com.google.protobuf.Timestamp getCreateTime()
The timestamp of the change.
.google.protobuf.Timestamp create_time = 4;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The timestamp of the change.
.google.protobuf.Timestamp create_time = 4;String getLanguageCode()
The affected language code of the change.
string language_code = 14;com.google.protobuf.ByteString getLanguageCodeBytes()
The affected language code of the change.
string language_code = 14;Copyright © 2025 Google LLC. All rights reserved.