Reference documentation and code samples for the Google Cloud Redis V1 Client class TlsCertificate.
TlsCertificate Resource
Generated from protobuf message google.cloud.redis.v1.TlsCertificate
Namespace
Google \ Cloud \ Redis \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ serial_number
string
Serial number, as extracted from the certificate.
↳ cert
string
PEM representation.
↳ create_time
Google\Protobuf\Timestamp
Output only. The time when the certificate was created in RFC 3339
format, for example 2020-05-18T00:00:00.094Z
.
↳ expire_time
Google\Protobuf\Timestamp
Output only. The time when the certificate expires in RFC 3339
format, for example 2020-05-18T00:00:00.094Z
.
↳ sha1_fingerprint
string
Sha1 Fingerprint of the certificate.
getSerialNumber
Serial number, as extracted from the certificate.
string
setSerialNumber
Serial number, as extracted from the certificate.
var
string
$this
getCert
PEM representation.
string
setCert
PEM representation.
var
string
$this
getCreateTime
Output only. The time when the certificate was created in RFC
3339
format, for example 2020-05-18T00:00:00.094Z
.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the certificate was created in RFC
3339
format, for example 2020-05-18T00:00:00.094Z
.
$this
getExpireTime
Output only. The time when the certificate expires in RFC
3339
format, for example 2020-05-18T00:00:00.094Z
.
hasExpireTime
clearExpireTime
setExpireTime
Output only. The time when the certificate expires in RFC
3339
format, for example 2020-05-18T00:00:00.094Z
.
$this
getSha1Fingerprint
Sha1 Fingerprint of the certificate.
string
setSha1Fingerprint
Sha1 Fingerprint of the certificate.
var
string
$this