Class ListAllFeedbackLabelsResponse.Builder (2.54.0)

public static final class ListAllFeedbackLabelsResponse.Builder extends GeneratedMessageV3.Builder<ListAllFeedbackLabelsResponse.Builder> implements ListAllFeedbackLabelsResponseOrBuilder

The response for listing all feedback labels.

Protobuf type google.cloud.contactcenterinsights.v1.ListAllFeedbackLabelsResponse

Static Methods

getDescriptor()

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

Methods

addAllFeedbackLabels(Iterable<? extends FeedbackLabel> values)

public ListAllFeedbackLabelsResponse.Builder addAllFeedbackLabels(Iterable<? extends FeedbackLabel> values)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.contactcenterinsights.v1.FeedbackLabel>
Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

addFeedbackLabels(FeedbackLabel value)

public ListAllFeedbackLabelsResponse.Builder addFeedbackLabels(FeedbackLabel value)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameter
Name Description
value FeedbackLabel
Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

addFeedbackLabels(FeedbackLabel.Builder builderForValue)

public ListAllFeedbackLabelsResponse.Builder addFeedbackLabels(FeedbackLabel.Builder builderForValue)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameter
Name Description
builderForValue FeedbackLabel.Builder
Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

addFeedbackLabels(int index, FeedbackLabel value)

public ListAllFeedbackLabelsResponse.Builder addFeedbackLabels(int index, FeedbackLabel value)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameters
Name Description
index int
value FeedbackLabel
Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

addFeedbackLabels(int index, FeedbackLabel.Builder builderForValue)

public ListAllFeedbackLabelsResponse.Builder addFeedbackLabels(int index, FeedbackLabel.Builder builderForValue)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameters
Name Description
index int
builderForValue FeedbackLabel.Builder
Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

addFeedbackLabelsBuilder()

public FeedbackLabel.Builder addFeedbackLabelsBuilder()

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Returns
Type Description
FeedbackLabel.Builder

addFeedbackLabelsBuilder(int index)

public FeedbackLabel.Builder addFeedbackLabelsBuilder(int index)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameter
Name Description
index int
Returns
Type Description
FeedbackLabel.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListAllFeedbackLabelsResponse build()
Returns
Type Description
ListAllFeedbackLabelsResponse

buildPartial()

public ListAllFeedbackLabelsResponse buildPartial()
Returns
Type Description
ListAllFeedbackLabelsResponse

clear()

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

clearFeedbackLabels()

public ListAllFeedbackLabelsResponse.Builder clearFeedbackLabels()

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearNextPageToken()

public ListAllFeedbackLabelsResponse.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
Type Description
ListAllFeedbackLabelsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public ListAllFeedbackLabelsResponse getDefaultInstanceForType()
Returns
Type Description
ListAllFeedbackLabelsResponse

getDescriptorForType()

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

getFeedbackLabels(int index)

public FeedbackLabel getFeedbackLabels(int index)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameter
Name Description
index int
Returns
Type Description
FeedbackLabel

getFeedbackLabelsBuilder(int index)

public FeedbackLabel.Builder getFeedbackLabelsBuilder(int index)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameter
Name Description
index int
Returns
Type Description
FeedbackLabel.Builder

getFeedbackLabelsBuilderList()

public List<FeedbackLabel.Builder> getFeedbackLabelsBuilderList()

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Returns
Type Description
List<Builder>

getFeedbackLabelsCount()

public int getFeedbackLabelsCount()

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Returns
Type Description
int

getFeedbackLabelsList()

public List<FeedbackLabel> getFeedbackLabelsList()

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Returns
Type Description
List<FeedbackLabel>

getFeedbackLabelsOrBuilder(int index)

public FeedbackLabelOrBuilder getFeedbackLabelsOrBuilder(int index)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameter
Name Description
index int
Returns
Type Description
FeedbackLabelOrBuilder

getFeedbackLabelsOrBuilderList()

public List<? extends FeedbackLabelOrBuilder> getFeedbackLabelsOrBuilderList()

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Returns
Type Description
List<? extends com.google.cloud.contactcenterinsights.v1.FeedbackLabelOrBuilder>

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListAllFeedbackLabelsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeFeedbackLabels(int index)

public ListAllFeedbackLabelsResponse.Builder removeFeedbackLabels(int index)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameter
Name Description
index int
Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

setFeedbackLabels(int index, FeedbackLabel value)

public ListAllFeedbackLabelsResponse.Builder setFeedbackLabels(int index, FeedbackLabel value)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameters
Name Description
index int
value FeedbackLabel
Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

setFeedbackLabels(int index, FeedbackLabel.Builder builderForValue)

public ListAllFeedbackLabelsResponse.Builder setFeedbackLabels(int index, FeedbackLabel.Builder builderForValue)

The feedback labels that match the request.

repeated .google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_labels = 1;

Parameters
Name Description
index int
builderForValue FeedbackLabel.Builder
Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListAllFeedbackLabelsResponse.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.

Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListAllFeedbackLabelsResponse.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.

Returns
Type Description
ListAllFeedbackLabelsResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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