Reference documentation and code samples for the Google Cloud Binary Authorization V1 Client class ListAttestorsRequest.
Request message for BinauthzManagementService.ListAttestors .
Generated from protobuf message google.cloud.binaryauthorization.v1.ListAttestorsRequest
Namespace
Google \ Cloud \ BinaryAuthorization \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the project associated with the attestors
, in the format projects/*
.
↳ page_size
int
Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
↳ page_token
string
A token identifying a page of results the server should return. Typically, this is the value of ListAttestorsResponse.next_page_token
returned from the previous call to the ListAttestors
method.
getParent
Required. The resource name of the project associated with the attestors
, in the format projects/*
.
string
setParent
Required. The resource name of the project associated with the attestors
, in the format projects/*
.
var
string
$this
getPageSize
Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
int
setPageSize
Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
var
int
$this
getPageToken
A token identifying a page of results the server should return. Typically,
this is the value of ListAttestorsResponse.next_page_token
returned
from the previous call to the ListAttestors
method.
string
setPageToken
A token identifying a page of results the server should return. Typically,
this is the value of ListAttestorsResponse.next_page_token
returned
from the previous call to the ListAttestors
method.
var
string
$this
static::build
parent
string
Required. The resource name of the project associated with the attestors
, in the format projects/*
. Please see BinauthzManagementServiceV1Client::projectName()
for help formatting this field.

