Reference documentation and code samples for the Google Certificate Authority Service V1beta1 Client class ListCertificateRevocationListsResponse.
Response message for CertificateAuthorityService.ListCertificateRevocationLists.
Generated from protobuf message google.cloud.security.privateca.v1beta1.ListCertificateRevocationListsResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ certificate_revocation_lists | array<Google\Cloud\Security\PrivateCA\V1beta1\CertificateRevocationList>The list of CertificateRevocationLists. | 
| ↳ next_page_token | stringA token to retrieve next page of results. Pass this value in ListCertificateRevocationListsRequest.next_page_token to retrieve the next page of results. | 
| ↳ unreachable | arrayA list of locations (e.g. "us-west1") that could not be reached. | 
getCertificateRevocationLists
The list of CertificateRevocationLists.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setCertificateRevocationLists
The list of CertificateRevocationLists.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Google\Cloud\Security\PrivateCA\V1beta1\CertificateRevocationList> | 
| Returns | |
|---|---|
| Type | Description | 
| $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 | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getUnreachable
A list of locations (e.g. "us-west1") that could not be reached.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setUnreachable
A list of locations (e.g. "us-west1") that could not be reached.
| Parameter | |
|---|---|
| Name | Description | 
| var | string[] | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |