Reference documentation and code samples for the Google Cloud IoT Core V1 Client class PublicKeyCertificate.
A public key certificate format and data.
Generated from protobuf message google.cloud.iot.v1.PublicKeyCertificate
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ format |
int
The certificate format. |
↳ certificate |
string
The certificate data. |
↳ x509_details |
Google\Cloud\Iot\V1\X509CertificateDetails
[Output only] The certificate details. Used only for X.509 certificates. |
getFormat
The certificate format.
Returns | |
---|---|
Type | Description |
int |
setFormat
The certificate format.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getCertificate
The certificate data.
Returns | |
---|---|
Type | Description |
string |
setCertificate
The certificate data.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getX509Details
[Output only] The certificate details. Used only for X.509 certificates.
Returns | |
---|---|
Type | Description |
Google\Cloud\Iot\V1\X509CertificateDetails|null |
hasX509Details
clearX509Details
setX509Details
[Output only] The certificate details. Used only for X.509 certificates.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Iot\V1\X509CertificateDetails
|
Returns | |
---|---|
Type | Description |
$this |