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

target.apidocs.com.google.api.services.dataflow.model.GetTemplateResponse.html Maven / Gradle / Ivy

There is a newer version: v1b4-rev7-1.20.0
Show newest version






GetTemplateResponse (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class GetTemplateResponse

    • Constructor Detail

      • GetTemplateResponse

        public GetTemplateResponse()
    • Method Detail

      • getMetadata

        public TemplateMetadata getMetadata()
        The template metadata describing the template name, available parameters, etc.
        Returns:
        value or null for none
      • setMetadata

        public GetTemplateResponse setMetadata(TemplateMetadata metadata)
        The template metadata describing the template name, available parameters, etc.
        Parameters:
        metadata - metadata or null for none
      • getRuntimeMetadata

        public RuntimeMetadata getRuntimeMetadata()
        Describes the runtime metadata with SDKInfo and available parameters.
        Returns:
        value or null for none
      • setRuntimeMetadata

        public GetTemplateResponse setRuntimeMetadata(RuntimeMetadata runtimeMetadata)
        Describes the runtime metadata with SDKInfo and available parameters.
        Parameters:
        runtimeMetadata - runtimeMetadata or null for none
      • getStatus

        public Status getStatus()
        The status of the get template request. Any problems with the request will be indicated in the error_details.
        Returns:
        value or null for none
      • setStatus

        public GetTemplateResponse setStatus(Status status)
        The status of the get template request. Any problems with the request will be indicated in the error_details.
        Parameters:
        status - status or null for none
      • getTemplateType

        public String getTemplateType()
        Template Type.
        Returns:
        value or null for none
      • setTemplateType

        public GetTemplateResponse setTemplateType(String templateType)
        Template Type.
        Parameters:
        templateType - templateType or null for none
      • clone

        public GetTemplateResponse clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy