target.apidocs.com.google.api.services.certificatemanager.v1.CertificateManager.Projects.Locations.Certificates.html Maven / Gradle / Ivy
CertificateManager.Projects.Locations.Certificates (Certificate Manager API v1-rev20240417-2.0.0)
com.google.api.services.certificatemanager.v1
Class CertificateManager.Projects.Locations.Certificates
- java.lang.Object
-
- com.google.api.services.certificatemanager.v1.CertificateManager.Projects.Locations.Certificates
-
- Enclosing class:
- CertificateManager.Projects.Locations
public class CertificateManager.Projects.Locations.Certificates
extends Object
The "certificates" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CertificateManager.Projects.Locations.Certificates.Create
class
CertificateManager.Projects.Locations.Certificates.Delete
class
CertificateManager.Projects.Locations.Certificates.Get
class
CertificateManager.Projects.Locations.Certificates.List
class
CertificateManager.Projects.Locations.Certificates.Patch
-
Constructor Summary
Constructors
Constructor and Description
Certificates()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CertificateManager.Projects.Locations.Certificates.Create
create(String parent,
Certificate content)
Creates a new Certificate in a given project and location.
CertificateManager.Projects.Locations.Certificates.Delete
delete(String name)
Deletes a single Certificate.
CertificateManager.Projects.Locations.Certificates.Get
get(String name)
Gets details of a single Certificate.
CertificateManager.Projects.Locations.Certificates.List
list(String parent)
Lists Certificates in a given project and location.
CertificateManager.Projects.Locations.Certificates.Patch
patch(String name,
Certificate content)
Updates a Certificate.
-
-
Method Detail
-
create
public CertificateManager.Projects.Locations.Certificates.Create create(String parent,
Certificate content)
throws IOException
Creates a new Certificate in a given project and location.
Create a request for the method "certificates.create".
This request holds the parameters needed by the certificatemanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent resource of the certificate. Must be in the format `projects/locations`.
content
- the Certificate
- Returns:
- the request
- Throws:
IOException
-
delete
public CertificateManager.Projects.Locations.Certificates.Delete delete(String name)
throws IOException
Deletes a single Certificate.
Create a request for the method "certificates.delete".
This request holds the parameters needed by the certificatemanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. A name of the certificate to delete. Must be in the format
`projects/locations/certificates`.
- Returns:
- the request
- Throws:
IOException
-
get
public CertificateManager.Projects.Locations.Certificates.Get get(String name)
throws IOException
Gets details of a single Certificate.
Create a request for the method "certificates.get".
This request holds the parameters needed by the certificatemanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. A name of the certificate to describe. Must be in the format
`projects/locations/certificates`.
- Returns:
- the request
- Throws:
IOException
-
list
public CertificateManager.Projects.Locations.Certificates.List list(String parent)
throws IOException
Lists Certificates in a given project and location.
Create a request for the method "certificates.list".
This request holds the parameters needed by the certificatemanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The project and location from which the certificate should be listed, specified in the
format `projects/locations`.
- Returns:
- the request
- Throws:
IOException
-
patch
public CertificateManager.Projects.Locations.Certificates.Patch patch(String name,
Certificate content)
throws IOException
Updates a Certificate.
Create a request for the method "certificates.patch".
This request holds the parameters needed by the certificatemanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- A user-defined name of the certificate. Certificate names must be unique globally and match pattern
`projects/locations/certificates`.
content
- the Certificate
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy