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

target.apidocs.com.google.api.services.run.v1.CloudRun.Namespaces.Executions.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241213-2.0.0
Show newest version






CloudRun.Namespaces.Executions (Cloud Run Admin API v1-rev20240731-2.0.0)












com.google.api.services.run.v1

Class CloudRun.Namespaces.Executions

  • java.lang.Object
    • com.google.api.services.run.v1.CloudRun.Namespaces.Executions
  • Enclosing class:
    CloudRun.Namespaces


    public class CloudRun.Namespaces.Executions
    extends Object
    The "executions" collection of methods.
    • Constructor Detail

      • Executions

        public Executions()
    • Method Detail

      • cancel

        public CloudRun.Namespaces.Executions.Cancel cancel(String name,
                                                            CancelExecutionRequest content)
                                                     throws IOException
        Cancel an execution. Create a request for the method "executions.cancel". This request holds the parameters needed by the run server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The name of the execution to cancel. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
        content - the CancelExecutionRequest
        Returns:
        the request
        Throws:
        IOException
      • delete

        public CloudRun.Namespaces.Executions.Delete delete(String name)
                                                     throws IOException
        Delete an execution. Create a request for the method "executions.delete". This request holds the parameters needed by the run server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The name of the execution to delete. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
        Returns:
        the request
        Throws:
        IOException
      • get

        public CloudRun.Namespaces.Executions.Get get(String name)
                                               throws IOException
        Get information about an execution. Create a request for the method "executions.get". This request holds the parameters needed by the run server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The name of the execution to retrieve. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
        Returns:
        the request
        Throws:
        IOException
      • list

        public CloudRun.Namespaces.Executions.List list(String parent)
                                                 throws IOException
        List executions. Results are sorted by creation time, descending. Create a request for the method "executions.list". This request holds the parameters needed by the run server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The namespace from which the executions should be listed. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy