Show / Hide Table of Contents

Class NamespacesResource.ConfigurationsResource

The "configurations" collection of methods.

Inheritance
System.Object
NamespacesResource.ConfigurationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class ConfigurationsResource

Constructors

ConfigurationsResource(IClientService)

Constructs a new resource.

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

Methods

Get(String)

Rpc to get information about a configuration.

Declaration
public virtual NamespacesResource.ConfigurationsResource.GetRequest Get(string name)
Parameters
Type Name Description
System.String name

The name of the configuration being retrieved. If needed, replace {namespace_id} with the project ID.

Returns
Type Description
NamespacesResource.ConfigurationsResource.GetRequest

List(String)

Rpc to list configurations.

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

The project ID or project number from which the configurations should be listed.

Returns
Type Description
NamespacesResource.ConfigurationsResource.ListRequest
Back to top