Reference documentation and code samples for the Google Certificate Authority Service V1 Client class ListCertificateAuthoritiesResponse.
Response message for CertificateAuthorityService.ListCertificateAuthorities.
Generated from protobuf message google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ certificate_authorities |
array<CertificateAuthority>
The list of CertificateAuthorities. |
↳ next_page_token |
string
A token to retrieve next page of results. Pass this value in ListCertificateAuthoritiesRequest.page_token to retrieve the next page of results. |
↳ unreachable |
array
A list of locations (e.g. "us-west1") that could not be reached. |
getCertificateAuthorities
The list of CertificateAuthorities.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setCertificateAuthorities
The list of CertificateAuthorities.
| Parameter | |
|---|---|
| Name | Description |
var |
array<CertificateAuthority>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to retrieve next page of results. Pass this value in ListCertificateAuthoritiesRequest.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 ListCertificateAuthoritiesRequest.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 |
|