Interface ListFeedbackLabelsResponseOrBuilder (2.54.0)

public interface ListFeedbackLabelsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeedbackLabels(int index)

public abstract 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

getFeedbackLabelsCount()

public abstract int getFeedbackLabelsCount()

The feedback labels that match the request.

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

Returns
Type Description
int

getFeedbackLabelsList()

public abstract 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 abstract 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 abstract 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 abstract String getNextPageToken()

The next page token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The next page token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.