Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ListNetworksRequest.
Request object for ListNetworks
method.
Generated from protobuf message google.ads.admanager.v1.ListNetworksRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ page_size
int
Optional. The maximum number of Network
s to return. The service may return fewer than this value. If unspecified, at most 50 Network
s will be returned. The maximum value is 1000; values greater than 1000 will be coerced to 1000.
↳ page_token
string
Optional. A page token, received from a previous ListNetworks
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListNetworks
must match the call that provided the page token.
↳ skip
int
Optional. Number of individual resources to skip while paginating.
getPageSize
Optional. The maximum number of Network
s to return. The service may
return fewer than this value. If unspecified, at most 50 Network
s will be
returned. The maximum value is 1000; values greater than 1000 will be
coerced to 1000.
int
setPageSize
Optional. The maximum number of Network
s to return. The service may
return fewer than this value. If unspecified, at most 50 Network
s will be
returned. The maximum value is 1000; values greater than 1000 will be
coerced to 1000.
var
int
$this
getPageToken
Optional. A page token, received from a previous ListNetworks
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListNetworks
must match
the call that provided the page token.
string
setPageToken
Optional. A page token, received from a previous ListNetworks
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListNetworks
must match
the call that provided the page token.
var
string
$this
getSkip
Optional. Number of individual resources to skip while paginating.
int
setSkip
Optional. Number of individual resources to skip while paginating.
var
int
$this

