Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionSslCertificates.Delete |
class |
Compute.RegionSslCertificates.Get |
class |
Compute.RegionSslCertificates.Insert |
class |
Compute.RegionSslCertificates.List |
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.
|
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.IOException
public 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.IOException
public 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 SslCertificate
IOException
public 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.IOException
Copyright © 2011–2024 Google. All rights reserved.