class PageStreamingDescriptor

Holds the description information used for page streaming.

Methods

__construct(array $descriptor)

No description

getRequestPageTokenField()

No description

getRequestPageSizeField()

No description

requestHasPageSizeField()

No description

getResponsePageTokenField()

No description

getResourceField()

No description

Details

at line line 55
__construct(array $descriptor)

Parameters

array $descriptor { Required.

@type string $requestPageTokenField the page token field in the request object.
@type string $responsePageTokenField the page token field in the response object.
@type string $resourceField the resource field in the response object.

}

at line line 68
getRequestPageTokenField()

at line line 73
getRequestPageSizeField()

at line line 78
requestHasPageSizeField()

at line line 83
getResponsePageTokenField()

at line line 88
getResourceField()