Reference documentation and code samples for the Google API Core Client class PageStreamingDescriptor.
Holds the description information used for page streaming.
Namespace
Google \ ApiCoreMethods
__construct
descriptor
array
Required.
↳ requestPageTokenGetMethod
string
the get method for the page token in the request object.
↳ requestPageTokenSetMethod
string
the set method for the page token in the request object.
↳ responsePageTokenGetMethod
string
the get method for the page token in the response object.
↳ resourcesGetMethod
string
the get method for the resources in the response object. Optional.
↳ requestPageSizeGetMethod
string
the get method for the page size in the request object.
getRequestPageTokenGetMethod
string
getRequestPageSizeGetMethod
string
requestHasPageSizeField
bool
getResponsePageTokenGetMethod
string
getResourcesGetMethod
string
getRequestPageTokenSetMethod
string
getRequestPageSizeSetMethod
string
static::createFromFields
fields
array
Required.
↳ requestPageTokenField
string
the page token field in the request object.
↳ responsePageTokenField
string
the page token field in the response object.
↳ resourceField
string
the resource field in the response object. Optional.
↳ requestPageSizeField
string
the page size field in the request object.