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

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






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

      • CertificateMapEntries

        public CertificateMapEntries()
    • Method Detail

      • 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