Show / Hide Table of Contents

Class NamespacesResource.DomainmappingsResource

The "domainmappings" collection of methods.

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

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.

string parent

Required. The namespace in which the domain mapping should be created. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID

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
string name

Required. The name of the domain mapping to delete. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID

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
string name

Required. The name of the domain mapping to retrieve. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID

Returns
Type Description
NamespacesResource.DomainmappingsResource.GetRequest

List(string)

List all domain mappings.

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

Required. The namespace from which the domain mappings should be listed. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID

Returns
Type Description
NamespacesResource.DomainmappingsResource.ListRequest
In this article
Back to top Generated by DocFX