Class: Google::Cloud::Security::PrivateCA::V1::ObjectId

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::Integer>)

    Required. The parts of an OID path. The most significant parts of the path come first.



1126
1127
1128
1129
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1126

class ObjectId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end