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