Show / Hide Table of Contents

Namespace Google.Apis.CloudRun.v2

Classes

CloudRunBaseServiceRequest<TResponse>

A base abstract class for CloudRun requests.

CloudRunService

The CloudRun Service.

CloudRunService.Scope

Available OAuth 2.0 scopes for use with the Cloud Run Admin API.

CloudRunService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Run Admin API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.LocationsResource

The "locations" collection of methods.

ProjectsResource.LocationsResource.JobsResource

The "jobs" collection of methods.

ProjectsResource.LocationsResource.JobsResource.CreateRequest

Creates a Job.

ProjectsResource.LocationsResource.JobsResource.DeleteRequest

Deletes a Job.

ProjectsResource.LocationsResource.JobsResource.ExecutionsResource

The "executions" collection of methods.

ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.DeleteRequest

Deletes an Execution.

ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.GetRequest

Gets information about an Execution.

ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.ListRequest

Lists Executions from a Job.

ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.TasksResource

The "tasks" collection of methods.

ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.TasksResource.GetRequest

Gets information about a Task.

ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.TasksResource.ListRequest

Lists Tasks from an Execution of a Job.

ProjectsResource.LocationsResource.JobsResource.GetIamPolicyRequest

Gets the IAM Access Control policy currently in effect for the given Job. This result does not include any inherited policies.

ProjectsResource.LocationsResource.JobsResource.GetRequest

Gets information about a Job.

ProjectsResource.LocationsResource.JobsResource.ListRequest

Lists Jobs.

ProjectsResource.LocationsResource.JobsResource.PatchRequest

Updates a Job.

ProjectsResource.LocationsResource.JobsResource.RunRequest

Triggers creation of a new Execution of this Job.

ProjectsResource.LocationsResource.JobsResource.SetIamPolicyRequest

Sets the IAM Access control policy for the specified Job. Overwrites any existing policy.

ProjectsResource.LocationsResource.JobsResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified Project. There are no permissions required for making this API call.

ProjectsResource.LocationsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.LocationsResource.OperationsResource.DeleteRequest

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

ProjectsResource.LocationsResource.OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

ProjectsResource.LocationsResource.OperationsResource.ListRequest

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

ProjectsResource.LocationsResource.OperationsResource.WaitRequest

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

ProjectsResource.LocationsResource.ServicesResource

The "services" collection of methods.

ProjectsResource.LocationsResource.ServicesResource.CreateRequest

Creates a new Service in a given project and location.

ProjectsResource.LocationsResource.ServicesResource.DeleteRequest

Deletes a Service. This will cause the Service to stop serving traffic and will delete all revisions.

ProjectsResource.LocationsResource.ServicesResource.GetIamPolicyRequest

Gets the IAM Access Control policy currently in effect for the given Cloud Run Service. This result does not include any inherited policies.

ProjectsResource.LocationsResource.ServicesResource.GetRequest

Gets information about a Service.

ProjectsResource.LocationsResource.ServicesResource.ListRequest

Lists Services.

ProjectsResource.LocationsResource.ServicesResource.PatchRequest

Updates a Service.

ProjectsResource.LocationsResource.ServicesResource.RevisionsResource

The "revisions" collection of methods.

ProjectsResource.LocationsResource.ServicesResource.RevisionsResource.DeleteRequest

Deletes a Revision.

ProjectsResource.LocationsResource.ServicesResource.RevisionsResource.GetRequest

Gets information about a Revision.

ProjectsResource.LocationsResource.ServicesResource.RevisionsResource.ListRequest

Lists Revisions from a given Service, or from a given location.

ProjectsResource.LocationsResource.ServicesResource.SetIamPolicyRequest

Sets the IAM Access control policy for the specified Service. Overwrites any existing policy.

ProjectsResource.LocationsResource.ServicesResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified Project. There are no permissions required for making this API call.

Enums

CloudRunBaseServiceRequest<TResponse>.AltEnum

Data format for response.

CloudRunBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In This Article
Back to top Generated by DocFX