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

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







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












com.google.api.services.compute

Class Compute.SslCertificates

  • Enclosing class:
    Compute


    public class Compute.SslCertificates
    extends Object
    The "sslCertificates" collection of methods.
    • Constructor Detail

      • SslCertificates

        public SslCertificates()
    • Method Detail

      • aggregatedList

        public Compute.SslCertificates.AggregatedList aggregatedList(String project)
                                                              throws IOException
        Retrieves the list of all SslCertificate resources, regional and global, available to the specified project. Create a request for the method "sslCertificates.aggregatedList". 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 - Name of the project scoping this request.
        Returns:
        the request
        Throws:
        IOException
      • delete

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

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

        public Compute.SslCertificates.List list(String project)
                                          throws IOException
        Retrieves the list of SslCertificate resources available to the specified project. Create a request for the method "sslCertificates.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.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy