Show / Hide Table of Contents

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 API.

CloudRunService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Run 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 domain mappings.

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

Create a service.

NamespacesResource.ServicesResource.DeleteRequest

Delete a service. This will cause the Service to stop serving traffic and will delete the child entities like Routes, Configurations and Revisions.

NamespacesResource.ServicesResource.GetRequest

Get information about a service.

NamespacesResource.ServicesResource.ListRequest

List services.

NamespacesResource.ServicesResource.ReplaceServiceRequest

Replace 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

The "projects" collection of methods.

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 domain mappings.

ProjectsResource.LocationsResource.GetRequest

Gets information about a location.

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

Create a service.

ProjectsResource.LocationsResource.ServicesResource.DeleteRequest

Delete a service. This will cause the Service to stop serving traffic and will delete the child entities like Routes, Configurations and Revisions.

ProjectsResource.LocationsResource.ServicesResource.GetIamPolicyRequest

Get 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

Get information about a service.

ProjectsResource.LocationsResource.ServicesResource.ListRequest

List services.

ProjectsResource.LocationsResource.ServicesResource.ReplaceServiceRequest

Replace 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.

Back to top