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

The newest version!






Compute.SslCertificates (Compute Engine API v1-rev20250320-2.0.0)












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. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. 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. 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
      • insert

        public Compute.SslCertificates.Insert insert(String project,
                                                     SslCertificate content)
                                              throws IOException
        Creates a SslCertificate resource in the specified project using the data included in the request. Create a request for the method "sslCertificates.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.
        content - the SslCertificate
        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–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy