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

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

Response message for CertificateAuthorityService.ListCertificateRevocationLists.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ certificate_revocation_lists array<Google\Cloud\Security\PrivateCA\V1\CertificateRevocationList>

The list of CertificateRevocationLists.

↳ next_page_token string

A token to retrieve next page of results. Pass this value in ListCertificateRevocationListsRequest.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.

getCertificateRevocationLists

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCertificateRevocationLists

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

getNextPageToken

A token to retrieve next page of results. Pass this value in ListCertificateRevocationListsRequest.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 ListCertificateRevocationListsRequest.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