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

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

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






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












com.google.api.services.dataflow

Class Dataflow.Projects.Locations.Snapshots

  • java.lang.Object
    • com.google.api.services.dataflow.Dataflow.Projects.Locations.Snapshots
    • Constructor Detail

      • Snapshots

        public Snapshots()
    • Method Detail

      • delete

        public Dataflow.Projects.Locations.Snapshots.Delete delete(String projectId,
                                                                   String location,
                                                                   String snapshotId)
                                                            throws IOException
        Deletes a snapshot. Create a request for the method "snapshots.delete". 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.
        location - The location that contains this snapshot.
        snapshotId - The ID of the snapshot.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Dataflow.Projects.Locations.Snapshots.Get get(String projectId,
                                                             String location,
                                                             String snapshotId)
                                                      throws IOException
        Gets information about a snapshot. Create a request for the method "snapshots.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 - The ID of the Cloud Platform project that the snapshot belongs to.
        location - The location that contains this snapshot.
        snapshotId - The ID of the snapshot.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Dataflow.Projects.Locations.Snapshots.List list(String projectId,
                                                               String location)
                                                        throws IOException
        Lists snapshots. Create a request for the method "snapshots.list". 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 ID to list snapshots for.
        location - The location to list snapshots in.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy