public static interface BulkUploadFeedbackLabelsRequest.GcsSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFormat()
public abstract 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];
Returns | |
---|---|
Type | Description |
BulkUploadFeedbackLabelsRequest.GcsSource.Format |
The format. |
getFormatValue()
public abstract int getFormatValue()
Required. File format which will be ingested.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest.GcsSource.Format format = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for format. |
getObjectUri()
public abstract 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];
Returns | |
---|---|
Type | Description |
String |
The objectUri. |
getObjectUriBytes()
public abstract 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];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for objectUri. |