Reference documentation and code samples for the Google Certificate Authority Service V1 Client class ObjectId.
An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
Generated from protobuf message google.cloud.security.privateca.v1.ObjectId
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ object_id_path |
array
Required. The parts of an OID path. The most significant parts of the path come first. |
getObjectIdPath
Required. The parts of an OID path. The most significant parts of the path come first.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setObjectIdPath
Required. The parts of an OID path. The most significant parts of the path come first.
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |