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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage details the `ObjectId` class within the `Google.Cloud.Security.PrivateCA.V1` namespace, which is part of the Google Cloud Security Private CA .NET library, version 2.1.0."],["The `ObjectId` class, which represents an object identifier (OID) for ASN.1 messages, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the library is 3.9.0, and other available versions range from 3.8.0 to 1.0.0, all with their own references to the `ObjectId` class."],["`ObjectId` class provides two constructors, one default and another that takes another `ObjectId` as an argument for cloning."],["The `ObjectId` class contains a property named `ObjectIdPath`, a required property of type `RepeatedField\u003cInt32\u003e`, that represents the parts of an OID path."]]],[]]