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

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

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






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












com.google.api.services.dataflow

Class Dataflow.Projects.Locations

  • Enclosing class:
    Dataflow.Projects


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

      • Locations

        public Locations()
    • Method Detail

      • workerMessages

        public Dataflow.Projects.Locations.WorkerMessages workerMessages(String projectId,
                                                                         String location,
                                                                         SendWorkerMessagesRequest content)
                                                                  throws IOException
        Send a worker_message to the service. Create a request for the method "locations.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.
        location - The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job.
        content - the SendWorkerMessagesRequest
        Returns:
        the request
        Throws:
        IOException
      • flexTemplates

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

        The typical use is:

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

        public Dataflow.Projects.Locations.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
      • snapshots

        public Dataflow.Projects.Locations.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.Locations.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