Class ObjectId (2.1.0)

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

An [ObjectId][google.cloud.security.privateca.v1.ObjectId] specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

Inheritance

Object > ObjectId

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

ObjectId()

public ObjectId()

ObjectId(ObjectId)

public ObjectId(ObjectId other)
Parameter
NameDescription
otherObjectId

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
TypeDescription
RepeatedField<Int32>