target.apidocs.com.google.api.services.run.v1.CloudRun.Namespaces.Executions.html Maven / Gradle / Ivy
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.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudRun.Namespaces.Executions.Cancel
class
CloudRun.Namespaces.Executions.Delete
class
CloudRun.Namespaces.Executions.Get
class
CloudRun.Namespaces.Executions.List
-
Constructor Summary
Constructors
Constructor and Description
Executions()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudRun.Namespaces.Executions.Cancel
cancel(String name,
CancelExecutionRequest content)
Cancel an execution.
CloudRun.Namespaces.Executions.Delete
delete(String name)
Delete an execution.
CloudRun.Namespaces.Executions.Get
get(String name)
Get information about an execution.
CloudRun.Namespaces.Executions.List
list(String parent)
List 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