Class: Google::Cloud::Security::PrivateCA::V1::ObjectId
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::ObjectId
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/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.
1182 1183 1184 1185 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1182 class ObjectId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |