Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource

The "certificates" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CertificateAuthorityService.v1
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource

Constructors

CertificatesResource(IClientService)

Constructs a new resource.

Declaration
public CertificatesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(Certificate, string)

Create a new Certificate in a given Project, Location from a particular CaPool.

Declaration
public virtual ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource.CreateRequest Create(Certificate body, string parent)
Parameters
Type Name Description
Certificate body

The body of the request.

string parent

Required. The resource name of the CaPool associated with the Certificate, in the format projects/*/locations/*/caPools/*.

Returns
Type Description
ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource.CreateRequest

Get(string)

Returns a Certificate.

Declaration
public virtual ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the Certificate to get.

Returns
Type Description
ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource.GetRequest

List(string)

Lists Certificates.

Declaration
public virtual ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the parent associated with the Certificates, in the format projects/*/locations/*/caPools/*. The parent resource name can be in one of two forms: 1. Specific CA Pool: To list certificates within a single CA Pool: projects/*/locations/*/caPools/* 2. All CA Pools in a Location: To list certificates across all CA Pools in a given project and location, use the wildcard character (-) in place of the CA Pool ID. Example: projects/*/locations/*/caPools/- See go/ccfe-nested-collections#aggregate-listing for more details.

Returns
Type Description
ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource.ListRequest

Patch(Certificate, string)

Update a Certificate. Currently, the only field you can update is the labels field.

Declaration
public virtual ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource.PatchRequest Patch(Certificate body, string name)
Parameters
Type Name Description
Certificate body

The body of the request.

string name

Identifier. The resource name for this Certificate in the format projects/*/locations/*/caPools/*/certificates/*.

Returns
Type Description
ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource.PatchRequest

Revoke(RevokeCertificateRequest, string)

Revoke a Certificate.

Declaration
public virtual ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource.RevokeRequest Revoke(RevokeCertificateRequest body, string name)
Parameters
Type Name Description
RevokeCertificateRequest body

The body of the request.

string name

Required. The resource name for this Certificate in the format projects/*/locations/*/caPools/*/certificates/*.

Returns
Type Description
ProjectsResource.LocationsResource.CaPoolsResource.CertificatesResource.RevokeRequest
In this article
Back to top Generated by DocFX