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

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







Compute.RegionNotificationEndpoints (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute

Class Compute.RegionNotificationEndpoints

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


    public class Compute.RegionNotificationEndpoints
    extends Object
    The "regionNotificationEndpoints" collection of methods.
    • Constructor Detail

      • RegionNotificationEndpoints

        public RegionNotificationEndpoints()
    • Method Detail

      • delete

        public Compute.RegionNotificationEndpoints.Delete delete(String project,
                                                                 String region,
                                                                 String notificationEndpoint)
                                                          throws IOException
        Deletes the specified NotificationEndpoint in the given region Create a request for the method "regionNotificationEndpoints.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.
        notificationEndpoint - Name of the NotificationEndpoint resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.RegionNotificationEndpoints.Get get(String project,
                                                           String region,
                                                           String notificationEndpoint)
                                                    throws IOException
        Returns the specified NotificationEndpoint resource in the given region. Create a request for the method "regionNotificationEndpoints.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.
        notificationEndpoint - Name of the NotificationEndpoint resource to return.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.RegionNotificationEndpoints.List list(String project,
                                                             String region)
                                                      throws IOException
        Lists the NotificationEndpoints for a project in the given region. Create a request for the method "regionNotificationEndpoints.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

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy