target.apidocs.com.google.api.services.certificatemanager.v1.CertificateManager.Projects.Locations.html Maven / Gradle / Ivy
CertificateManager.Projects.Locations (Certificate Manager API v1-rev20240417-2.0.0)
com.google.api.services.certificatemanager.v1
Class CertificateManager.Projects.Locations
- java.lang.Object
-
- com.google.api.services.certificatemanager.v1.CertificateManager.Projects.Locations
-
- Enclosing class:
- CertificateManager.Projects
public class CertificateManager.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CertificateManager.Projects.Locations.CertificateIssuanceConfigs
The "certificateIssuanceConfigs" collection of methods.
class
CertificateManager.Projects.Locations.CertificateMaps
The "certificateMaps" collection of methods.
class
CertificateManager.Projects.Locations.Certificates
The "certificates" collection of methods.
class
CertificateManager.Projects.Locations.DnsAuthorizations
The "dnsAuthorizations" collection of methods.
class
CertificateManager.Projects.Locations.Get
class
CertificateManager.Projects.Locations.List
class
CertificateManager.Projects.Locations.Operations
The "operations" collection of methods.
class
CertificateManager.Projects.Locations.TrustConfigs
The "trustConfigs" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CertificateManager.Projects.Locations.CertificateIssuanceConfigs
certificateIssuanceConfigs()
An accessor for creating requests from the CertificateIssuanceConfigs collection.
CertificateManager.Projects.Locations.CertificateMaps
certificateMaps()
An accessor for creating requests from the CertificateMaps collection.
CertificateManager.Projects.Locations.Certificates
certificates()
An accessor for creating requests from the Certificates collection.
CertificateManager.Projects.Locations.DnsAuthorizations
dnsAuthorizations()
An accessor for creating requests from the DnsAuthorizations collection.
CertificateManager.Projects.Locations.Get
get(String name)
Gets information about a location.
CertificateManager.Projects.Locations.List
list(String name)
Lists information about the supported locations for this service.
CertificateManager.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
CertificateManager.Projects.Locations.TrustConfigs
trustConfigs()
An accessor for creating requests from the TrustConfigs collection.
-
-
Method Detail
-
get
public CertificateManager.Projects.Locations.Get get(String name)
throws IOException
Gets information about a location.
Create a request for the method "locations.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
- Resource name for the location.
- Returns:
- the request
- Throws:
IOException
-
list
public CertificateManager.Projects.Locations.List list(String name)
throws IOException
Lists information about the supported locations for this service.
Create a request for the method "locations.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:
name
- The resource that owns the locations collection, if applicable.
- Returns:
- the request
- Throws:
IOException
-
certificateIssuanceConfigs
public CertificateManager.Projects.Locations.CertificateIssuanceConfigs certificateIssuanceConfigs()
An accessor for creating requests from the CertificateIssuanceConfigs collection.
The typical use is:
CertificateManager certificatemanager = new CertificateManager(...);
CertificateManager.CertificateIssuanceConfigs.List request = certificatemanager.certificateIssuanceConfigs().list(parameters ...)
- Returns:
- the resource collection
-
certificateMaps
public CertificateManager.Projects.Locations.CertificateMaps certificateMaps()
An accessor for creating requests from the CertificateMaps collection.
The typical use is:
CertificateManager certificatemanager = new CertificateManager(...);
CertificateManager.CertificateMaps.List request = certificatemanager.certificateMaps().list(parameters ...)
- Returns:
- the resource collection
-
certificates
public CertificateManager.Projects.Locations.Certificates certificates()
An accessor for creating requests from the Certificates collection.
The typical use is:
CertificateManager certificatemanager = new CertificateManager(...);
CertificateManager.Certificates.List request = certificatemanager.certificates().list(parameters ...)
- Returns:
- the resource collection
-
dnsAuthorizations
public CertificateManager.Projects.Locations.DnsAuthorizations dnsAuthorizations()
An accessor for creating requests from the DnsAuthorizations collection.
The typical use is:
CertificateManager certificatemanager = new CertificateManager(...);
CertificateManager.DnsAuthorizations.List request = certificatemanager.dnsAuthorizations().list(parameters ...)
- Returns:
- the resource collection
-
operations
public CertificateManager.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
CertificateManager certificatemanager = new CertificateManager(...);
CertificateManager.Operations.List request = certificatemanager.operations().list(parameters ...)
- Returns:
- the resource collection
-
trustConfigs
public CertificateManager.Projects.Locations.TrustConfigs trustConfigs()
An accessor for creating requests from the TrustConfigs collection.
The typical use is:
CertificateManager certificatemanager = new CertificateManager(...);
CertificateManager.TrustConfigs.List request = certificatemanager.trustConfigs().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy