Namespace Google.Apis.CloudRun.v1
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.
NamespacesResource
The "namespaces" collection of methods.
NamespacesResource.AuthorizeddomainsResource
The "authorizeddomains" collection of methods.
NamespacesResource.AuthorizeddomainsResource.ListRequest
List authorized domains.
NamespacesResource.ConfigurationsResource
The "configurations" collection of methods.
NamespacesResource.ConfigurationsResource.GetRequest
Get information about a configuration.
NamespacesResource.ConfigurationsResource.ListRequest
List configurations. Results are sorted by creation time, descending.
NamespacesResource.DomainmappingsResource
The "domainmappings" collection of methods.
NamespacesResource.DomainmappingsResource.CreateRequest
Create a new domain mapping.
NamespacesResource.DomainmappingsResource.DeleteRequest
Delete a domain mapping.
NamespacesResource.DomainmappingsResource.GetRequest
Get information about a domain mapping.
NamespacesResource.DomainmappingsResource.ListRequest
List all domain mappings.
NamespacesResource.ExecutionsResource
The "executions" collection of methods.
NamespacesResource.ExecutionsResource.CancelRequest
Cancel an execution.
NamespacesResource.ExecutionsResource.DeleteRequest
Delete an execution.
NamespacesResource.ExecutionsResource.GetRequest
Get information about an execution.
NamespacesResource.ExecutionsResource.ListRequest
List executions. Results are sorted by creation time, descending.
NamespacesResource.JobsResource
The "jobs" collection of methods.
NamespacesResource.JobsResource.CreateRequest
Create a job.
NamespacesResource.JobsResource.DeleteRequest
Delete a job.
NamespacesResource.JobsResource.GetRequest
Get information about a job.
NamespacesResource.JobsResource.ListRequest
List jobs. Results are sorted by creation time, descending.
NamespacesResource.JobsResource.ReplaceJobRequest
Replace a job. Only the spec and metadata labels and annotations are modifiable. After the Replace request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.
NamespacesResource.JobsResource.RunRequest
Trigger creation of a new execution of this job.
NamespacesResource.RevisionsResource
The "revisions" collection of methods.
NamespacesResource.RevisionsResource.DeleteRequest
Delete a revision.
NamespacesResource.RevisionsResource.GetRequest
Get information about a revision.
NamespacesResource.RevisionsResource.ListRequest
List revisions. Results are sorted by creation time, descending.
NamespacesResource.RoutesResource
The "routes" collection of methods.
NamespacesResource.RoutesResource.GetRequest
Get information about a route.
NamespacesResource.RoutesResource.ListRequest
List routes. Results are sorted by creation time, descending.
NamespacesResource.ServicesResource
The "services" collection of methods.
NamespacesResource.ServicesResource.CreateRequest
Creates a new Service. Service creation will trigger a new deployment. Use GetService, and check service.status to determine if the Service is ready.
NamespacesResource.ServicesResource.DeleteRequest
Deletes the provided service. This will cause the Service to stop serving traffic and will delete all associated Revisions.
NamespacesResource.ServicesResource.GetRequest
Gets information about a service.
NamespacesResource.ServicesResource.ListRequest
Lists services for the given project and region. Results are sorted by creation time, descending.
NamespacesResource.ServicesResource.ReplaceServiceRequest
Replaces a service. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.
NamespacesResource.TasksResource
The "tasks" collection of methods.
NamespacesResource.TasksResource.GetRequest
Get information about a task.
NamespacesResource.TasksResource.ListRequest
List tasks.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.AuthorizeddomainsResource
The "authorizeddomains" collection of methods.
ProjectsResource.AuthorizeddomainsResource.ListRequest
List authorized domains.
ProjectsResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.LocationsResource.AuthorizeddomainsResource
The "authorizeddomains" collection of methods.
ProjectsResource.LocationsResource.AuthorizeddomainsResource.ListRequest
List authorized domains.
ProjectsResource.LocationsResource.ConfigurationsResource
The "configurations" collection of methods.
ProjectsResource.LocationsResource.ConfigurationsResource.GetRequest
Get information about a configuration.
ProjectsResource.LocationsResource.ConfigurationsResource.ListRequest
List configurations. Results are sorted by creation time, descending.
ProjectsResource.LocationsResource.DomainmappingsResource
The "domainmappings" collection of methods.
ProjectsResource.LocationsResource.DomainmappingsResource.CreateRequest
Create a new domain mapping.
ProjectsResource.LocationsResource.DomainmappingsResource.DeleteRequest
Delete a domain mapping.
ProjectsResource.LocationsResource.DomainmappingsResource.GetRequest
Get information about a domain mapping.
ProjectsResource.LocationsResource.DomainmappingsResource.ListRequest
List all domain mappings.
ProjectsResource.LocationsResource.JobsResource
The "jobs" collection of methods.
ProjectsResource.LocationsResource.JobsResource.GetIamPolicyRequest
Get the IAM Access Control policy currently in effect for the given job. This result does not include any inherited policies.
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 job. There are no permissions required for making this API call.
ProjectsResource.LocationsResource.ListRequest
Lists information about the supported locations for this service.
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.RevisionsResource
The "revisions" collection of methods.
ProjectsResource.LocationsResource.RevisionsResource.DeleteRequest
Delete a revision.
ProjectsResource.LocationsResource.RevisionsResource.GetRequest
Get information about a revision.
ProjectsResource.LocationsResource.RevisionsResource.ListRequest
List revisions. Results are sorted by creation time, descending.
ProjectsResource.LocationsResource.RoutesResource
The "routes" collection of methods.
ProjectsResource.LocationsResource.RoutesResource.GetRequest
Get information about a route.
ProjectsResource.LocationsResource.RoutesResource.ListRequest
List routes. Results are sorted by creation time, descending.
ProjectsResource.LocationsResource.ServicesResource
The "services" collection of methods.
ProjectsResource.LocationsResource.ServicesResource.CreateRequest
Creates a new Service. Service creation will trigger a new deployment. Use GetService, and check service.status to determine if the Service is ready.
ProjectsResource.LocationsResource.ServicesResource.DeleteRequest
Deletes the provided service. This will cause the Service to stop serving traffic and will delete all associated 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 for the given project and region. Results are sorted by creation time, descending.
ProjectsResource.LocationsResource.ServicesResource.ReplaceServiceRequest
Replaces a service. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.
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.