Google Certificate Authority Service V1 Client - Class ListCertificatesResponse (1.2.2)

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

Response message for CertificateAuthorityService.ListCertificates.

Generated from protobuf message google.cloud.security.privateca.v1.ListCertificatesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ certificates array<Google\Cloud\Security\PrivateCA\V1\Certificate>

The list of Certificates.

↳ next_page_token string

A token to retrieve next page of results. Pass this value in ListCertificatesRequest.next_page_token to retrieve the next page of results.

↳ unreachable array

A list of locations (e.g. "us-west1") that could not be reached.

getCertificates

The list of Certificates.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCertificates

The list of Certificates.

Parameter
NameDescription
var array<Google\Cloud\Security\PrivateCA\V1\Certificate>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve next page of results. Pass this value in ListCertificatesRequest.next_page_token to retrieve the next page of results.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve next page of results. Pass this value in ListCertificatesRequest.next_page_token to retrieve the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

A list of locations (e.g. "us-west1") that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

A list of locations (e.g. "us-west1") that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this