Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class ListSpokesRequest.
The request for HubService.ListSpokes .
Generated from protobuf message google.cloud.networkconnectivity.v1.ListSpokesRequest
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource.
↳ page_size
int
The maximum number of results to return per page.
↳ page_token
string
The page token.
↳ filter
string
An expression that filters the list of results.
↳ order_by
string
Sort the results by a certain order.
getParent
Required. The parent resource.
string
setParent
Required. The parent resource.
var
string
$this
getPageSize
The maximum number of results to return per page.
int
setPageSize
The maximum number of results to return per page.
var
int
$this
getPageToken
The page token.
string
setPageToken
The page token.
var
string
$this
getFilter
An expression that filters the list of results.
string
setFilter
An expression that filters the list of results.
var
string
$this
getOrderBy
Sort the results by a certain order.
string
setOrderBy
Sort the results by a certain order.
var
string
$this
static::build
parent
string
Required. The parent resource. Please see HubServiceClient::locationName() for help formatting this field.