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

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

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






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












com.google.api.services.dataflow

Class Dataflow.Projects

  • Enclosing class:
    Dataflow


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

      • Projects

        public Projects()
    • Method Detail

      • deleteSnapshots

        public Dataflow.Projects.DeleteSnapshots deleteSnapshots(String projectId)
                                                          throws IOException
        Deletes a snapshot. Create a request for the method "projects.deleteSnapshots". 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 - The ID of the Cloud Platform project that the snapshot belongs to.
        Returns:
        the request
        Throws:
        IOException
      • workerMessages

        public Dataflow.Projects.WorkerMessages workerMessages(String projectId,
                                                               SendWorkerMessagesRequest content)
                                                        throws IOException
        Send a worker_message to the service. Create a request for the method "projects.workerMessages". 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 - The project to send the WorkerMessages to.
        content - the SendWorkerMessagesRequest
        Returns:
        the request
        Throws:
        IOException
      • jobs

        public Dataflow.Projects.Jobs jobs()
        An accessor for creating requests from the Jobs collection.

        The typical use is:

            Dataflow dataflow = new Dataflow(...);
            Dataflow.Jobs.List request = dataflow.jobs().list(parameters ...)
         
        Returns:
        the resource collection
      • locations

        public Dataflow.Projects.Locations locations()
        An accessor for creating requests from the Locations collection.

        The typical use is:

            Dataflow dataflow = new Dataflow(...);
            Dataflow.Locations.List request = dataflow.locations().list(parameters ...)
         
        Returns:
        the resource collection
      • snapshots

        public Dataflow.Projects.Snapshots snapshots()
        An accessor for creating requests from the Snapshots collection.

        The typical use is:

            Dataflow dataflow = new Dataflow(...);
            Dataflow.Snapshots.List request = dataflow.snapshots().list(parameters ...)
         
        Returns:
        the resource collection
      • templates

        public Dataflow.Projects.Templates templates()
        An accessor for creating requests from the Templates collection.

        The typical use is:

            Dataflow dataflow = new Dataflow(...);
            Dataflow.Templates.List request = dataflow.templates().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy