Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class ListGatewaysRequest.
Request message for ApiGatewayService.ListGateways
Generated from protobuf message google.cloud.apigateway.v1.ListGatewaysRequest
Namespace
Google \ Cloud \ ApiGateway \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Parent resource of the Gateway, of the form: projects/*/locations/*
↳ page_size
int
Page size.
↳ page_token
string
Page token.
↳ filter
string
Filter.
↳ order_by
string
Order by parameters.
getParent
Required. Parent resource of the Gateway, of the form: projects/*/locations/*
string
setParent
Required. Parent resource of the Gateway, of the form: projects/*/locations/*
var
string
$this
getPageSize
Page size.
int
setPageSize
Page size.
var
int
$this
getPageToken
Page token.
string
setPageToken
Page token.
var
string
$this
getFilter
Filter.
string
setFilter
Filter.
var
string
$this
getOrderBy
Order by parameters.
string
setOrderBy
Order by parameters.
var
string
$this
static::build
parent
string
Required. Parent resource of the Gateway, of the form: projects/*/locations/*
Please see Google\Cloud\ApiGateway\V1\ApiGatewayServiceClient::locationName()
for help formatting this field.