Class ListAllFeedbackLabelsRequest.Builder (2.54.0)

public static final class ListAllFeedbackLabelsRequest.Builder extends GeneratedMessageV3.Builder<ListAllFeedbackLabelsRequest.Builder> implements ListAllFeedbackLabelsRequestOrBuilder

The request for listing all feedback labels.

Protobuf type google.cloud.contactcenterinsights.v1.ListAllFeedbackLabelsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListAllFeedbackLabelsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides

build()

public ListAllFeedbackLabelsRequest build()
Returns
Type Description
ListAllFeedbackLabelsRequest

buildPartial()

public ListAllFeedbackLabelsRequest buildPartial()
Returns
Type Description
ListAllFeedbackLabelsRequest

clear()

public ListAllFeedbackLabelsRequest.Builder clear()
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListAllFeedbackLabelsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides

clearFilter()

public ListAllFeedbackLabelsRequest.Builder clearFilter()

Optional. A filter to reduce results to a specific subset in the entire project. Supports disjunctions (OR) and conjunctions (AND).

Supported fields:

  • issue_model_id
  • qa_question_id
  • min_create_time
  • max_create_time
  • min_update_time
  • max_update_time
  • feedback_label_type: QUALITY_AI, TOPIC_MODELING

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListAllFeedbackLabelsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides

clearPageSize()

public ListAllFeedbackLabelsRequest.Builder clearPageSize()

Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

clearPageToken()

public ListAllFeedbackLabelsRequest.Builder clearPageToken()

Optional. The value returned by the last ListAllFeedbackLabelsResponse. This value indicates that this is a continuation of a prior ListAllFeedbackLabels call and that the system should return the next page of data.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

clearParent()

public ListAllFeedbackLabelsRequest.Builder clearParent()

Required. The parent resource of all feedback labels per project.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

clone()

public ListAllFeedbackLabelsRequest.Builder clone()
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides

getDefaultInstanceForType()

public ListAllFeedbackLabelsRequest getDefaultInstanceForType()
Returns
Type Description
ListAllFeedbackLabelsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFilter()

public String getFilter()

Optional. A filter to reduce results to a specific subset in the entire project. Supports disjunctions (OR) and conjunctions (AND).

Supported fields:

  • issue_model_id
  • qa_question_id
  • min_create_time
  • max_create_time
  • min_update_time
  • max_update_time
  • feedback_label_type: QUALITY_AI, TOPIC_MODELING

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 in the entire project. Supports disjunctions (OR) and conjunctions (AND).

Supported fields:

  • issue_model_id
  • qa_question_id
  • min_create_time
  • max_create_time
  • min_update_time
  • max_update_time
  • feedback_label_type: QUALITY_AI, TOPIC_MODELING

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 feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.

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 ListAllFeedbackLabelsResponse. This value indicates that this is a continuation of a prior ListAllFeedbackLabels 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 ListAllFeedbackLabelsResponse. This value indicates that this is a continuation of a prior ListAllFeedbackLabels 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 all feedback labels per project.

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 all feedback labels per project.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListAllFeedbackLabelsRequest other)

public ListAllFeedbackLabelsRequest.Builder mergeFrom(ListAllFeedbackLabelsRequest other)
Parameter
Name Description
other ListAllFeedbackLabelsRequest
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListAllFeedbackLabelsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListAllFeedbackLabelsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListAllFeedbackLabelsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListAllFeedbackLabelsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides

setFilter(String value)

public ListAllFeedbackLabelsRequest.Builder setFilter(String value)

Optional. A filter to reduce results to a specific subset in the entire project. Supports disjunctions (OR) and conjunctions (AND).

Supported fields:

  • issue_model_id
  • qa_question_id
  • min_create_time
  • max_create_time
  • min_update_time
  • max_update_time
  • feedback_label_type: QUALITY_AI, TOPIC_MODELING

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListAllFeedbackLabelsRequest.Builder setFilterBytes(ByteString value)

Optional. A filter to reduce results to a specific subset in the entire project. Supports disjunctions (OR) and conjunctions (AND).

Supported fields:

  • issue_model_id
  • qa_question_id
  • min_create_time
  • max_create_time
  • min_update_time
  • max_update_time
  • feedback_label_type: QUALITY_AI, TOPIC_MODELING

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListAllFeedbackLabelsRequest.Builder setPageSize(int value)

Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListAllFeedbackLabelsRequest.Builder setPageToken(String value)

Optional. The value returned by the last ListAllFeedbackLabelsResponse. This value indicates that this is a continuation of a prior ListAllFeedbackLabels 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 String

The pageToken to set.

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListAllFeedbackLabelsRequest.Builder setPageTokenBytes(ByteString value)

Optional. The value returned by the last ListAllFeedbackLabelsResponse. This value indicates that this is a continuation of a prior ListAllFeedbackLabels 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 ByteString

The bytes for pageToken to set.

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

setParent(String value)

public ListAllFeedbackLabelsRequest.Builder setParent(String value)

Required. The parent resource of all feedback labels per project.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListAllFeedbackLabelsRequest.Builder setParentBytes(ByteString value)

Required. The parent resource of all feedback labels per project.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListAllFeedbackLabelsRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListAllFeedbackLabelsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListAllFeedbackLabelsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListAllFeedbackLabelsRequest.Builder
Overrides