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.
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.
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.
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.
NamespacesResource.RoutesResource
The "routes" collection of methods.
NamespacesResource.RoutesResource.GetRequest
Get information about a route.
NamespacesResource.RoutesResource.ListRequest
List routes.
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.
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.
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.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.
ProjectsResource.LocationsResource.RoutesResource
The "routes" collection of methods.
ProjectsResource.LocationsResource.RoutesResource.GetRequest
Get information about a route.
ProjectsResource.LocationsResource.RoutesResource.ListRequest
List routes.
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.
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.