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

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







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












com.google.api.services.compute

Class Compute.RegionSslCertificates

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


    public class Compute.RegionSslCertificates
    extends Object
    The "regionSslCertificates" collection of methods.
    • Constructor Detail

      • RegionSslCertificates

        public RegionSslCertificates()
    • Method Detail

      • delete

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

        public Compute.RegionSslCertificates.Get get(String project,
                                                     String region,
                                                     String sslCertificate)
                                              throws IOException
        Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request. Create a request for the method "regionSslCertificates.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.
        sslCertificate - Name of the SslCertificate resource to return.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.RegionSslCertificates.List list(String project,
                                                       String region)
                                                throws IOException
        Retrieves the list of SslCertificate resources available to the specified project in the specified region. Create a request for the method "regionSslCertificates.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