Class ListChangelogsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
- com.google.cloud.dialogflow.cx.v3beta1.ListChangelogsResponse.Builder
-
- All Implemented Interfaces:
ListChangelogsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListChangelogsResponse
public static final class ListChangelogsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder> implements ListChangelogsResponseOrBuilder
The response message for [Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].
Protobuf typegoogle.cloud.dialogflow.cx.v3beta1.ListChangelogsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListChangelogsResponse.Builder
addAllChangelogs(Iterable<? extends Changelog> values)
The list of changelogs.ListChangelogsResponse.Builder
addChangelogs(int index, Changelog value)
The list of changelogs.ListChangelogsResponse.Builder
addChangelogs(int index, Changelog.Builder builderForValue)
The list of changelogs.ListChangelogsResponse.Builder
addChangelogs(Changelog value)
The list of changelogs.ListChangelogsResponse.Builder
addChangelogs(Changelog.Builder builderForValue)
The list of changelogs.Changelog.Builder
addChangelogsBuilder()
The list of changelogs.Changelog.Builder
addChangelogsBuilder(int index)
The list of changelogs.ListChangelogsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListChangelogsResponse
build()
ListChangelogsResponse
buildPartial()
ListChangelogsResponse.Builder
clear()
ListChangelogsResponse.Builder
clearChangelogs()
The list of changelogs.ListChangelogsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListChangelogsResponse.Builder
clearNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.ListChangelogsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListChangelogsResponse.Builder
clone()
Changelog
getChangelogs(int index)
The list of changelogs.Changelog.Builder
getChangelogsBuilder(int index)
The list of changelogs.List<Changelog.Builder>
getChangelogsBuilderList()
The list of changelogs.int
getChangelogsCount()
The list of changelogs.List<Changelog>
getChangelogsList()
The list of changelogs.ChangelogOrBuilder
getChangelogsOrBuilder(int index)
The list of changelogs.List<? extends ChangelogOrBuilder>
getChangelogsOrBuilderList()
The list of changelogs.ListChangelogsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.com.google.protobuf.ByteString
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListChangelogsResponse.Builder
mergeFrom(ListChangelogsResponse other)
ListChangelogsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListChangelogsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListChangelogsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListChangelogsResponse.Builder
removeChangelogs(int index)
The list of changelogs.ListChangelogsResponse.Builder
setChangelogs(int index, Changelog value)
The list of changelogs.ListChangelogsResponse.Builder
setChangelogs(int index, Changelog.Builder builderForValue)
The list of changelogs.ListChangelogsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListChangelogsResponse.Builder
setNextPageToken(String value)
Token to retrieve the next page of results, or empty if there are no more results in the list.ListChangelogsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
Token to retrieve the next page of results, or empty if there are no more results in the list.ListChangelogsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListChangelogsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
clear
public ListChangelogsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
getDefaultInstanceForType
public ListChangelogsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListChangelogsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListChangelogsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListChangelogsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
setField
public ListChangelogsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
clearField
public ListChangelogsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
clearOneof
public ListChangelogsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
setRepeatedField
public ListChangelogsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
addRepeatedField
public ListChangelogsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
mergeFrom
public ListChangelogsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListChangelogsResponse.Builder>
-
mergeFrom
public ListChangelogsResponse.Builder mergeFrom(ListChangelogsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
mergeFrom
public ListChangelogsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListChangelogsResponse.Builder>
- Throws:
IOException
-
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;
- Specified by:
getChangelogsList
in interfaceListChangelogsResponseOrBuilder
-
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;
- Specified by:
getChangelogsCount
in interfaceListChangelogsResponseOrBuilder
-
getChangelogs
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;
- Specified by:
getChangelogs
in interfaceListChangelogsResponseOrBuilder
-
setChangelogs
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;
-
setChangelogs
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;
-
addChangelogs
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;
-
addChangelogs
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;
-
addChangelogs
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;
-
addChangelogs
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;
-
addAllChangelogs
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;
-
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;
-
removeChangelogs
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;
-
getChangelogsBuilder
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;
-
getChangelogsOrBuilder
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;
- Specified by:
getChangelogsOrBuilder
in interfaceListChangelogsResponseOrBuilder
-
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;
- Specified by:
getChangelogsOrBuilderList
in interfaceListChangelogsResponseOrBuilder
-
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;
-
addChangelogsBuilder
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;
-
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;
-
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;
- Specified by:
getNextPageToken
in interfaceListChangelogsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.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;
- Specified by:
getNextPageTokenBytes
in interfaceListChangelogsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
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;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setNextPageTokenBytes
public ListChangelogsResponse.Builder setNextPageTokenBytes(com.google.protobuf.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;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListChangelogsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
mergeUnknownFields
public final ListChangelogsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChangelogsResponse.Builder>
-
-