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-03-21 UTC."],[[["This document provides reference documentation for the `ObjectId` class within the Google Cloud Security Private CA v1 API, specifically version 3.6.0."],["The `ObjectId` class is used to represent an object identifier (OID), which provides context and describes types in ASN.1 messages."],["The `ObjectId` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also inheriting from the base `object` class."],["The class has a property called `ObjectIdPath` that is a `RepeatedField` of integers representing the components of the OID path, where the most significant parts are listed first."],["The webpage lists multiple versions of the class, ranging from version 1.0.0 up to the latest version 3.9.0, with version 3.6.0 being the one specifically documented in the body."]]],[]]