Interface GcsDestinationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GcsDestination, GcsDestination.Builder

    public interface GcsDestinationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOutputUriPrefix()
      Required.
      com.google.protobuf.ByteString getOutputUriPrefixBytes()
      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

      • getOutputUriPrefix

        String getOutputUriPrefix()
         Required. The bucket used in 'output_uri_prefix' must exist and there must
         be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with
         "/" and start with "gs://". One 'output_uri_prefix' can only be used by one
         batch translation job at a time. Otherwise an INVALID_ARGUMENT (400) error
         is returned.
         
        string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The outputUriPrefix.
      • getOutputUriPrefixBytes

        com.google.protobuf.ByteString getOutputUriPrefixBytes()
         Required. The bucket used in 'output_uri_prefix' must exist and there must
         be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with
         "/" and start with "gs://". One 'output_uri_prefix' can only be used by one
         batch translation job at a time. Otherwise an INVALID_ARGUMENT (400) error
         is returned.
         
        string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for outputUriPrefix.