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.CertificateMaps.html Maven / Gradle / Ivy

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






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

      • CertificateMaps

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