Interface ChangelogOrBuilder (0.1.0)

public interface ChangelogOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract String getAction()

Output only. The action that was performed on the resource.

string action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The action.

getActionBytes()

public abstract ByteString getActionBytes()

Output only. The action that was performed on the resource.

string action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for action.

getAuthor()

public abstract String getAuthor()

Output only. Email address of the change author.

string author = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The author.

getAuthorBytes()

public abstract ByteString getAuthorBytes()

Output only. Email address of the change author.

string author = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for author.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The time when the change was made.

.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time when the change was made.

.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDependentResources(int index)

public abstract Struct getDependentResources(int index)

Output only. The dependent resources that were changed.

repeated .google.protobuf.Struct dependent_resources = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Struct

getDependentResourcesCount()

public abstract int getDependentResourcesCount()

Output only. The dependent resources that were changed.

repeated .google.protobuf.Struct dependent_resources = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getDependentResourcesList()

public abstract List<Struct> getDependentResourcesList()

Output only. The dependent resources that were changed.

repeated .google.protobuf.Struct dependent_resources = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Struct>

getDependentResourcesOrBuilder(int index)

public abstract StructOrBuilder getDependentResourcesOrBuilder(int index)

Output only. The dependent resources that were changed.

repeated .google.protobuf.Struct dependent_resources = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
StructOrBuilder

getDependentResourcesOrBuilderList()

public abstract List<? extends StructOrBuilder> getDependentResourcesOrBuilderList()

Output only. The dependent resources that were changed.

repeated .google.protobuf.Struct dependent_resources = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.protobuf.StructOrBuilder>

getDescription()

public abstract String getDescription()

Output only. Description of the change. which typically captures the changed fields in the resource.

string description = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Output only. Description of the change. which typically captures the changed fields in the resource.

string description = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for description.

getDisplayName()

public abstract String getDisplayName()

Output only. Display name of the change. It typically should be the display name of the resource that was changed.

string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Output only. Display name of the change. It typically should be the display name of the resource that was changed.

string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for displayName.

getName()

public abstract String getName()

Identifier. The unique identifier of the changelog. Format: projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The unique identifier of the changelog. Format: projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getNewResource()

public abstract Struct getNewResource()

Output only. The new resource after the change.

.google.protobuf.Struct new_resource = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Struct

The newResource.

getNewResourceOrBuilder()

public abstract StructOrBuilder getNewResourceOrBuilder()

Output only. The new resource after the change.

.google.protobuf.Struct new_resource = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
StructOrBuilder

getOriginalResource()

public abstract Struct getOriginalResource()

Output only. The original resource before the change.

.google.protobuf.Struct original_resource = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Struct

The originalResource.

getOriginalResourceOrBuilder()

public abstract StructOrBuilder getOriginalResourceOrBuilder()

Output only. The original resource before the change.

.google.protobuf.Struct original_resource = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
StructOrBuilder

getResource()

public abstract String getResource()

Output only. The resource that was changed.

string resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The resource.

getResourceBytes()

public abstract ByteString getResourceBytes()

Output only. The resource that was changed.

string resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for resource.

getResourceType()

public abstract String getResourceType()

Output only. The type of the resource that was changed.

string resource_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The resourceType.

getResourceTypeBytes()

public abstract ByteString getResourceTypeBytes()

Output only. The type of the resource that was changed.

string resource_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for resourceType.

getSequenceNumber()

public abstract long getSequenceNumber()

Output only. The monotonically increasing sequence number of the changelog.

int64 sequence_number = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The sequenceNumber.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The time when the change was made.

.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasNewResource()

public abstract boolean hasNewResource()

Output only. The new resource after the change.

.google.protobuf.Struct new_resource = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the newResource field is set.

hasOriginalResource()

public abstract boolean hasOriginalResource()

Output only. The original resource before the change.

.google.protobuf.Struct original_resource = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the originalResource field is set.