All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.certificatemanager.v1.CertificateManager.Projects.Locations.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241204-2.0.0
Show newest version






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
    • Constructor Detail

      • Locations

        public Locations()
    • 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