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

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<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\RepeatedField<Attestor>

setAttestors

The list of attestors.

Parameter
Name Description
var array<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