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

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






CertificateManager.Projects.Locations.TrustConfigs (Certificate Manager API v1-rev20240417-2.0.0)












com.google.api.services.certificatemanager.v1

Class CertificateManager.Projects.Locations.TrustConfigs

  • java.lang.Object
    • com.google.api.services.certificatemanager.v1.CertificateManager.Projects.Locations.TrustConfigs
    • Constructor Detail

      • TrustConfigs

        public TrustConfigs()
    • Method Detail

      • create

        public CertificateManager.Projects.Locations.TrustConfigs.Create create(String parent,
                                                                                TrustConfig content)
                                                                         throws IOException
        Creates a new TrustConfig in a given project and location. Create a request for the method "trustConfigs.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 TrustConfig. Must be in the format `projects/locations`.
        content - the TrustConfig
        Returns:
        the request
        Throws:
        IOException
      • delete

        public CertificateManager.Projects.Locations.TrustConfigs.Delete delete(String name)
                                                                         throws IOException
        Deletes a single TrustConfig. Create a request for the method "trustConfigs.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 TrustConfig to delete. Must be in the format `projects/locations/trustConfigs`.
        Returns:
        the request
        Throws:
        IOException
      • get

        public CertificateManager.Projects.Locations.TrustConfigs.Get get(String name)
                                                                   throws IOException
        Gets details of a single TrustConfig. Create a request for the method "trustConfigs.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 TrustConfig to describe. Must be in the format `projects/locations/trustConfigs`.
        Returns:
        the request
        Throws:
        IOException
      • list

        public CertificateManager.Projects.Locations.TrustConfigs.List list(String parent)
                                                                     throws IOException
        Lists TrustConfigs in a given project and location. Create a request for the method "trustConfigs.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 TrustConfigs should be listed, specified in the format `projects/locations`.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public CertificateManager.Projects.Locations.TrustConfigs.Patch patch(String name,
                                                                              TrustConfig content)
                                                                       throws IOException
        Updates a TrustConfig. Create a request for the method "trustConfigs.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 trust config. TrustConfig names must be unique globally and match pattern `projects/locations/trustConfigs`.
        content - the TrustConfig
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy