Class BulkDownloadFeedbackLabelsRequest.Builder (2.54.0)

public static final class BulkDownloadFeedbackLabelsRequest.Builder extends GeneratedMessageV3.Builder<BulkDownloadFeedbackLabelsRequest.Builder> implements BulkDownloadFeedbackLabelsRequestOrBuilder

Request for the BulkDownloadFeedbackLabel endpoint.

Protobuf type google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest

Static Methods

getDescriptor()

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

Methods

addAllTemplateQaScorecardId(Iterable<String> values)

public BulkDownloadFeedbackLabelsRequest.Builder addAllTemplateQaScorecardId(Iterable<String> values)

Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label filter will be ignored.

repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<String>

The templateQaScorecardId to add.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addTemplateQaScorecardId(String value)

public BulkDownloadFeedbackLabelsRequest.Builder addTemplateQaScorecardId(String value)

Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label filter will be ignored.

repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The templateQaScorecardId to add.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

addTemplateQaScorecardIdBytes(ByteString value)

public BulkDownloadFeedbackLabelsRequest.Builder addTemplateQaScorecardIdBytes(ByteString value)

Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label filter will be ignored.

repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes of the templateQaScorecardId to add.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

build()

public BulkDownloadFeedbackLabelsRequest build()
Returns
Type Description
BulkDownloadFeedbackLabelsRequest

buildPartial()

public BulkDownloadFeedbackLabelsRequest buildPartial()
Returns
Type Description
BulkDownloadFeedbackLabelsRequest

clear()

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

clearConversationFilter()

public BulkDownloadFeedbackLabelsRequest.Builder clearConversationFilter()

Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If template_qa_scorecard_id is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.

string conversation_filter = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

clearDestination()

public BulkDownloadFeedbackLabelsRequest.Builder clearDestination()
Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

clearFeedbackLabelType()

public BulkDownloadFeedbackLabelsRequest.Builder clearFeedbackLabelType()

Optional. The type of feedback labels that will be downloaded.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType feedback_label_type = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearFilter()

public BulkDownloadFeedbackLabelsRequest.Builder clearFilter()

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

Supported fields:

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

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

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

clearGcsDestination()

public BulkDownloadFeedbackLabelsRequest.Builder clearGcsDestination()

A cloud storage bucket destination.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

clearMaxDownloadCount()

public BulkDownloadFeedbackLabelsRequest.Builder clearMaxDownloadCount()

Optional. Limits the maximum number of feedback labels that will be downloaded. The first N feedback labels will be downloaded.

int32 max_download_count = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParent()

public BulkDownloadFeedbackLabelsRequest.Builder clearParent()

Required. The parent resource for new feedback labels.

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

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

clearTemplateQaScorecardId()

public BulkDownloadFeedbackLabelsRequest.Builder clearTemplateQaScorecardId()

Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label filter will be ignored.

repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

clone()

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

getConversationFilter()

public String getConversationFilter()

Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If template_qa_scorecard_id is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.

string conversation_filter = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The conversationFilter.

getConversationFilterBytes()

public ByteString getConversationFilterBytes()

Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If template_qa_scorecard_id is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.

string conversation_filter = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for conversationFilter.

getDefaultInstanceForType()

public BulkDownloadFeedbackLabelsRequest getDefaultInstanceForType()
Returns
Type Description
BulkDownloadFeedbackLabelsRequest

getDescriptorForType()

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

getDestinationCase()

public BulkDownloadFeedbackLabelsRequest.DestinationCase getDestinationCase()
Returns
Type Description
BulkDownloadFeedbackLabelsRequest.DestinationCase

getFeedbackLabelType()

public BulkDownloadFeedbackLabelsRequest.FeedbackLabelType getFeedbackLabelType()

Optional. The type of feedback labels that will be downloaded.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType feedback_label_type = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.FeedbackLabelType

The feedbackLabelType.

getFeedbackLabelTypeValue()

public int getFeedbackLabelTypeValue()

Optional. The type of feedback labels that will be downloaded.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType feedback_label_type = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for feedbackLabelType.

getFilter()

public String getFilter()

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

Supported fields:

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

string filter = 2 [(.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. Supports disjunctions (OR) and conjunctions (AND).

Supported fields:

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

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

Returns
Type Description
ByteString

The bytes for filter.

getGcsDestination()

public BulkDownloadFeedbackLabelsRequest.GcsDestination getGcsDestination()

A cloud storage bucket destination.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.GcsDestination

The gcsDestination.

getGcsDestinationBuilder()

public BulkDownloadFeedbackLabelsRequest.GcsDestination.Builder getGcsDestinationBuilder()

A cloud storage bucket destination.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.GcsDestination.Builder

getGcsDestinationOrBuilder()

public BulkDownloadFeedbackLabelsRequest.GcsDestinationOrBuilder getGcsDestinationOrBuilder()

A cloud storage bucket destination.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.GcsDestinationOrBuilder

getMaxDownloadCount()

public int getMaxDownloadCount()

Optional. Limits the maximum number of feedback labels that will be downloaded. The first N feedback labels will be downloaded.

int32 max_download_count = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The maxDownloadCount.

getParent()

public String getParent()

Required. The parent resource for new feedback labels.

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 for new feedback labels.

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

Returns
Type Description
ByteString

The bytes for parent.

getTemplateQaScorecardId(int index)

public String getTemplateQaScorecardId(int index)

Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label filter will be ignored.

repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The templateQaScorecardId at the given index.

getTemplateQaScorecardIdBytes(int index)

public ByteString getTemplateQaScorecardIdBytes(int index)

Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label filter will be ignored.

repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the templateQaScorecardId at the given index.

getTemplateQaScorecardIdCount()

public int getTemplateQaScorecardIdCount()

Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label filter will be ignored.

repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of templateQaScorecardId.

getTemplateQaScorecardIdList()

public ProtocolStringList getTemplateQaScorecardIdList()

Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label filter will be ignored.

repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the templateQaScorecardId.

hasGcsDestination()

public boolean hasGcsDestination()

A cloud storage bucket destination.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;

Returns
Type Description
boolean

Whether the gcsDestination field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BulkDownloadFeedbackLabelsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGcsDestination(BulkDownloadFeedbackLabelsRequest.GcsDestination value)

public BulkDownloadFeedbackLabelsRequest.Builder mergeGcsDestination(BulkDownloadFeedbackLabelsRequest.GcsDestination value)

A cloud storage bucket destination.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;

Parameter
Name Description
value BulkDownloadFeedbackLabelsRequest.GcsDestination
Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setConversationFilter(String value)

public BulkDownloadFeedbackLabelsRequest.Builder setConversationFilter(String value)

Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If template_qa_scorecard_id is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.

string conversation_filter = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The conversationFilter to set.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

setConversationFilterBytes(ByteString value)

public BulkDownloadFeedbackLabelsRequest.Builder setConversationFilterBytes(ByteString value)

Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If template_qa_scorecard_id is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.

string conversation_filter = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for conversationFilter to set.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

setFeedbackLabelType(BulkDownloadFeedbackLabelsRequest.FeedbackLabelType value)

public BulkDownloadFeedbackLabelsRequest.Builder setFeedbackLabelType(BulkDownloadFeedbackLabelsRequest.FeedbackLabelType value)

Optional. The type of feedback labels that will be downloaded.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType feedback_label_type = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value BulkDownloadFeedbackLabelsRequest.FeedbackLabelType

The feedbackLabelType to set.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

setFeedbackLabelTypeValue(int value)

public BulkDownloadFeedbackLabelsRequest.Builder setFeedbackLabelTypeValue(int value)

Optional. The type of feedback labels that will be downloaded.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType feedback_label_type = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The enum numeric value on the wire for feedbackLabelType to set.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setFilter(String value)

public BulkDownloadFeedbackLabelsRequest.Builder setFilter(String value)

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

Supported fields:

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

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

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public BulkDownloadFeedbackLabelsRequest.Builder setFilterBytes(ByteString value)

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

Supported fields:

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

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

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

setGcsDestination(BulkDownloadFeedbackLabelsRequest.GcsDestination value)

public BulkDownloadFeedbackLabelsRequest.Builder setGcsDestination(BulkDownloadFeedbackLabelsRequest.GcsDestination value)

A cloud storage bucket destination.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;

Parameter
Name Description
value BulkDownloadFeedbackLabelsRequest.GcsDestination
Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

setGcsDestination(BulkDownloadFeedbackLabelsRequest.GcsDestination.Builder builderForValue)

public BulkDownloadFeedbackLabelsRequest.Builder setGcsDestination(BulkDownloadFeedbackLabelsRequest.GcsDestination.Builder builderForValue)

A cloud storage bucket destination.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;

Parameter
Name Description
builderForValue BulkDownloadFeedbackLabelsRequest.GcsDestination.Builder
Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

setMaxDownloadCount(int value)

public BulkDownloadFeedbackLabelsRequest.Builder setMaxDownloadCount(int value)

Optional. Limits the maximum number of feedback labels that will be downloaded. The first N feedback labels will be downloaded.

int32 max_download_count = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The maxDownloadCount to set.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

setParent(String value)

public BulkDownloadFeedbackLabelsRequest.Builder setParent(String value)

Required. The parent resource for new feedback labels.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public BulkDownloadFeedbackLabelsRequest.Builder setParentBytes(ByteString value)

Required. The parent resource for new feedback labels.

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
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

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

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

setTemplateQaScorecardId(int index, String value)

public BulkDownloadFeedbackLabelsRequest.Builder setTemplateQaScorecardId(int index, String value)

Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label filter will be ignored.

repeated string template_qa_scorecard_id = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int

The index to set the value at.

value String

The templateQaScorecardId to set.

Returns
Type Description
BulkDownloadFeedbackLabelsRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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