public sealed class ObjectId : IMessage<ObjectId>, IEquatable<ObjectId>, IDeepCloneable<ObjectId>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class ObjectId.
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-17 UTC."],[[["This page provides reference documentation for the `ObjectId` class within the Google Cloud Security PrivateCA v1 API, specifically for version 3.2.0 of the .NET library."],["`ObjectId` is used to define object identifiers (OIDs) that offer context and type descriptions in ASN.1 messages, as seen in this API."],["The `ObjectId` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `ObjectId` class has two constructors: a parameterless constructor (`ObjectId()`) and a constructor that takes another `ObjectId` instance (`ObjectId(ObjectId other)`)."],["The class features a key property called `ObjectIdPath`, which is a `RepeatedField` of integers representing the sequential parts of an OID path."]]],[]]