target.apidocs.com.google.api.services.run.v1.CloudRun.Projects.Locations.Domainmappings.html Maven / Gradle / Ivy
CloudRun.Projects.Locations.Domainmappings (Cloud Run Admin API v1-rev20240719-2.0.0)
com.google.api.services.run.v1
Class CloudRun.Projects.Locations.Domainmappings
- java.lang.Object
-
- com.google.api.services.run.v1.CloudRun.Projects.Locations.Domainmappings
-
- Enclosing class:
- CloudRun.Projects.Locations
public class CloudRun.Projects.Locations.Domainmappings
extends Object
The "domainmappings" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudRun.Projects.Locations.Domainmappings.Create
class
CloudRun.Projects.Locations.Domainmappings.Delete
class
CloudRun.Projects.Locations.Domainmappings.Get
class
CloudRun.Projects.Locations.Domainmappings.List
-
Constructor Summary
Constructors
Constructor and Description
Domainmappings()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudRun.Projects.Locations.Domainmappings.Create
create(String parent,
DomainMapping content)
Create a new domain mapping.
CloudRun.Projects.Locations.Domainmappings.Delete
delete(String name)
Delete a domain mapping.
CloudRun.Projects.Locations.Domainmappings.Get
get(String name)
Get information about a domain mapping.
CloudRun.Projects.Locations.Domainmappings.List
list(String parent)
List all domain mappings.
-
-
Method Detail
-
create
public CloudRun.Projects.Locations.Domainmappings.Create create(String parent,
DomainMapping content)
throws IOException
Create a new domain mapping.
Create a request for the method "domainmappings.create".
This request holds the parameters needed by the run server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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
content
- the DomainMapping
- Returns:
- the request
- Throws:
IOException
-
delete
public CloudRun.Projects.Locations.Domainmappings.Delete delete(String name)
throws IOException
Delete a domain mapping.
Create a request for the method "domainmappings.delete".
This request holds the parameters needed by the run server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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:
- the request
- Throws:
IOException
-
get
public CloudRun.Projects.Locations.Domainmappings.Get get(String name)
throws IOException
Get information about a domain mapping.
Create a request for the method "domainmappings.get".
This request holds the parameters needed by the run server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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:
- the request
- Throws:
IOException
-
list
public CloudRun.Projects.Locations.Domainmappings.List list(String parent)
throws IOException
List all domain mappings.
Create a request for the method "domainmappings.list".
This request holds the parameters needed by the run server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy