All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.
    • Constructor Detail

      • Sites

        public Sites()
    • 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