Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConfigurationsResource

The "configurations" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource.ConfigurationsResource
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ConfigurationsResource : object

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
System.String name

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

Returns
Type Description
ProjectsResource.LocationsResource.ConfigurationsResource.GetRequest

List(String)

List configurations.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.ConfigurationsResource.ListRequest
Back to top