public static final class ListAnalysesResponse.Builder extends GeneratedMessageV3.Builder<ListAnalysesResponse.Builder> implements ListAnalysesResponseOrBuilder
The response to list analyses.
Protobuf type google.cloud.contactcenterinsights.v1.ListAnalysesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ListAnalysesResponse.Builder addAllAnalyses(Iterable<? extends Analysis> values)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.contactcenterinsights.v1.Analysis>
|
public ListAnalysesResponse.Builder addAnalyses(Analysis value)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
Parameter |
Name |
Description |
value |
Analysis
|
public ListAnalysesResponse.Builder addAnalyses(Analysis.Builder builderForValue)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
public ListAnalysesResponse.Builder addAnalyses(int index, Analysis value)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
public ListAnalysesResponse.Builder addAnalyses(int index, Analysis.Builder builderForValue)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
public Analysis.Builder addAnalysesBuilder()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
public Analysis.Builder addAnalysesBuilder(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
Parameter |
Name |
Description |
index |
int
|
public ListAnalysesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListAnalysesResponse build()
public ListAnalysesResponse buildPartial()
public ListAnalysesResponse.Builder clear()
Overrides
public ListAnalysesResponse.Builder clearAnalyses()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
public ListAnalysesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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;
public ListAnalysesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListAnalysesResponse.Builder clone()
Overrides
public Analysis getAnalyses(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
Parameter |
Name |
Description |
index |
int
|
public Analysis.Builder getAnalysesBuilder(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
Parameter |
Name |
Description |
index |
int
|
public List<Analysis.Builder> getAnalysesBuilderList()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
public int getAnalysesCount()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
Returns |
Type |
Description |
int |
|
public List<Analysis> getAnalysesList()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
public AnalysisOrBuilder getAnalysesOrBuilder(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends AnalysisOrBuilder> getAnalysesOrBuilderList()
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.contactcenterinsights.v1.AnalysisOrBuilder> |
|
public ListAnalysesResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public 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;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListAnalysesResponse.Builder mergeFrom(ListAnalysesResponse other)
public ListAnalysesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListAnalysesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ListAnalysesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListAnalysesResponse.Builder removeAnalyses(int index)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
Parameter |
Name |
Description |
index |
int
|
public ListAnalysesResponse.Builder setAnalyses(int index, Analysis value)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
public ListAnalysesResponse.Builder setAnalyses(int index, Analysis.Builder builderForValue)
The analyses that match the request.
repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
public ListAnalysesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
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;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListAnalysesResponse.Builder setNextPageTokenBytes(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;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
public ListAnalysesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListAnalysesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides