Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConfigurationsResource

The "configurations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ConfigurationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConfigurationsResource

Constructors

ConfigurationsResource(IClientService)

Constructs a new resource.

Declaration
public ConfigurationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Get information about a configuration.

Declaration
public virtual ProjectsResource.LocationsResource.ConfigurationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

The name of the configuration to retrieve. For Cloud Run, replace {namespace_id} with the project ID or number.

Returns
Type Description
ProjectsResource.LocationsResource.ConfigurationsResource.GetRequest

List(string)

List configurations. Results are sorted by creation time, descending.

Declaration
public virtual ProjectsResource.LocationsResource.ConfigurationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

The namespace from which the configurations should be listed. For Cloud Run, replace {namespace_id} with the project ID or number.

Returns
Type Description
ProjectsResource.LocationsResource.ConfigurationsResource.ListRequest
In this article
Back to top Generated by DocFX