public class FirebaseHosting.Sites.Domains
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
FirebaseHosting.Sites.Domains.Create |
class |
FirebaseHosting.Sites.Domains.Delete |
class |
FirebaseHosting.Sites.Domains.Get |
class |
FirebaseHosting.Sites.Domains.List |
class |
FirebaseHosting.Sites.Domains.Update |
| Constructor and Description |
|---|
Domains() |
| Modifier and Type | Method and Description |
|---|---|
FirebaseHosting.Sites.Domains.Create |
create(java.lang.String parent,
Domain content)
Creates a domain mapping on the specified site.
|
FirebaseHosting.Sites.Domains.Delete |
delete(java.lang.String name)
Deletes the existing domain mapping on the specified site.
|
FirebaseHosting.Sites.Domains.Get |
get(java.lang.String name)
Gets a domain mapping on the specified site.
|
FirebaseHosting.Sites.Domains.List |
list(java.lang.String parent)
Lists the domains for the specified site.
|
FirebaseHosting.Sites.Domains.Update |
update(java.lang.String name,
Domain content)
Updates the specified domain mapping, creating the mapping as if it does not exist.
|
public FirebaseHosting.Sites.Domains.Create create(java.lang.String parent, Domain content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent to create the domain association for, in the format:
sites/site-namecontent - the Domainjava.io.IOExceptionpublic FirebaseHosting.Sites.Domains.Delete delete(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the domain association to delete.java.io.IOExceptionpublic FirebaseHosting.Sites.Domains.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the domain configuration to get.java.io.IOExceptionpublic FirebaseHosting.Sites.Domains.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent for which to list domains, in the format:
sites/site-namejava.io.IOExceptionpublic FirebaseHosting.Sites.Domains.Update update(java.lang.String name, Domain content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the domain association to update or create, if an
association doesn't already
exist.content - the Domainjava.io.IOException