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

target.apidocs.com.google.api.services.apphub.v1.AppHub.Projects.Locations.Applications.Services.html Maven / Gradle / Ivy

The newest version!






AppHub.Projects.Locations.Applications.Services (App Hub API v1-rev20241008-2.0.0)












com.google.api.services.apphub.v1

Class AppHub.Projects.Locations.Applications.Services

  • java.lang.Object
    • com.google.api.services.apphub.v1.AppHub.Projects.Locations.Applications.Services
    • Constructor Detail

      • Services

        public Services()
    • Method Detail

      • create

        public AppHub.Projects.Locations.Applications.Services.Create create(String parent,
                                                                             Service content)
                                                                      throws IOException
        Creates a Service in an Application. Create a request for the method "services.create". This request holds the parameters needed by the apphub server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. Fully qualified name of the parent Application to create the Service in. Expected format: `projects/{project}/locations/{location}/applications/{application}`.
        content - the Service
        Returns:
        the request
        Throws:
        IOException
      • delete

        public AppHub.Projects.Locations.Applications.Services.Delete delete(String name)
                                                                      throws IOException
        Deletes a Service from an Application. Create a request for the method "services.delete". This request holds the parameters needed by the apphub server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. Fully qualified name of the Service to delete from an Application. Expected format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.
        Returns:
        the request
        Throws:
        IOException
      • get

        public AppHub.Projects.Locations.Applications.Services.Get get(String name)
                                                                throws IOException
        Gets a Service in an Application. Create a request for the method "services.get". This request holds the parameters needed by the apphub server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. Fully qualified name of the Service to fetch. Expected format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.
        Returns:
        the request
        Throws:
        IOException
      • list

        public AppHub.Projects.Locations.Applications.Services.List list(String parent)
                                                                  throws IOException
        Lists Services in an Application. Create a request for the method "services.list". This request holds the parameters needed by the apphub server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. Fully qualified name of the parent Application to list Services for. Expected format: `projects/{project}/locations/{location}/applications/{application}`.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public AppHub.Projects.Locations.Applications.Services.Patch patch(String name,
                                                                           Service content)
                                                                    throws IOException
        Updates a Service in an Application. Create a request for the method "services.patch". This request holds the parameters needed by the apphub server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Identifier. The resource name of a Service. Format: `"projects/{host-project- id}/locations/{location}/applications/{application-id}/services/{service-id}"`
        content - the Service
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy