public final class BulkDownloadFeedbackLabelsRequest extends com.google.protobuf.GeneratedMessageV3 implements BulkDownloadFeedbackLabelsRequestOrBuilder
Request for the BulkDownloadFeedbackLabel endpoint.Protobuf type
google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest| Modifier and Type | Class and Description |
|---|---|
static class |
BulkDownloadFeedbackLabelsRequest.Builder
Request for the BulkDownloadFeedbackLabel endpoint.
|
static class |
BulkDownloadFeedbackLabelsRequest.DestinationCase |
static class |
BulkDownloadFeedbackLabelsRequest.FeedbackLabelType
Possible feedback label types that will be downloaded.
|
static class |
BulkDownloadFeedbackLabelsRequest.GcsDestination
Google Cloud Storage Object details to write the feedback labels to.
|
static interface |
BulkDownloadFeedbackLabelsRequest.GcsDestinationOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONVERSATION_FILTER_FIELD_NUMBER |
static int |
FEEDBACK_LABEL_TYPE_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
GCS_DESTINATION_FIELD_NUMBER |
static int |
MAX_DOWNLOAD_COUNT_FIELD_NUMBER |
static int |
PARENT_FIELD_NUMBER |
static int |
TEMPLATE_QA_SCORECARD_ID_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int GCS_DESTINATION_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int MAX_DOWNLOAD_COUNT_FIELD_NUMBER
public static final int FEEDBACK_LABEL_TYPE_FIELD_NUMBER
public static final int CONVERSATION_FILTER_FIELD_NUMBER
public static final int TEMPLATE_QA_SCORECARD_ID_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public BulkDownloadFeedbackLabelsRequest.DestinationCase getDestinationCase()
getDestinationCase in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic boolean hasGcsDestination()
A cloud storage bucket destination.
.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;
hasGcsDestination in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic BulkDownloadFeedbackLabelsRequest.GcsDestination getGcsDestination()
A cloud storage bucket destination.
.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;
getGcsDestination in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic BulkDownloadFeedbackLabelsRequest.GcsDestinationOrBuilder getGcsDestinationOrBuilder()
A cloud storage bucket destination.
.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination gcs_destination = 3;
getGcsDestinationOrBuilder in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic String getParent()
Required. The parent resource for new feedback labels.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The parent resource for new feedback labels.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic 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];getFilter in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic com.google.protobuf.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];getFilterBytes in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic 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];getMaxDownloadCount in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic 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];
getFeedbackLabelTypeValue in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic 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];
getFeedbackLabelType in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic 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];getConversationFilter in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic com.google.protobuf.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];getConversationFilterBytes in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic com.google.protobuf.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];
getTemplateQaScorecardIdList in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic 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];
getTemplateQaScorecardIdCount in interface BulkDownloadFeedbackLabelsRequestOrBuilderpublic 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];
getTemplateQaScorecardId in interface BulkDownloadFeedbackLabelsRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.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];
getTemplateQaScorecardIdBytes in interface BulkDownloadFeedbackLabelsRequestOrBuilderindex - The index of the value to return.public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BulkDownloadFeedbackLabelsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkDownloadFeedbackLabelsRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkDownloadFeedbackLabelsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkDownloadFeedbackLabelsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkDownloadFeedbackLabelsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkDownloadFeedbackLabelsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkDownloadFeedbackLabelsRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static BulkDownloadFeedbackLabelsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BulkDownloadFeedbackLabelsRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BulkDownloadFeedbackLabelsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BulkDownloadFeedbackLabelsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BulkDownloadFeedbackLabelsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BulkDownloadFeedbackLabelsRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BulkDownloadFeedbackLabelsRequest.Builder newBuilder()
public static BulkDownloadFeedbackLabelsRequest.Builder newBuilder(BulkDownloadFeedbackLabelsRequest prototype)
public BulkDownloadFeedbackLabelsRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BulkDownloadFeedbackLabelsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BulkDownloadFeedbackLabelsRequest getDefaultInstance()
public static com.google.protobuf.Parser<BulkDownloadFeedbackLabelsRequest> parser()
public com.google.protobuf.Parser<BulkDownloadFeedbackLabelsRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BulkDownloadFeedbackLabelsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.