Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListCdnKeysRequest.
Request message for VideoStitcherService.listCdnKeys.
Generated from protobuf messagegoogle.cloud.video.stitcher.v1.ListCdnKeysRequest
Namespace
Google \ Cloud \ Video \ Stitcher \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project that contains the list of CDN keys, in the form ofprojects/{project_number}/locations/{location}.
↳ page_size
int
Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
↳ page_token
string
A token identifying a page of results the server should return.
↳ filter
string
Filtering results
↳ order_by
string
Hint for how to order the results
getParent
Required. The project that contains the list of CDN keys, in the form ofprojects/{project_number}/locations/{location}.
Returns
Type
Description
string
setParent
Required. The project that contains the list of CDN keys, in the form ofprojects/{project_number}/locations/{location}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Requested page size. Server may return fewer items than requested.
If unspecified, server will pick an appropriate default.
Returns
Type
Description
int
setPageSize
Requested page size. Server may return fewer items than requested.
If unspecified, server will pick an appropriate default.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
A token identifying a page of results the server should return.
Returns
Type
Description
string
setPageToken
A token identifying a page of results the server should return.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
Filtering results
Returns
Type
Description
string
setFilter
Filtering results
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrderBy
Hint for how to order the results
Returns
Type
Description
string
setOrderBy
Hint for how to order the results
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The project that contains the list of CDN keys, in the form ofprojects/{project_number}/locations/{location}. Please seeVideoStitcherServiceClient::locationName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Video Stitcher V1 Client - Class ListCdnKeysRequest (1.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.4 (latest)](/php/docs/reference/cloud-video-stitcher/latest/V1.ListCdnKeysRequest)\n- [1.0.3](/php/docs/reference/cloud-video-stitcher/1.0.3/V1.ListCdnKeysRequest)\n- [0.9.1](/php/docs/reference/cloud-video-stitcher/0.9.1/V1.ListCdnKeysRequest)\n- [0.8.4](/php/docs/reference/cloud-video-stitcher/0.8.4/V1.ListCdnKeysRequest)\n- [0.7.3](/php/docs/reference/cloud-video-stitcher/0.7.3/V1.ListCdnKeysRequest)\n- [0.6.2](/php/docs/reference/cloud-video-stitcher/0.6.2/V1.ListCdnKeysRequest)\n- [0.5.1](/php/docs/reference/cloud-video-stitcher/0.5.1/V1.ListCdnKeysRequest)\n- [0.3.4](/php/docs/reference/cloud-video-stitcher/0.3.4/V1.ListCdnKeysRequest) \nReference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListCdnKeysRequest.\n\nRequest message for VideoStitcherService.listCdnKeys.\n\nGenerated from protobuf message `google.cloud.video.stitcher.v1.ListCdnKeysRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ Stitcher \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The project that contains the list of CDN keys, in the form of\n`projects/{project_number}/locations/{location}`.\n\n### setParent\n\nRequired. The project that contains the list of CDN keys, in the form of\n`projects/{project_number}/locations/{location}`.\n\n### getPageSize\n\nRequested page size. Server may return fewer items than requested.\n\nIf unspecified, server will pick an appropriate default.\n\n### setPageSize\n\nRequested page size. Server may return fewer items than requested.\n\nIf unspecified, server will pick an appropriate default.\n\n### getPageToken\n\nA token identifying a page of results the server should return.\n\n### setPageToken\n\nA token identifying a page of results the server should return.\n\n### getFilter\n\nFiltering results\n\n### setFilter\n\nFiltering results\n\n### getOrderBy\n\nHint for how to order the results\n\n### setOrderBy\n\nHint for how to order the results\n\n### static::build"]]