Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CertificateIssuanceConfigsResource

The "certificateIssuanceConfigs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CertificateIssuanceConfigsResource
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.CertificateIssuanceConfigsResource

Constructors

CertificateIssuanceConfigsResource(IClientService)

Constructs a new resource.

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

Methods

Create(CertificateIssuanceConfig, string)

Creates a new CertificateIssuanceConfig in a given project and location.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.CertificateIssuanceConfigsResource.CreateRequest

Delete(string)

Deletes a single CertificateIssuanceConfig.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.CertificateIssuanceConfigsResource.DeleteRequest

Get(string)

Gets details of a single CertificateIssuanceConfig.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.CertificateIssuanceConfigsResource.GetRequest

List(string)

Lists CertificateIssuanceConfigs in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.CertificateIssuanceConfigsResource.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.CertificateIssuanceConfigsResource.ListRequest

Patch(CertificateIssuanceConfig, string)

Updates a CertificateIssuanceConfig.

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

The body of the request.

string name

Identifier. A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern projects/*/locations/*/certificateIssuanceConfigs/*.

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