Class ProjectsResource.LocationsResource.DomainmappingsResource
The "domainmappings" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudRun.v1
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ProjectsResource.LocationsResource.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 ProjectsResource.LocationsResource.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 |
---|---|
ProjectsResource.LocationsResource.DomainmappingsResource.CreateRequest |
Delete(string)
Delete a domain mapping.
Declaration
public virtual ProjectsResource.LocationsResource.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 |
---|---|
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 |
---|---|---|
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 |
---|---|
ProjectsResource.LocationsResource.DomainmappingsResource.GetRequest |
List(string)
List all domain mappings.
Declaration
public virtual ProjectsResource.LocationsResource.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 |
---|---|
ProjectsResource.LocationsResource.DomainmappingsResource.ListRequest |