Class Image.Builder

  • All Implemented Interfaces:

    
    public abstract class Image.Builder
    
                        

    Builder for Image.

    • Constructor Detail

      • Image.Builder

        Image.Builder()
    • Method Detail

      • gcsUri

         abstract Image.Builder gcsUri(String gcsUri)

        Setter for gcsUri.

        gcsUri: The Cloud Storage URI of the image. ``Image`` can contain a value for this field or the ``image_bytes`` field but not both.

      • imageBytes

         abstract Image.Builder imageBytes(Array<byte> imageBytes)

        Setter for imageBytes.

        imageBytes: The image bytes data. ``Image`` can contain a value for this field or the ``gcs_uri`` field but not both.