public sealed class ObjectId : IMessage<ObjectId>, IEquatable<ObjectId>, IDeepCloneable<ObjectId>, IBufferMessage, IMessageAn [ObjectId][google.cloud.security.privateca.v1.ObjectId] specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
Implements
IMessage<ObjectId>, IEquatable<ObjectId>, IDeepCloneable<ObjectId>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
ObjectId()
public ObjectId()ObjectId(ObjectId)
public ObjectId(ObjectId other)| Parameter | |
|---|---|
| Name | Description |
other |
ObjectId |
Properties
ObjectIdPath
public RepeatedField<int> ObjectIdPath { get; }Required. The parts of an OID path. The most significant parts of the path come first.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Int32> |
|