Show / Hide Table of Contents

Class NamespacesResource.DomainmappingsResource

The "domainmappings" collection of methods.

Inheritance
System.Object
NamespacesResource.DomainmappingsResource
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 DomainmappingsResource

Constructors

DomainmappingsResource(IClientService)

Constructs a new resource.

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

Methods

Create(DomainMapping, String)

Creates 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 project ID or project number in which this domain mapping should be created.

Returns
Type Description
NamespacesResource.DomainmappingsResource.CreateRequest

Delete(String)

Rpc to 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 being deleted. If needed, replace {namespace_id} with the project ID.

Returns
Type Description
NamespacesResource.DomainmappingsResource.DeleteRequest

Get(String)

Rpc to 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 being retrieved. If needed, replace {namespace_id} with the project ID.

Returns
Type Description
NamespacesResource.DomainmappingsResource.GetRequest

List(String)

Rpc to list domain mappings.

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

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

Returns
Type Description
NamespacesResource.DomainmappingsResource.ListRequest
Back to top