Certificate Manager v1 API - Class GetCertificateMapRequest (2.6.0)

public sealed class GetCertificateMapRequest : IMessage<GetCertificateMapRequest>, IEquatable<GetCertificateMapRequest>, IDeepCloneable<GetCertificateMapRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Manager v1 API class GetCertificateMapRequest.

Request for the GetCertificateMap method.

Inheritance

object > GetCertificateMapRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

GetCertificateMapRequest()

public GetCertificateMapRequest()

GetCertificateMapRequest(GetCertificateMapRequest)

public GetCertificateMapRequest(GetCertificateMapRequest other)
Parameter
NameDescription
otherGetCertificateMapRequest

Properties

CertificateMapName

public CertificateMapName CertificateMapName { get; set; }

CertificateMapName-typed view over the Name resource name property.

Property Value
TypeDescription
CertificateMapName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string