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

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

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






TemplateMetadata (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class TemplateMetadata

    • Constructor Detail

      • TemplateMetadata

        public TemplateMetadata()
    • Method Detail

      • getDescription

        public String getDescription()
        Optional. A description of the template.
        Returns:
        value or null for none
      • setDescription

        public TemplateMetadata setDescription(String description)
        Optional. A description of the template.
        Parameters:
        description - description or null for none
      • getName

        public String getName()
        Required. The name of the template.
        Returns:
        value or null for none
      • setName

        public TemplateMetadata setName(String name)
        Required. The name of the template.
        Parameters:
        name - name or null for none
      • getParameters

        public List<ParameterMetadata> getParameters()
        The parameters for the template.
        Returns:
        value or null for none
      • clone

        public TemplateMetadata 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