Class ProjectsResource.LocationsResource.DomainmappingsResource
The "domainmappings" collection of methods.
Inheritance
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 ProjectsResource.LocationsResource.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 |
|---|---|
| ProjectsResource.LocationsResource.DomainmappingsResource.CreateRequest |
Delete(String)
Delete a domain mapping.
Declaration
public virtual ProjectsResource.LocationsResource.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 |
|---|---|
| ProjectsResource.LocationsResource.DomainmappingsResource.DeleteRequest |
Get(String)
Get information about a domain mapping.
Declaration
public virtual ProjectsResource.LocationsResource.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 |
|---|---|
| ProjectsResource.LocationsResource.DomainmappingsResource.GetRequest |
List(String)
List domain mappings.
Declaration
public virtual ProjectsResource.LocationsResource.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 |
|---|---|
| ProjectsResource.LocationsResource.DomainmappingsResource.ListRequest |