| 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 | 
| class  | Compute.SslCertificates.TestIamPermissions | 
| Constructor and Description | 
|---|
| SslCertificates() | 
| 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. | 
| Compute.SslCertificates.TestIamPermissions | testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.SslCertificates.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Name of the project scoping this request.IOExceptionpublic Compute.SslCertificates.Delete delete(String project, String sslCertificate) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.sslCertificate - Name of the SslCertificate resource to delete.IOExceptionpublic Compute.SslCertificates.Get get(String project, String sslCertificate) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.sslCertificate - Name of the SslCertificate resource to return.IOExceptionpublic Compute.SslCertificates.Insert insert(String project, SslCertificate content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the SslCertificateIOExceptionpublic Compute.SslCertificates.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.SslCertificates.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.