public static interface BulkUploadFeedbackLabelsRequest.GcsSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BulkUploadFeedbackLabelsRequest.GcsSource.Format |
getFormat()
Required.
|
int |
getFormatValue()
Required.
|
String |
getObjectUri()
Required.
|
com.google.protobuf.ByteString |
getObjectUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getFormatValue()
Required. File format which will be ingested.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest.GcsSource.Format format = 1 [(.google.api.field_behavior) = REQUIRED];
BulkUploadFeedbackLabelsRequest.GcsSource.Format getFormat()
Required. File format which will be ingested.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest.GcsSource.Format format = 1 [(.google.api.field_behavior) = REQUIRED];
String getObjectUri()
Required. The Google Cloud Storage URI of the file to import. Format: `gs://bucket_name/object_name`
string object_uri = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getObjectUriBytes()
Required. The Google Cloud Storage URI of the file to import. Format: `gs://bucket_name/object_name`
string object_uri = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.