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

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

Response message for CertificateAuthorityService.ListReusableConfigs.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ reusable_configs array<Google\Cloud\Security\PrivateCA\V1beta1\ReusableConfig>

The list of ReusableConfigs.

↳ next_page_token string

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

getReusableConfigs

The list of ReusableConfigs.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setReusableConfigs

The list of ReusableConfigs.

Parameter
NameDescription
var array<Google\Cloud\Security\PrivateCA\V1beta1\ReusableConfig>
Returns
TypeDescription
$this

getNextPageToken

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