public interface BulkUploadFeedbackLabelsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BulkUploadFeedbackLabelsRequest.GcsSource |
getGcsSource()
A cloud storage bucket source.
|
BulkUploadFeedbackLabelsRequest.GcsSourceOrBuilder |
getGcsSourceOrBuilder()
A cloud storage bucket source.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
BulkUploadFeedbackLabelsRequest.SourceCase |
getSourceCase() |
boolean |
getValidateOnly()
Optional.
|
boolean |
hasGcsSource()
A cloud storage bucket source.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsSource()
A cloud storage bucket source.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest.GcsSource gcs_source = 2;
BulkUploadFeedbackLabelsRequest.GcsSource getGcsSource()
A cloud storage bucket source.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest.GcsSource gcs_source = 2;
BulkUploadFeedbackLabelsRequest.GcsSourceOrBuilder getGcsSourceOrBuilder()
A cloud storage bucket source.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest.GcsSource gcs_source = 2;
String getParent()
Required. The parent resource for new feedback labels.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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) = { ... }
boolean getValidateOnly()
Optional. If set, upload will not happen and the labels will be validated. If not set, then default behavior will be to upload the labels after validation is complete.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];BulkUploadFeedbackLabelsRequest.SourceCase getSourceCase()
Copyright © 2025 Google LLC. All rights reserved.