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

target.apidocs.com.google.api.services.appengine.v1.Appengine.Apps.Services.html Maven / Gradle / Ivy

There is a newer version: v1-rev20240906-2.0.0
Show newest version






Appengine.Apps.Services (App Engine Admin API v1-rev20240722-2.0.0)












com.google.api.services.appengine.v1

Class Appengine.Apps.Services

  • Enclosing class:
    Appengine.Apps


    public class Appengine.Apps.Services
    extends Object
    The "services" collection of methods.
    • Constructor Detail

      • Services

        public Services()
    • Method Detail

      • delete

        public Appengine.Apps.Services.Delete delete(String appsId,
                                                     String servicesId)
                                              throws IOException
        Deletes the specified service and all enclosed versions. Create a request for the method "services.delete". This request holds the parameters needed by the appengine server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        appsId - Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.
        servicesId - Part of `name`. See documentation of `appsId`.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Appengine.Apps.Services.Get get(String appsId,
                                               String servicesId)
                                        throws IOException
        Gets the current configuration of the specified service. Create a request for the method "services.get". This request holds the parameters needed by the appengine server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        appsId - Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.
        servicesId - Part of `name`. See documentation of `appsId`.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Appengine.Apps.Services.List list(String appsId)
                                          throws IOException
        Lists all the services in the application. Create a request for the method "services.list". This request holds the parameters needed by the appengine server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        appsId - Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Appengine.Apps.Services.Patch patch(String appsId,
                                                   String servicesId,
                                                   Service content)
                                            throws IOException
        Updates the configuration of the specified service. Create a request for the method "services.patch". This request holds the parameters needed by the appengine server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        appsId - Part of `name`. Name of the resource to update. Example: apps/myapp/services/default.
        servicesId - Part of `name`. See documentation of `appsId`.
        content - the Service
        Returns:
        the request
        Throws:
        IOException
      • versions

        public Appengine.Apps.Services.Versions versions()
        An accessor for creating requests from the Versions collection.

        The typical use is:

            Appengine appengine = new Appengine(...);
            Appengine.Versions.List request = appengine.versions().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy