public interface ChangelogOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAction()
public abstract String getAction()The action of the change.
string action = 11;
| Returns | |
|---|---|
| Type | Description |
String |
The action. |
getActionBytes()
public abstract ByteString getActionBytes()The action of the change.
string action = 11;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for action. |
getCreateTime()
public abstract Timestamp getCreateTime()The timestamp of the change.
.google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()The timestamp of the change.
.google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDisplayName()
public abstract String getDisplayName()The affected resource display name of the change.
string display_name = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The affected resource display name of the change.
string display_name = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getLanguageCode()
public abstract String getLanguageCode()The affected language code of the change.
string language_code = 14;
| Returns | |
|---|---|
| Type | Description |
String |
The languageCode. |
getLanguageCodeBytes()
public abstract ByteString getLanguageCodeBytes()The affected language code of the change.
string language_code = 14;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for languageCode. |
getName()
public abstract String getName() The unique identifier of the changelog.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() The unique identifier of the changelog.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getResource()
public abstract String getResource()The affected resource name of the change.
string resource = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The resource. |
getResourceBytes()
public abstract ByteString getResourceBytes()The affected resource name of the change.
string resource = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resource. |
getType()
public abstract String getType()The affected resource type.
string type = 8;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()The affected resource type.
string type = 8;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
getUserEmail()
public abstract String getUserEmail()Email address of the authenticated user.
string user_email = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The userEmail. |
getUserEmailBytes()
public abstract ByteString getUserEmailBytes()Email address of the authenticated user.
string user_email = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for userEmail. |
hasCreateTime()
public abstract boolean hasCreateTime()The timestamp of the change.
.google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |