public static final class ListQaScorecardRevisionsRequest.Builder extends GeneratedMessage.Builder<ListQaScorecardRevisionsRequest.Builder> implements ListQaScorecardRevisionsRequestOrBuilderRequest to list QaScorecardRevisions
Protobuf type google.cloud.contactcenterinsights.v1.ListQaScorecardRevisionsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListQaScorecardRevisionsRequest.BuilderImplements
ListQaScorecardRevisionsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListQaScorecardRevisionsRequest build()| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest |
|
buildPartial()
public ListQaScorecardRevisionsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest |
|
clear()
public ListQaScorecardRevisionsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
|
clearFilter()
public ListQaScorecardRevisionsRequest.Builder clearFilter()Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListQaScorecardRevisionsRequest.Builder clearPageSize() Optional. The maximum number of scorecard revisions to return in the
response. If the 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListQaScorecardRevisionsRequest.Builder clearPageToken() Optional. The value returned by the last
ListQaScorecardRevisionsResponse. This value indicates that this is a
continuation of a prior ListQaScorecardRevisions call and that the system
should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |
clearParent()
public ListQaScorecardRevisionsRequest.Builder clearParent()Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListQaScorecardRevisionsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize() Optional. The maximum number of scorecard revisions to return in the
response. If the 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. The value returned by the last
ListQaScorecardRevisionsResponse. This value indicates that this is a
continuation of a prior ListQaScorecardRevisions call and that the system
should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. The value returned by the last
ListQaScorecardRevisionsResponse. This value indicates that this is a
continuation of a prior ListQaScorecardRevisions call and that the system
should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.
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 scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.
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(ListQaScorecardRevisionsRequest other)
public ListQaScorecardRevisionsRequest.Builder mergeFrom(ListQaScorecardRevisionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListQaScorecardRevisionsRequest |
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListQaScorecardRevisionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListQaScorecardRevisionsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
|
setFilter(String value)
public ListQaScorecardRevisionsRequest.Builder setFilter(String value)Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListQaScorecardRevisionsRequest.Builder setFilterBytes(ByteString value)Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListQaScorecardRevisionsRequest.Builder setPageSize(int value) Optional. The maximum number of scorecard revisions to return in the
response. If the 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 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListQaScorecardRevisionsRequest.Builder setPageToken(String value) Optional. The value returned by the last
ListQaScorecardRevisionsResponse. This value indicates that this is a
continuation of a prior ListQaScorecardRevisions call and that the system
should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListQaScorecardRevisionsRequest.Builder setPageTokenBytes(ByteString value) Optional. The value returned by the last
ListQaScorecardRevisionsResponse. This value indicates that this is a
continuation of a prior ListQaScorecardRevisions call and that the system
should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListQaScorecardRevisionsRequest.Builder setParent(String value)Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListQaScorecardRevisionsRequest.Builder setParentBytes(ByteString value)Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.
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 |
ListQaScorecardRevisionsRequest.Builder |
This builder for chaining. |