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
- java.lang.Object
-
- com.google.api.services.compute.Compute.SslCertificates
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.SslCertificates.AggregatedList
class
Compute.SslCertificates.Delete
class
Compute.SslCertificates.Get
class
Compute.SslCertificates.Insert
class
Compute.SslCertificates.List
-
Constructor Summary
Constructors
Constructor and Description
SslCertificates()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.SslCertificates.AggregatedList
aggregatedList(String project)
Retrieves the list of all SslCertificate resources, regional and global, available to the
specified project.
Compute.SslCertificates.Delete
delete(String project,
String sslCertificate)
Deletes the specified SslCertificate resource.
Compute.SslCertificates.Get
get(String project,
String sslCertificate)
Returns the specified SslCertificate resource.
Compute.SslCertificates.Insert
insert(String project,
SslCertificate content)
Creates a SslCertificate resource in the specified project using the data included in the
request.
Compute.SslCertificates.List
list(String project)
Retrieves the list of SslCertificate resources available to the specified project.
-
-
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