Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class ListHubsRequest.
Request for HubService.ListHubs method.
Generated from protobuf message google.cloud.networkconnectivity.v1.ListHubsRequest
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource's name.
↳ page_size
int
The maximum number of results per page to return.
↳ 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's name.
string
setParent
Required. The parent resource's name.
var
string
$this
getPageSize
The maximum number of results per page to return.
int
setPageSize
The maximum number of results per page to return.
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's name. Please see HubServiceClient::locationName() for help formatting this field.