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

Class ProjectsResource.LocationsResource.CertificateMapsResource

The "certificateMaps" collection of methods.

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

Constructors

CertificateMapsResource(IClientService)

Constructs a new resource.

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

Properties

CertificateMapEntries

Gets the CertificateMapEntries resource.

Declaration
public virtual ProjectsResource.LocationsResource.CertificateMapsResource.CertificateMapEntriesResource CertificateMapEntries { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CertificateMapsResource.CertificateMapEntriesResource

Methods

Create(CertificateMap, string)

Creates a new CertificateMap in a given project and location.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.CertificateMapsResource.CreateRequest

Delete(string)

Deletes a single CertificateMap. A Certificate Map can't be deleted if it contains Certificate Map Entries. Remove all the entries from the map before calling this method.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.CertificateMapsResource.DeleteRequest

Get(string)

Gets details of a single CertificateMap.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.CertificateMapsResource.GetRequest

List(string)

Lists CertificateMaps in a given project and location.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.CertificateMapsResource.ListRequest

Patch(CertificateMap, string)

Updates a CertificateMap.

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

The body of the request.

string name

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

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