Interface ChangelogOrBuilder (0.52.0)

public interface ChangelogOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract String getAction()

The action of the change.

string action = 11;

Returns
TypeDescription
String

The action.

getActionBytes()

public abstract ByteString getActionBytes()

The action of the change.

string action = 11;

Returns
TypeDescription
ByteString

The bytes for action.

getCreateTime()

public abstract Timestamp getCreateTime()

The timestamp of the change.

.google.protobuf.Timestamp create_time = 4;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

The timestamp of the change.

.google.protobuf.Timestamp create_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getDisplayName()

public abstract String getDisplayName()

The affected resource display name of the change.

string display_name = 7;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The affected resource display name of the change.

string display_name = 7;

Returns
TypeDescription
ByteString

The bytes for displayName.

getLanguageCode()

public abstract String getLanguageCode()

The affected language code of the change.

string language_code = 14;

Returns
TypeDescription
String

The languageCode.

getLanguageCodeBytes()

public abstract ByteString getLanguageCodeBytes()

The affected language code of the change.

string language_code = 14;

Returns
TypeDescription
ByteString

The bytes for languageCode.

getName()

public abstract String getName()

The unique identifier of the changelog. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The unique identifier of the changelog. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getResource()

public abstract String getResource()

The affected resource name of the change.

string resource = 3;

Returns
TypeDescription
String

The resource.

getResourceBytes()

public abstract ByteString getResourceBytes()

The affected resource name of the change.

string resource = 3;

Returns
TypeDescription
ByteString

The bytes for resource.

getType()

public abstract String getType()

The affected resource type.

string type = 8;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

The affected resource type.

string type = 8;

Returns
TypeDescription
ByteString

The bytes for type.

getUserEmail()

public abstract String getUserEmail()

Email address of the authenticated user.

string user_email = 2;

Returns
TypeDescription
String

The userEmail.

getUserEmailBytes()

public abstract ByteString getUserEmailBytes()

Email address of the authenticated user.

string user_email = 2;

Returns
TypeDescription
ByteString

The bytes for userEmail.

hasCreateTime()

public abstract boolean hasCreateTime()

The timestamp of the change.

.google.protobuf.Timestamp create_time = 4;

Returns
TypeDescription
boolean

Whether the createTime field is set.