Interface IngestConversationsRequest.GcsSourceOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.