
target.apidocs.com.google.api.services.firebasehosting.v1beta1.FirebaseHosting.Sites.html Maven / Gradle / Ivy
FirebaseHosting.Sites (Firebase Hosting API v1beta1-rev20190813-1.30.1)
com.google.api.services.firebasehosting.v1beta1
Class FirebaseHosting.Sites
- java.lang.Object
-
- com.google.api.services.firebasehosting.v1beta1.FirebaseHosting.Sites
-
- Enclosing class:
- FirebaseHosting
public class FirebaseHosting.Sites
extends Object
The "sites" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
FirebaseHosting.Sites.Domains
The "domains" collection of methods.
class
FirebaseHosting.Sites.GetConfig
class
FirebaseHosting.Sites.Releases
The "releases" collection of methods.
class
FirebaseHosting.Sites.UpdateConfig
class
FirebaseHosting.Sites.Versions
The "versions" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Sites()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
FirebaseHosting.Sites.Domains
domains()
An accessor for creating requests from the Domains collection.
FirebaseHosting.Sites.GetConfig
getConfig(String name)
Gets the Hosting metadata for a specific site.
FirebaseHosting.Sites.Releases
releases()
An accessor for creating requests from the Releases collection.
FirebaseHosting.Sites.UpdateConfig
updateConfig(String name,
SiteConfig content)
Sets the Hosting metadata for a specific site.
FirebaseHosting.Sites.Versions
versions()
An accessor for creating requests from the Versions collection.
-
-
Method Detail
-
getConfig
public FirebaseHosting.Sites.GetConfig getConfig(String name)
throws IOException
Gets the Hosting metadata for a specific site.
Create a request for the method "sites.getConfig".
This request holds the parameters needed by the firebasehosting server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The site for which to get the SiteConfig, in the format:
sites/site-name/config
- Returns:
- the request
- Throws:
IOException
-
updateConfig
public FirebaseHosting.Sites.UpdateConfig updateConfig(String name,
SiteConfig content)
throws IOException
Sets the Hosting metadata for a specific site.
Create a request for the method "sites.updateConfig".
This request holds the parameters needed by the firebasehosting server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Required. The site for which to update the SiteConfig, in the format:
sites/site-name/config
content
- the SiteConfig
- Returns:
- the request
- Throws:
IOException
-
domains
public FirebaseHosting.Sites.Domains domains()
An accessor for creating requests from the Domains collection.
The typical use is:
FirebaseHosting firebasehosting = new FirebaseHosting(...);
FirebaseHosting.Domains.List request = firebasehosting.domains().list(parameters ...)
- Returns:
- the resource collection
-
releases
public FirebaseHosting.Sites.Releases releases()
An accessor for creating requests from the Releases collection.
The typical use is:
FirebaseHosting firebasehosting = new FirebaseHosting(...);
FirebaseHosting.Releases.List request = firebasehosting.releases().list(parameters ...)
- Returns:
- the resource collection
-
versions
public FirebaseHosting.Sites.Versions versions()
An accessor for creating requests from the Versions collection.
The typical use is:
FirebaseHosting firebasehosting = new FirebaseHosting(...);
FirebaseHosting.Versions.List request = firebasehosting.versions().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2019 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy