Google Cloud Certificate Manager V1 Client - Class ListCertificateIssuanceConfigsResponse (0.4.2)

Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class ListCertificateIssuanceConfigsResponse.

Response for the ListCertificateIssuanceConfigs method.

Generated from protobuf message google.cloud.certificatemanager.v1.ListCertificateIssuanceConfigsResponse

Namespace

Google \ Cloud \ CertificateManager \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ certificate_issuance_configs array<Google\Cloud\CertificateManager\V1\CertificateIssuanceConfig>

A list of certificate configs for the parent resource.

↳ next_page_token string

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

↳ unreachable array

Locations that could not be reached.

getCertificateIssuanceConfigs

A list of certificate configs for the parent resource.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCertificateIssuanceConfigs

A list of certificate configs for the parent resource.

Parameter
NameDescription
var array<Google\Cloud\CertificateManager\V1\CertificateIssuanceConfig>
Returns
TypeDescription
$this

getNextPageToken

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Returns
TypeDescription
string

setNextPageToken

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this