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

target.apidocs.com.google.api.services.dataflow.Dataflow.Projects.Templates.html Maven / Gradle / Ivy

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






Dataflow.Projects.Templates (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow

Class Dataflow.Projects.Templates

  • Enclosing class:
    Dataflow.Projects


    public class Dataflow.Projects.Templates
    extends Object
    The "templates" collection of methods.
    • Constructor Detail

      • Templates

        public Templates()
    • Method Detail

      • create

        public Dataflow.Projects.Templates.Create create(String projectId,
                                                         CreateJobFromTemplateRequest content)
                                                  throws IOException
        Creates a Cloud Dataflow job from a template. Do not enter confidential information when you supply string values using the API. Create a request for the method "templates.create". This request holds the parameters needed by the dataflow server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        projectId - Required. The ID of the Cloud Platform project that the job belongs to.
        content - the CreateJobFromTemplateRequest
        Returns:
        the request
        Throws:
        IOException
      • get

        public Dataflow.Projects.Templates.Get get(String projectId)
                                            throws IOException
        Get the template associated with a template. Create a request for the method "templates.get". This request holds the parameters needed by the dataflow server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        projectId - Required. The ID of the Cloud Platform project that the job belongs to.
        Returns:
        the request
        Throws:
        IOException
      • launch

        public Dataflow.Projects.Templates.Launch launch(String projectId,
                                                         LaunchTemplateParameters content)
                                                  throws IOException
        Launch a template. Create a request for the method "templates.launch". This request holds the parameters needed by the dataflow server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        projectId - Required. The ID of the Cloud Platform project that the job belongs to.
        content - the LaunchTemplateParameters
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy