Google Cloud Certificate Manager V1 Client - Class ListCertificateMapEntriesResponse (0.7.1)

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

Response for the ListCertificateMapEntries method.

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

Namespace

Google \ Cloud \ CertificateManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ certificate_map_entries array<Google\Cloud\CertificateManager\V1\CertificateMapEntry>

A list of certificate map entries 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.

getCertificateMapEntries

A list of certificate map entries for the parent resource.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCertificateMapEntries

A list of certificate map entries for the parent resource.

Parameter
Name Description
var array<Google\Cloud\CertificateManager\V1\CertificateMapEntry>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this