public static final class ListConversationsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder> implements ListConversationsResponseOrBuilder
The response of listing conversations.Protobuf type
google.cloud.contactcenterinsights.v1.ListConversationsResponse| Modifier and Type | Method and Description |
|---|---|
ListConversationsResponse.Builder |
addAllConversations(Iterable<? extends Conversation> values)
The conversations that match the request.
|
ListConversationsResponse.Builder |
addConversations(Conversation.Builder builderForValue)
The conversations that match the request.
|
ListConversationsResponse.Builder |
addConversations(Conversation value)
The conversations that match the request.
|
ListConversationsResponse.Builder |
addConversations(int index,
Conversation.Builder builderForValue)
The conversations that match the request.
|
ListConversationsResponse.Builder |
addConversations(int index,
Conversation value)
The conversations that match the request.
|
Conversation.Builder |
addConversationsBuilder()
The conversations that match the request.
|
Conversation.Builder |
addConversationsBuilder(int index)
The conversations that match the request.
|
ListConversationsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListConversationsResponse |
build() |
ListConversationsResponse |
buildPartial() |
ListConversationsResponse.Builder |
clear() |
ListConversationsResponse.Builder |
clearConversations()
The conversations that match the request.
|
ListConversationsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListConversationsResponse.Builder |
clearNextPageToken()
A token which can be sent as `page_token` to retrieve the next page.
|
ListConversationsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListConversationsResponse.Builder |
clone() |
Conversation |
getConversations(int index)
The conversations that match the request.
|
Conversation.Builder |
getConversationsBuilder(int index)
The conversations that match the request.
|
List<Conversation.Builder> |
getConversationsBuilderList()
The conversations that match the request.
|
int |
getConversationsCount()
The conversations that match the request.
|
List<Conversation> |
getConversationsList()
The conversations that match the request.
|
ConversationOrBuilder |
getConversationsOrBuilder(int index)
The conversations that match the request.
|
List<? extends ConversationOrBuilder> |
getConversationsOrBuilderList()
The conversations that match the request.
|
ListConversationsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextPageToken()
A token which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token which can be sent as `page_token` to retrieve the next page.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListConversationsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListConversationsResponse.Builder |
mergeFrom(ListConversationsResponse other) |
ListConversationsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListConversationsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListConversationsResponse.Builder |
removeConversations(int index)
The conversations that match the request.
|
ListConversationsResponse.Builder |
setConversations(int index,
Conversation.Builder builderForValue)
The conversations that match the request.
|
ListConversationsResponse.Builder |
setConversations(int index,
Conversation value)
The conversations that match the request.
|
ListConversationsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListConversationsResponse.Builder |
setNextPageToken(String value)
A token which can be sent as `page_token` to retrieve the next page.
|
ListConversationsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token which can be sent as `page_token` to retrieve the next page.
|
ListConversationsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListConversationsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public ListConversationsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public ListConversationsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListConversationsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListConversationsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListConversationsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public ListConversationsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public ListConversationsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public ListConversationsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public ListConversationsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public ListConversationsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public ListConversationsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListConversationsResponse.Builder>public ListConversationsResponse.Builder mergeFrom(ListConversationsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public ListConversationsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListConversationsResponse.Builder>IOExceptionpublic List<Conversation> getConversationsList()
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;getConversationsList in interface ListConversationsResponseOrBuilderpublic int getConversationsCount()
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;getConversationsCount in interface ListConversationsResponseOrBuilderpublic Conversation getConversations(int index)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;getConversations in interface ListConversationsResponseOrBuilderpublic ListConversationsResponse.Builder setConversations(int index, Conversation value)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public ListConversationsResponse.Builder setConversations(int index, Conversation.Builder builderForValue)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public ListConversationsResponse.Builder addConversations(Conversation value)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public ListConversationsResponse.Builder addConversations(int index, Conversation value)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public ListConversationsResponse.Builder addConversations(Conversation.Builder builderForValue)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public ListConversationsResponse.Builder addConversations(int index, Conversation.Builder builderForValue)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public ListConversationsResponse.Builder addAllConversations(Iterable<? extends Conversation> values)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public ListConversationsResponse.Builder clearConversations()
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public ListConversationsResponse.Builder removeConversations(int index)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public Conversation.Builder getConversationsBuilder(int index)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public ConversationOrBuilder getConversationsOrBuilder(int index)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;getConversationsOrBuilder in interface ListConversationsResponseOrBuilderpublic List<? extends ConversationOrBuilder> getConversationsOrBuilderList()
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;getConversationsOrBuilderList in interface ListConversationsResponseOrBuilderpublic Conversation.Builder addConversationsBuilder()
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public Conversation.Builder addConversationsBuilder(int index)
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public List<Conversation.Builder> getConversationsBuilderList()
The conversations that match the request.
repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;public String getNextPageToken()
A token which can be sent as `page_token` to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.
string next_page_token = 2;getNextPageToken in interface ListConversationsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
A token which can be sent as `page_token` to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.
string next_page_token = 2;getNextPageTokenBytes in interface ListConversationsResponseOrBuilderpublic ListConversationsResponse.Builder setNextPageToken(String value)
A token which can be sent as `page_token` to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.
string next_page_token = 2;value - The nextPageToken to set.public ListConversationsResponse.Builder clearNextPageToken()
A token which can be sent as `page_token` to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.
string next_page_token = 2;public ListConversationsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token which can be sent as `page_token` to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final ListConversationsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>public final ListConversationsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListConversationsResponse.Builder>Copyright © 2023 Google LLC. All rights reserved.