| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.RegionSslCertificates.Delete | 
| class  | Compute.RegionSslCertificates.Get | 
| class  | Compute.RegionSslCertificates.Insert | 
| class  | Compute.RegionSslCertificates.List | 
| class  | Compute.RegionSslCertificates.TestIamPermissions | 
| Constructor and Description | 
|---|
| RegionSslCertificates() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.RegionSslCertificates.Delete | delete(String project,
      String region,
      String sslCertificate)Deletes the specified SslCertificate resource in the region. | 
| Compute.RegionSslCertificates.Get | get(String project,
   String region,
   String sslCertificate)Returns the specified SslCertificate resource in the specified region. | 
| Compute.RegionSslCertificates.Insert | insert(String project,
      String region,
      SslCertificate content)Creates a SslCertificate resource in the specified project and region using the data included in
 the request
 Create a request for the method "regionSslCertificates.insert". | 
| Compute.RegionSslCertificates.List | list(String project,
    String region)Retrieves the list of SslCertificate resources available to the specified project in the
 specified region. | 
| Compute.RegionSslCertificates.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource and region. | 
public Compute.RegionSslCertificates.Delete delete(String project, String region, String sslCertificate) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.sslCertificate - Name of the SslCertificate resource to delete.IOExceptionpublic Compute.RegionSslCertificates.Get get(String project, String region, String sslCertificate) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.sslCertificate - Name of the SslCertificate resource to return.IOExceptionpublic Compute.RegionSslCertificates.Insert insert(String project, String region, SslCertificate content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the SslCertificateIOExceptionpublic Compute.RegionSslCertificates.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.RegionSslCertificates.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.