Class ListChangelogsResponse.Builder (0.54.0)

public static final class ListChangelogsResponse.Builder extends GeneratedMessageV3.Builder<ListChangelogsResponse.Builder> implements ListChangelogsResponseOrBuilder

The response message for Changelogs.ListChangelogs.

Protobuf type google.cloud.dialogflow.cx.v3beta1.ListChangelogsResponse

Static Methods

getDescriptor()

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

Methods

addAllChangelogs(Iterable<? extends Changelog> values)

public ListChangelogsResponse.Builder addAllChangelogs(Iterable<? extends Changelog> values)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.dialogflow.cx.v3beta1.Changelog>
Returns
Type Description
ListChangelogsResponse.Builder

addChangelogs(Changelog value)

public ListChangelogsResponse.Builder addChangelogs(Changelog value)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Parameter
Name Description
value Changelog
Returns
Type Description
ListChangelogsResponse.Builder

addChangelogs(Changelog.Builder builderForValue)

public ListChangelogsResponse.Builder addChangelogs(Changelog.Builder builderForValue)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Parameter
Name Description
builderForValue Changelog.Builder
Returns
Type Description
ListChangelogsResponse.Builder

addChangelogs(int index, Changelog value)

public ListChangelogsResponse.Builder addChangelogs(int index, Changelog value)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

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

addChangelogs(int index, Changelog.Builder builderForValue)

public ListChangelogsResponse.Builder addChangelogs(int index, Changelog.Builder builderForValue)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

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

addChangelogsBuilder()

public Changelog.Builder addChangelogsBuilder()

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Returns
Type Description
Changelog.Builder

addChangelogsBuilder(int index)

public Changelog.Builder addChangelogsBuilder(int index)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Parameter
Name Description
index int
Returns
Type Description
Changelog.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListChangelogsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListChangelogsResponse.Builder
Overrides

build()

public ListChangelogsResponse build()
Returns
Type Description
ListChangelogsResponse

buildPartial()

public ListChangelogsResponse buildPartial()
Returns
Type Description
ListChangelogsResponse

clear()

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

clearChangelogs()

public ListChangelogsResponse.Builder clearChangelogs()

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Returns
Type Description
ListChangelogsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListChangelogsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListChangelogsResponse.Builder
Overrides

clearNextPageToken()

public ListChangelogsResponse.Builder clearNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ListChangelogsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListChangelogsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListChangelogsResponse.Builder
Overrides

clone()

public ListChangelogsResponse.Builder clone()
Returns
Type Description
ListChangelogsResponse.Builder
Overrides

getChangelogs(int index)

public Changelog getChangelogs(int index)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Parameter
Name Description
index int
Returns
Type Description
Changelog

getChangelogsBuilder(int index)

public Changelog.Builder getChangelogsBuilder(int index)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Parameter
Name Description
index int
Returns
Type Description
Changelog.Builder

getChangelogsBuilderList()

public List<Changelog.Builder> getChangelogsBuilderList()

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Returns
Type Description
List<Builder>

getChangelogsCount()

public int getChangelogsCount()

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Returns
Type Description
int

getChangelogsList()

public List<Changelog> getChangelogsList()

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Returns
Type Description
List<Changelog>

getChangelogsOrBuilder(int index)

public ChangelogOrBuilder getChangelogsOrBuilder(int index)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Parameter
Name Description
index int
Returns
Type Description
ChangelogOrBuilder

getChangelogsOrBuilderList()

public List<? extends ChangelogOrBuilder> getChangelogsOrBuilderList()

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.cx.v3beta1.ChangelogOrBuilder>

getDefaultInstanceForType()

public ListChangelogsResponse getDefaultInstanceForType()
Returns
Type Description
ListChangelogsResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListChangelogsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListChangelogsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListChangelogsResponse.Builder
Overrides

removeChangelogs(int index)

public ListChangelogsResponse.Builder removeChangelogs(int index)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

Parameter
Name Description
index int
Returns
Type Description
ListChangelogsResponse.Builder

setChangelogs(int index, Changelog value)

public ListChangelogsResponse.Builder setChangelogs(int index, Changelog value)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

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

setChangelogs(int index, Changelog.Builder builderForValue)

public ListChangelogsResponse.Builder setChangelogs(int index, Changelog.Builder builderForValue)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3beta1.Changelog changelogs = 1;

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

setField(Descriptors.FieldDescriptor field, Object value)

public ListChangelogsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListChangelogsResponse.Builder
Overrides

setNextPageToken(String value)

public ListChangelogsResponse.Builder setNextPageToken(String value)

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListChangelogsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListChangelogsResponse.Builder setNextPageTokenBytes(ByteString value)

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListChangelogsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListChangelogsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListChangelogsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListChangelogsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListChangelogsResponse.Builder
Overrides