Class Changelog.Builder (0.1.0)

public static final class Changelog.Builder extends GeneratedMessage.Builder<Changelog.Builder> implements ChangelogOrBuilder

Changelogs represent a change made to the app or to an resource within the app.

Protobuf type google.cloud.ces.v1.Changelog

Implements

ChangelogOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllDependentResources(Iterable<? extends Struct> values)

public Changelog.Builder addAllDependentResources(Iterable<? extends Struct> values)

Output only. The dependent resources that were changed.

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

Parameter
Name Description
values Iterable<? extends com.google.protobuf.Struct>
Returns
Type Description
Changelog.Builder

addDependentResources(Struct value)

public Changelog.Builder addDependentResources(Struct value)

Output only. The dependent resources that were changed.

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

Parameter
Name Description
value Struct
Returns
Type Description
Changelog.Builder

addDependentResources(Struct.Builder builderForValue)

public Changelog.Builder addDependentResources(Struct.Builder builderForValue)

Output only. The dependent resources that were changed.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Changelog.Builder

addDependentResources(int index, Struct value)

public Changelog.Builder addDependentResources(int index, Struct value)

Output only. The dependent resources that were changed.

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

Parameters
Name Description
index int
value Struct
Returns
Type Description
Changelog.Builder

addDependentResources(int index, Struct.Builder builderForValue)

public Changelog.Builder addDependentResources(int index, Struct.Builder builderForValue)

Output only. The dependent resources that were changed.

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

Parameters
Name Description
index int
builderForValue Builder
Returns
Type Description
Changelog.Builder

addDependentResourcesBuilder()

public Struct.Builder addDependentResourcesBuilder()

Output only. The dependent resources that were changed.

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

Returns
Type Description
Builder

addDependentResourcesBuilder(int index)

public Struct.Builder addDependentResourcesBuilder(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
Builder

build()

public Changelog build()
Returns
Type Description
Changelog

buildPartial()

public Changelog buildPartial()
Returns
Type Description
Changelog

clear()

public Changelog.Builder clear()
Returns
Type Description
Changelog.Builder
Overrides

clearAction()

public Changelog.Builder clearAction()

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

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

Returns
Type Description
Changelog.Builder

This builder for chaining.

clearAuthor()

public Changelog.Builder clearAuthor()

Output only. Email address of the change author.

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

Returns
Type Description
Changelog.Builder

This builder for chaining.

clearCreateTime()

public Changelog.Builder clearCreateTime()

Output only. The time when the change was made.

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

Returns
Type Description
Changelog.Builder

clearDependentResources()

public Changelog.Builder clearDependentResources()

Output only. The dependent resources that were changed.

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

Returns
Type Description
Changelog.Builder

clearDescription()

public Changelog.Builder clearDescription()

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
Changelog.Builder

This builder for chaining.

clearDisplayName()

public Changelog.Builder clearDisplayName()

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
Changelog.Builder

This builder for chaining.

clearName()

public Changelog.Builder clearName()

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
Changelog.Builder

This builder for chaining.

clearNewResource()

public Changelog.Builder clearNewResource()

Output only. The new resource after the change.

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

Returns
Type Description
Changelog.Builder

clearOriginalResource()

public Changelog.Builder clearOriginalResource()

Output only. The original resource before the change.

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

Returns
Type Description
Changelog.Builder

clearResource()

public Changelog.Builder clearResource()

Output only. The resource that was changed.

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

Returns
Type Description
Changelog.Builder

This builder for chaining.

clearResourceType()

public Changelog.Builder clearResourceType()

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

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

Returns
Type Description
Changelog.Builder

This builder for chaining.

clearSequenceNumber()

public Changelog.Builder clearSequenceNumber()

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

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

Returns
Type Description
Changelog.Builder

This builder for chaining.

getAction()

public 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 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 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 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 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.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The time when the change was made.

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

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public 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

getDefaultInstanceForType()

public Changelog getDefaultInstanceForType()
Returns
Type Description
Changelog

getDependentResources(int index)

public 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

getDependentResourcesBuilder(int index)

public Struct.Builder getDependentResourcesBuilder(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
Builder

getDependentResourcesBuilderList()

public List<Struct.Builder> getDependentResourcesBuilderList()

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<Builder>

getDependentResourcesCount()

public 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 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 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 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 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 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.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDisplayName()

public 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 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 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 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 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.

getNewResourceBuilder()

public Struct.Builder getNewResourceBuilder()

Output only. The new resource after the change.

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

Returns
Type Description
Builder

getNewResourceOrBuilder()

public 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 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.

getOriginalResourceBuilder()

public Struct.Builder getOriginalResourceBuilder()

Output only. The original resource before the change.

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

Returns
Type Description
Builder

getOriginalResourceOrBuilder()

public 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 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 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 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 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 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCreateTime(Timestamp value)

public Changelog.Builder mergeCreateTime(Timestamp value)

Output only. The time when the change was made.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
Changelog.Builder

mergeFrom(Changelog other)

public Changelog.Builder mergeFrom(Changelog other)
Parameter
Name Description
other Changelog
Returns
Type Description
Changelog.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Changelog.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Changelog.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Changelog.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Changelog.Builder
Overrides

mergeNewResource(Struct value)

public Changelog.Builder mergeNewResource(Struct value)

Output only. The new resource after the change.

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

Parameter
Name Description
value Struct
Returns
Type Description
Changelog.Builder

mergeOriginalResource(Struct value)

public Changelog.Builder mergeOriginalResource(Struct value)

Output only. The original resource before the change.

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

Parameter
Name Description
value Struct
Returns
Type Description
Changelog.Builder

removeDependentResources(int index)

public Changelog.Builder removeDependentResources(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
Changelog.Builder

setAction(String value)

public Changelog.Builder setAction(String value)

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

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

Parameter
Name Description
value String

The action to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setActionBytes(ByteString value)

public Changelog.Builder setActionBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for action to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setAuthor(String value)

public Changelog.Builder setAuthor(String value)

Output only. Email address of the change author.

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

Parameter
Name Description
value String

The author to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setAuthorBytes(ByteString value)

public Changelog.Builder setAuthorBytes(ByteString value)

Output only. Email address of the change author.

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

Parameter
Name Description
value ByteString

The bytes for author to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setCreateTime(Timestamp value)

public Changelog.Builder setCreateTime(Timestamp value)

Output only. The time when the change was made.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
Changelog.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Changelog.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The time when the change was made.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Changelog.Builder

setDependentResources(int index, Struct value)

public Changelog.Builder setDependentResources(int index, Struct value)

Output only. The dependent resources that were changed.

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

Parameters
Name Description
index int
value Struct
Returns
Type Description
Changelog.Builder

setDependentResources(int index, Struct.Builder builderForValue)

public Changelog.Builder setDependentResources(int index, Struct.Builder builderForValue)

Output only. The dependent resources that were changed.

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

Parameters
Name Description
index int
builderForValue Builder
Returns
Type Description
Changelog.Builder

setDescription(String value)

public Changelog.Builder setDescription(String value)

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

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

Parameter
Name Description
value String

The description to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public Changelog.Builder setDescriptionBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setDisplayName(String value)

public Changelog.Builder setDisplayName(String value)

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];

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public Changelog.Builder setDisplayNameBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setName(String value)

public Changelog.Builder setName(String value)

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

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Changelog.Builder setNameBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setNewResource(Struct value)

public Changelog.Builder setNewResource(Struct value)

Output only. The new resource after the change.

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

Parameter
Name Description
value Struct
Returns
Type Description
Changelog.Builder

setNewResource(Struct.Builder builderForValue)

public Changelog.Builder setNewResource(Struct.Builder builderForValue)

Output only. The new resource after the change.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Changelog.Builder

setOriginalResource(Struct value)

public Changelog.Builder setOriginalResource(Struct value)

Output only. The original resource before the change.

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

Parameter
Name Description
value Struct
Returns
Type Description
Changelog.Builder

setOriginalResource(Struct.Builder builderForValue)

public Changelog.Builder setOriginalResource(Struct.Builder builderForValue)

Output only. The original resource before the change.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Changelog.Builder

setResource(String value)

public Changelog.Builder setResource(String value)

Output only. The resource that was changed.

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

Parameter
Name Description
value String

The resource to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setResourceBytes(ByteString value)

public Changelog.Builder setResourceBytes(ByteString value)

Output only. The resource that was changed.

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

Parameter
Name Description
value ByteString

The bytes for resource to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setResourceType(String value)

public Changelog.Builder setResourceType(String value)

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

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

Parameter
Name Description
value String

The resourceType to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setResourceTypeBytes(ByteString value)

public Changelog.Builder setResourceTypeBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for resourceType to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.

setSequenceNumber(long value)

public Changelog.Builder setSequenceNumber(long value)

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

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

Parameter
Name Description
value long

The sequenceNumber to set.

Returns
Type Description
Changelog.Builder

This builder for chaining.