Google Cloud Binary Authorization V1 Client - Class ListAttestorsResponse (0.8.5)

Reference documentation and code samples for the Google Cloud Binary Authorization V1 Client class ListAttestorsResponse.

Response message for BinauthzManagementService.ListAttestors.

Generated from protobuf message google.cloud.binaryauthorization.v1.ListAttestorsResponse

Namespace

Google \ Cloud \ BinaryAuthorization \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ attestors array<Google\Cloud\BinaryAuthorization\V1\Attestor>

The list of attestors.

↳ next_page_token string

A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the ListAttestors method to retrieve the next page of results.

getAttestors

The list of attestors.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAttestors

The list of attestors.

Parameter
Name Description
var array<Google\Cloud\BinaryAuthorization\V1\Attestor>
Returns
Type Description
$this

getNextPageToken

A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the ListAttestors method to retrieve the next page of results.

Returns
Type Description
string

setNextPageToken

A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the ListAttestors method to retrieve the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this