Google Certificate Authority Service V1beta1 Client - Class Certificate (1.2.2)

Reference documentation and code samples for the Google Certificate Authority Service V1beta1 Client class Certificate.

A Certificate corresponds to a signed X.509 certificate issued by a CertificateAuthority.

Generated from protobuf message google.cloud.security.privateca.v1beta1.Certificate

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The resource path for this Certificate in the format projects/*/locations/*/certificateAuthorities/*/certificates/*.

↳ pem_csr string

Immutable. A pem-encoded X.509 certificate signing request (CSR).

↳ config Google\Cloud\Security\PrivateCA\V1beta1\CertificateConfig

Immutable. A description of the certificate and key that does not require X.509 or ASN.1.

↳ lifetime Google\Protobuf\Duration

Required. Immutable. The desired lifetime of a certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain.

↳ revocation_details Google\Cloud\Security\PrivateCA\V1beta1\Certificate\RevocationDetails

Output only. Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present.

↳ pem_certificate string

Output only. The pem-encoded, signed X.509 certificate.

↳ certificate_description Google\Cloud\Security\PrivateCA\V1beta1\CertificateDescription

Output only. A structured description of the issued X.509 certificate.

↳ pem_certificate_chain array

Output only. The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.

↳ create_time Google\Protobuf\Timestamp

Output only. The time at which this Certificate was created.

↳ update_time Google\Protobuf\Timestamp

Output only. The time at which this Certificate was updated.

↳ labels array|Google\Protobuf\Internal\MapField

Optional. Labels with user-defined metadata.

getName

Output only. The resource path for this Certificate in the format projects/*/locations/*/certificateAuthorities/*/certificates/*.

Returns
TypeDescription
string

setName

Output only. The resource path for this Certificate in the format projects/*/locations/*/certificateAuthorities/*/certificates/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPemCsr

Immutable. A pem-encoded X.509 certificate signing request (CSR).

Returns
TypeDescription
string

hasPemCsr

setPemCsr

Immutable. A pem-encoded X.509 certificate signing request (CSR).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getConfig

Immutable. A description of the certificate and key that does not require X.509 or ASN.1.

Returns
TypeDescription
Google\Cloud\Security\PrivateCA\V1beta1\CertificateConfig|null

hasConfig

setConfig

Immutable. A description of the certificate and key that does not require X.509 or ASN.1.

Parameter
NameDescription
var Google\Cloud\Security\PrivateCA\V1beta1\CertificateConfig
Returns
TypeDescription
$this

getLifetime

Required. Immutable. The desired lifetime of a certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain.

Returns
TypeDescription
Google\Protobuf\Duration|null

hasLifetime

clearLifetime

setLifetime

Required. Immutable. The desired lifetime of a certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain.

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this

getRevocationDetails

Output only. Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present.

Returns
TypeDescription
Google\Cloud\Security\PrivateCA\V1beta1\Certificate\RevocationDetails|null

hasRevocationDetails

clearRevocationDetails

setRevocationDetails

Output only. Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present.

Parameter
NameDescription
var Google\Cloud\Security\PrivateCA\V1beta1\Certificate\RevocationDetails
Returns
TypeDescription
$this

getPemCertificate

Output only. The pem-encoded, signed X.509 certificate.

Returns
TypeDescription
string

setPemCertificate

Output only. The pem-encoded, signed X.509 certificate.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCertificateDescription

Output only. A structured description of the issued X.509 certificate.

Returns
TypeDescription
Google\Cloud\Security\PrivateCA\V1beta1\CertificateDescription|null

hasCertificateDescription

clearCertificateDescription

setCertificateDescription

Output only. A structured description of the issued X.509 certificate.

Parameter
NameDescription
var Google\Cloud\Security\PrivateCA\V1beta1\CertificateDescription
Returns
TypeDescription
$this

getPemCertificateChain

Output only. The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPemCertificateChain

Output only. The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getCreateTime

Output only. The time at which this Certificate was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time at which this Certificate was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. The time at which this Certificate was updated.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The time at which this Certificate was updated.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getLabels

Optional. Labels with user-defined metadata.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

Optional. Labels with user-defined metadata.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getCertificateConfig

Returns
TypeDescription
string