All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.toolresults.model.Image.html Maven / Gradle / Ivy







Image (Cloud Tool Results API v1beta3-rev20210809-2.0.0)












com.google.api.services.toolresults.model

Class Image

    • Constructor Detail

      • Image

        public Image()
    • Method Detail

      • getError

        public Status getError()
        An error explaining why the thumbnail could not be rendered.
        Returns:
        value or null for none
      • setError

        public Image setError(Status error)
        An error explaining why the thumbnail could not be rendered.
        Parameters:
        error - error or null for none
      • getSourceImage

        public ToolOutputReference getSourceImage()
        A reference to the full-size, original image. This is the same as the tool_outputs entry for the image under its Step. Always set.
        Returns:
        value or null for none
      • setSourceImage

        public Image setSourceImage(ToolOutputReference sourceImage)
        A reference to the full-size, original image. This is the same as the tool_outputs entry for the image under its Step. Always set.
        Parameters:
        sourceImage - sourceImage or null for none
      • getStepId

        public String getStepId()
        The step to which the image is attached. Always set.
        Returns:
        value or null for none
      • setStepId

        public Image setStepId(String stepId)
        The step to which the image is attached. Always set.
        Parameters:
        stepId - stepId or null for none
      • getThumbnail

        public Thumbnail getThumbnail()
        The thumbnail.
        Returns:
        value or null for none
      • setThumbnail

        public Image setThumbnail(Thumbnail thumbnail)
        The thumbnail.
        Parameters:
        thumbnail - thumbnail or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy