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

target.apidocs.com.google.api.services.compute.Compute.RegionBackendServices.html Maven / Gradle / Ivy

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






Compute.RegionBackendServices (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute

Class Compute.RegionBackendServices

  • java.lang.Object
    • com.google.api.services.compute.Compute.RegionBackendServices
  • Enclosing class:
    Compute


    public class Compute.RegionBackendServices
    extends Object
    The "regionBackendServices" collection of methods.
    • Constructor Detail

      • RegionBackendServices

        public RegionBackendServices()
    • Method Detail

      • delete

        public Compute.RegionBackendServices.Delete delete(String project,
                                                           String region,
                                                           String backendService)
                                                    throws IOException
        Deletes the specified regional BackendService resource. Create a request for the method "regionBackendServices.delete". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        backendService - Name of the BackendService resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.RegionBackendServices.Get get(String project,
                                                     String region,
                                                     String backendService)
                                              throws IOException
        Returns the specified regional BackendService resource. Create a request for the method "regionBackendServices.get". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        backendService - Name of the BackendService resource to return.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Compute.RegionBackendServices.Insert insert(String project,
                                                           String region,
                                                           BackendService content)
                                                    throws IOException
        Creates a regional BackendService resource in the specified project using the data included in the request. There are several restrictions and guidelines to keep in mind when creating a regional backend service. Read Understanding backend services for more information. Create a request for the method "regionBackendServices.insert". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        content - the BackendService
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.RegionBackendServices.List list(String project,
                                                       String region)
                                                throws IOException
        Retrieves the list of regional BackendService resources available to the specified project in the given region. Create a request for the method "regionBackendServices.list". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Compute.RegionBackendServices.Patch patch(String project,
                                                         String region,
                                                         String backendService,
                                                         BackendService content)
                                                  throws IOException
        Updates the specified regional BackendService resource with the data included in the request. There are several Understanding backend services to keep in mind when updating a backend service. Read Understanding backend services for more information. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Create a request for the method "regionBackendServices.patch". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        backendService - Name of the BackendService resource to patch.
        content - the BackendService
        Returns:
        the request
        Throws:
        IOException
      • update

        public Compute.RegionBackendServices.Update update(String project,
                                                           String region,
                                                           String backendService,
                                                           BackendService content)
                                                    throws IOException
        Updates the specified regional BackendService resource with the data included in the request. There are several Understanding backend services to keep in mind when updating a backend service. Read Understanding backend services for more information. Create a request for the method "regionBackendServices.update". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        backendService - Name of the BackendService resource to update.
        content - the BackendService
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy