public static interface IngestConversationsRequest.GcsSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IngestConversationsRequest.GcsSource.BucketObjectType |
getBucketObjectType()
Optional.
|
int |
getBucketObjectTypeValue()
Optional.
|
String |
getBucketUri()
Required.
|
com.google.protobuf.ByteString |
getBucketUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBucketUri()
Required. The Cloud Storage bucket containing source objects.
string bucket_uri = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getBucketUriBytes()
Required. The Cloud Storage bucket containing source objects.
string bucket_uri = 1 [(.google.api.field_behavior) = REQUIRED];int getBucketObjectTypeValue()
Optional. Specifies the type of the objects in `bucket_uri`.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource.BucketObjectType bucket_object_type = 2 [(.google.api.field_behavior) = OPTIONAL];
IngestConversationsRequest.GcsSource.BucketObjectType getBucketObjectType()
Optional. Specifies the type of the objects in `bucket_uri`.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource.BucketObjectType bucket_object_type = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2023 Google LLC. All rights reserved.