ProjectsLocationsProductsCertificates
class ProjectsLocationsProductsCertificates extends Resource (View source)
The "certificates" collection of methods.
Typical usage is:
$integrationsService = new Google\Service\Integrations(...);
$certificates = $integrationsService->projects_locations_products_certificates;
Methods
Creates a new certificate. The certificate will be registered to the trawler service and will be encrypted using cloud KMS and stored in Spanner Returns the certificate. (certificates.create)
Delete a certificate (certificates.delete)
Get a certificates in the specified project. (certificates.get)
List all the certificates that match the filter. Restrict to certificate of current client only. (certificates.listProjectsLocationsProductsCertificates)
Updates the certificate by id. If new certificate file is updated, it will register with the trawler service, re-encrypt with cloud KMS and update the Spanner record. Other fields will directly update the Spanner record. Returns the Certificate. (certificates.patch)
Details
GoogleCloudIntegrationsV1alphaCertificate
create(string $parent, GoogleCloudIntegrationsV1alphaCertificate $postBody, array $optParams = [])
Creates a new certificate. The certificate will be registered to the trawler service and will be encrypted using cloud KMS and stored in Spanner Returns the certificate. (certificates.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Delete a certificate (certificates.delete)
GoogleCloudIntegrationsV1alphaCertificate
get(string $name, array $optParams = [])
Get a certificates in the specified project. (certificates.get)
GoogleCloudIntegrationsV1alphaListCertificatesResponse
listProjectsLocationsProductsCertificates(string $parent, array $optParams = [])
List all the certificates that match the filter. Restrict to certificate of current client only. (certificates.listProjectsLocationsProductsCertificates)
GoogleCloudIntegrationsV1alphaCertificate
patch(string $name, GoogleCloudIntegrationsV1alphaCertificate $postBody, array $optParams = [])
Updates the certificate by id. If new certificate file is updated, it will register with the trawler service, re-encrypt with cloud KMS and update the Spanner record. Other fields will directly update the Spanner record. Returns the Certificate. (certificates.patch)