Class ListAnalysesResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListAnalysesResponse.Builder>
-
- com.google.cloud.contactcenterinsights.v1.ListAnalysesResponse.Builder
-
- All Implemented Interfaces:
ListAnalysesResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListAnalysesResponse
public static final class ListAnalysesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListAnalysesResponse.Builder> implements ListAnalysesResponseOrBuilder
The response to list analyses.
Protobuf typegoogle.cloud.contactcenterinsights.v1.ListAnalysesResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAnalysesResponse.Builder
addAllAnalyses(Iterable<? extends Analysis> values)
The analyses that match the request.ListAnalysesResponse.Builder
addAnalyses(int index, Analysis value)
The analyses that match the request.ListAnalysesResponse.Builder
addAnalyses(int index, Analysis.Builder builderForValue)
The analyses that match the request.ListAnalysesResponse.Builder
addAnalyses(Analysis value)
The analyses that match the request.ListAnalysesResponse.Builder
addAnalyses(Analysis.Builder builderForValue)
The analyses that match the request.Analysis.Builder
addAnalysesBuilder()
The analyses that match the request.Analysis.Builder
addAnalysesBuilder(int index)
The analyses that match the request.ListAnalysesResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListAnalysesResponse
build()
ListAnalysesResponse
buildPartial()
ListAnalysesResponse.Builder
clear()
ListAnalysesResponse.Builder
clearAnalyses()
The analyses that match the request.ListAnalysesResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListAnalysesResponse.Builder
clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.ListAnalysesResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListAnalysesResponse.Builder
clone()
Analysis
getAnalyses(int index)
The analyses that match the request.Analysis.Builder
getAnalysesBuilder(int index)
The analyses that match the request.List<Analysis.Builder>
getAnalysesBuilderList()
The analyses that match the request.int
getAnalysesCount()
The analyses that match the request.List<Analysis>
getAnalysesList()
The analyses that match the request.AnalysisOrBuilder
getAnalysesOrBuilder(int index)
The analyses that match the request.List<? extends AnalysisOrBuilder>
getAnalysesOrBuilderList()
The analyses that match the request.ListAnalysesResponse
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()
ListAnalysesResponse.Builder
mergeFrom(ListAnalysesResponse other)
ListAnalysesResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListAnalysesResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListAnalysesResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListAnalysesResponse.Builder
removeAnalyses(int index)
The analyses that match the request.ListAnalysesResponse.Builder
setAnalyses(int index, Analysis value)
The analyses that match the request.ListAnalysesResponse.Builder
setAnalyses(int index, Analysis.Builder builderForValue)
The analyses that match the request.ListAnalysesResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListAnalysesResponse.Builder
setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page.ListAnalysesResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as `page_token` to retrieve the next page.ListAnalysesResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListAnalysesResponse.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<ListAnalysesResponse.Builder>
-
clear
public ListAnalysesResponse.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<ListAnalysesResponse.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<ListAnalysesResponse.Builder>
-
getDefaultInstanceForType
public ListAnalysesResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListAnalysesResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListAnalysesResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListAnalysesResponse.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<ListAnalysesResponse.Builder>
-
setField
public ListAnalysesResponse.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<ListAnalysesResponse.Builder>
-
clearField
public ListAnalysesResponse.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<ListAnalysesResponse.Builder>
-
clearOneof
public ListAnalysesResponse.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<ListAnalysesResponse.Builder>
-
setRepeatedField
public ListAnalysesResponse.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<ListAnalysesResponse.Builder>
-
addRepeatedField
public ListAnalysesResponse.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<ListAnalysesResponse.Builder>
-
mergeFrom
public ListAnalysesResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListAnalysesResponse.Builder>
-
mergeFrom
public ListAnalysesResponse.Builder mergeFrom(ListAnalysesResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAnalysesResponse.Builder>
-
mergeFrom
public ListAnalysesResponse.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<ListAnalysesResponse.Builder>
- Throws:
IOException
-
getAnalysesList
public List<Analysis> getAnalysesList()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
- Specified by:
getAnalysesList
in interfaceListAnalysesResponseOrBuilder
-
getAnalysesCount
public int getAnalysesCount()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
- Specified by:
getAnalysesCount
in interfaceListAnalysesResponseOrBuilder
-
getAnalyses
public Analysis getAnalyses(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
- Specified by:
getAnalyses
in interfaceListAnalysesResponseOrBuilder
-
setAnalyses
public ListAnalysesResponse.Builder setAnalyses(int index, Analysis value)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
setAnalyses
public ListAnalysesResponse.Builder setAnalyses(int index, Analysis.Builder builderForValue)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
addAnalyses
public ListAnalysesResponse.Builder addAnalyses(Analysis value)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
addAnalyses
public ListAnalysesResponse.Builder addAnalyses(int index, Analysis value)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
addAnalyses
public ListAnalysesResponse.Builder addAnalyses(Analysis.Builder builderForValue)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
addAnalyses
public ListAnalysesResponse.Builder addAnalyses(int index, Analysis.Builder builderForValue)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
addAllAnalyses
public ListAnalysesResponse.Builder addAllAnalyses(Iterable<? extends Analysis> values)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
clearAnalyses
public ListAnalysesResponse.Builder clearAnalyses()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
removeAnalyses
public ListAnalysesResponse.Builder removeAnalyses(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
getAnalysesBuilder
public Analysis.Builder getAnalysesBuilder(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
getAnalysesOrBuilder
public AnalysisOrBuilder getAnalysesOrBuilder(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
- Specified by:
getAnalysesOrBuilder
in interfaceListAnalysesResponseOrBuilder
-
getAnalysesOrBuilderList
public List<? extends AnalysisOrBuilder> getAnalysesOrBuilderList()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
- Specified by:
getAnalysesOrBuilderList
in interfaceListAnalysesResponseOrBuilder
-
addAnalysesBuilder
public Analysis.Builder addAnalysesBuilder()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
addAnalysesBuilder
public Analysis.Builder addAnalysesBuilder(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
getAnalysesBuilderList
public List<Analysis.Builder> getAnalysesBuilderList()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
-
getNextPageToken
public String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListAnalysesResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListAnalysesResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListAnalysesResponse.Builder setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListAnalysesResponse.Builder clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListAnalysesResponse.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 omitted, there are no subsequent pages.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListAnalysesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAnalysesResponse.Builder>
-
mergeUnknownFields
public final ListAnalysesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListAnalysesResponse.Builder>
-
-