Interface IngestConversationsRequest.GcsSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IngestConversationsRequest.GcsSource
,IngestConversationsRequest.GcsSource.Builder
- Enclosing class:
- IngestConversationsRequest
public static interface IngestConversationsRequest.GcsSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBucketUri()
Required.com.google.protobuf.ByteString
getBucketUriBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBucketUri
String getBucketUri()
Required. The Cloud Storage bucket containing source objects.
string bucket_uri = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bucketUri.
-
getBucketUriBytes
com.google.protobuf.ByteString getBucketUriBytes()
Required. The Cloud Storage bucket containing source objects.
string bucket_uri = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for bucketUri.
-
-