Class ProjectsResource.LocationsResource.CertificatesResource | Google.Apis.CertificateManager.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CertificatesResource

The "certificates" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.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.CertificateManager.v1
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CertificatesResource

Constructors

CertificatesResource(IClientService)

Constructs a new resource.

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

Methods

Create(Certificate, string)

Creates a new Certificate in a given project and location.

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

The body of the request.

string parent

Required. The parent resource of the certificate. Must be in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.CertificatesResource.CreateRequest

Delete(string)

Deletes a single Certificate.

Declaration
public virtual ProjectsResource.LocationsResource.CertificatesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. A name of the certificate to delete. Must be in the format projects/*/locations/*/certificates/*.

Returns
Type Description
ProjectsResource.LocationsResource.CertificatesResource.DeleteRequest

Get(string)

Gets details of a single Certificate.

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

Required. A name of the certificate to describe. Must be in the format projects/*/locations/*/certificates/*.

Returns
Type Description
ProjectsResource.LocationsResource.CertificatesResource.GetRequest

List(string)

Lists Certificates in a given project and location.

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

Required. The project and location from which the certificate should be listed, specified in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.CertificatesResource.ListRequest

Patch(Certificate, string)

Updates a Certificate.

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

The body of the request.

string name

Identifier. A user-defined name of the certificate. Certificate names must be unique globally and match pattern projects/*/locations/*/certificates/*.

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