target.apidocs.com.google.api.services.certificatemanager.v1.CertificateManager.Projects.Locations.TrustConfigs.html Maven / Gradle / Ivy
CertificateManager.Projects.Locations.TrustConfigs (Certificate Manager API v1-rev20240417-2.0.0)
com.google.api.services.certificatemanager.v1
Class CertificateManager.Projects.Locations.TrustConfigs
- java.lang.Object
-
- com.google.api.services.certificatemanager.v1.CertificateManager.Projects.Locations.TrustConfigs
-
- Enclosing class:
- CertificateManager.Projects.Locations
public class CertificateManager.Projects.Locations.TrustConfigs
extends Object
The "trustConfigs" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CertificateManager.Projects.Locations.TrustConfigs.Create
class
CertificateManager.Projects.Locations.TrustConfigs.Delete
class
CertificateManager.Projects.Locations.TrustConfigs.Get
class
CertificateManager.Projects.Locations.TrustConfigs.List
class
CertificateManager.Projects.Locations.TrustConfigs.Patch
-
Constructor Summary
Constructors
Constructor and Description
TrustConfigs()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CertificateManager.Projects.Locations.TrustConfigs.Create
create(String parent,
TrustConfig content)
Creates a new TrustConfig in a given project and location.
CertificateManager.Projects.Locations.TrustConfigs.Delete
delete(String name)
Deletes a single TrustConfig.
CertificateManager.Projects.Locations.TrustConfigs.Get
get(String name)
Gets details of a single TrustConfig.
CertificateManager.Projects.Locations.TrustConfigs.List
list(String parent)
Lists TrustConfigs in a given project and location.
CertificateManager.Projects.Locations.TrustConfigs.Patch
patch(String name,
TrustConfig content)
Updates a TrustConfig.
-
-
Method Detail
-
create
public CertificateManager.Projects.Locations.TrustConfigs.Create create(String parent,
TrustConfig content)
throws IOException
Creates a new TrustConfig in a given project and location.
Create a request for the method "trustConfigs.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 TrustConfig. Must be in the format `projects/locations`.
content
- the TrustConfig
- Returns:
- the request
- Throws:
IOException
-
delete
public CertificateManager.Projects.Locations.TrustConfigs.Delete delete(String name)
throws IOException
Deletes a single TrustConfig.
Create a request for the method "trustConfigs.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 TrustConfig to delete. Must be in the format
`projects/locations/trustConfigs`.
- Returns:
- the request
- Throws:
IOException
-
get
public CertificateManager.Projects.Locations.TrustConfigs.Get get(String name)
throws IOException
Gets details of a single TrustConfig.
Create a request for the method "trustConfigs.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 TrustConfig to describe. Must be in the format
`projects/locations/trustConfigs`.
- Returns:
- the request
- Throws:
IOException
-
list
public CertificateManager.Projects.Locations.TrustConfigs.List list(String parent)
throws IOException
Lists TrustConfigs in a given project and location.
Create a request for the method "trustConfigs.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 TrustConfigs should be listed, specified in the
format `projects/locations`.
- Returns:
- the request
- Throws:
IOException
-
patch
public CertificateManager.Projects.Locations.TrustConfigs.Patch patch(String name,
TrustConfig content)
throws IOException
Updates a TrustConfig.
Create a request for the method "trustConfigs.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 trust config. TrustConfig names must be unique globally and match pattern
`projects/locations/trustConfigs`.
content
- the TrustConfig
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy