
target.apidocs.com.google.api.services.compute.Compute.SslCertificates.html Maven / Gradle / Ivy
Compute.SslCertificates (Compute Engine API alpha-rev20200526-1.30.9)
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
class
Compute.SslCertificates.TestIamPermissions
-
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.
Compute.SslCertificates.TestIamPermissions
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
-
-
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.
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. Gets a list of available SSL certificates by
making a list() request.
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
-
testIamPermissions
public Compute.SslCertificates.TestIamPermissions testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "sslCertificates.testIamPermissions".
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.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy