public static final class ListAnalysesRequest.Builder extends GeneratedMessage.Builder<ListAnalysesRequest.Builder> implements ListAnalysesRequestOrBuilderThe request to list analyses.
Protobuf type google.cloud.contactcenterinsights.v1.ListAnalysesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListAnalysesRequest.BuilderImplements
ListAnalysesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListAnalysesRequest build()| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest |
|
buildPartial()
public ListAnalysesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest |
|
clear()
public ListAnalysesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
|
clearFilter()
public ListAnalysesRequest.Builder clearFilter()A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListAnalysesRequest.Builder clearPageSize() The maximum number of analyses to return in the response. If this
value is zero, the service will select a default size. A call might return
fewer objects than requested. A non-empty next_page_token in the response
indicates that more data is available.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListAnalysesRequest.Builder clearPageToken() The value returned by the last ListAnalysesResponse; indicates
that this is a continuation of a prior ListAnalyses call and
the system should return the next page of data.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |
clearParent()
public ListAnalysesRequest.Builder clearParent()Required. The parent resource of the analyses.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListAnalysesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize() The maximum number of analyses to return in the response. If this
value is zero, the service will select a default size. A call might return
fewer objects than requested. A non-empty next_page_token in the response
indicates that more data is available.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() The value returned by the last ListAnalysesResponse; indicates
that this is a continuation of a prior ListAnalyses call and
the system should return the next page of data.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() The value returned by the last ListAnalysesResponse; indicates
that this is a continuation of a prior ListAnalyses call and
the system should return the next page of data.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The parent resource of the analyses.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent resource of the analyses.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListAnalysesRequest other)
public ListAnalysesRequest.Builder mergeFrom(ListAnalysesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAnalysesRequest |
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListAnalysesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListAnalysesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
|
setFilter(String value)
public ListAnalysesRequest.Builder setFilter(String value)A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
string filter = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListAnalysesRequest.Builder setFilterBytes(ByteString value)A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
string filter = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListAnalysesRequest.Builder setPageSize(int value) The maximum number of analyses to return in the response. If this
value is zero, the service will select a default size. A call might return
fewer objects than requested. A non-empty next_page_token in the response
indicates that more data is available.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListAnalysesRequest.Builder setPageToken(String value) The value returned by the last ListAnalysesResponse; indicates
that this is a continuation of a prior ListAnalyses call and
the system should return the next page of data.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListAnalysesRequest.Builder setPageTokenBytes(ByteString value) The value returned by the last ListAnalysesResponse; indicates
that this is a continuation of a prior ListAnalyses call and
the system should return the next page of data.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListAnalysesRequest.Builder setParent(String value)Required. The parent resource of the analyses.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListAnalysesRequest.Builder setParentBytes(ByteString value)Required. The parent resource of the analyses.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListAnalysesRequest.Builder |
This builder for chaining. |