Class: Google::Cloud::Security::PrivateCA::V1beta1::ObjectId
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::ObjectId
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
Instance Attribute Summary collapse
-
#object_id_path ⇒ ::Array<::Integer>
Required.
Instance Attribute Details
#object_id_path ⇒ ::Array<::Integer>
Returns Required. The parts of an OID path. The most significant parts of the path come first.
781 782 783 784 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 781 class ObjectId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |