Show / Hide Table of Contents

Class NamespacesResource.DomainmappingsResource

The "domainmappings" collection of methods.

Inheritance
System.Object
NamespacesResource.DomainmappingsResource
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class DomainmappingsResource : object

Constructors

DomainmappingsResource(IClientService)

Constructs a new resource.

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

Methods

Create(DomainMapping, String)

Create a new domain mapping.

Declaration
public virtual NamespacesResource.DomainmappingsResource.CreateRequest Create(DomainMapping body, string parent)
Parameters
Type Name Description
DomainMapping body

The body of the request.

System.String parent

The namespace in which the domain mapping should be created. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number.

Returns
Type Description
NamespacesResource.DomainmappingsResource.CreateRequest

Delete(String)

Delete a domain mapping.

Declaration
public virtual NamespacesResource.DomainmappingsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
System.String name

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

Returns
Type Description
NamespacesResource.DomainmappingsResource.DeleteRequest

Get(String)

Get information about a domain mapping.

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

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

Returns
Type Description
NamespacesResource.DomainmappingsResource.GetRequest

List(String)

List domain mappings.

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

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

Returns
Type Description
NamespacesResource.DomainmappingsResource.ListRequest
Back to top