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