Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class ListApisRequest.
Request message for ApiGatewayService.ListApis
Generated from protobuf message google.cloud.apigateway.v1.ListApisRequest
Namespace
Google \ Cloud \ ApiGateway \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Parent resource of the API, of the form: |
↳ 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 API, of the form:
projects/*/locations/global
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Parent resource of the API, of the form:
projects/*/locations/global
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Page size.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Page size.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Page token.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Page token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
Filter.
Returns | |
---|---|
Type | Description |
string |
setFilter
Filter.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOrderBy
Order by parameters.
Returns | |
---|---|
Type | Description |
string |
setOrderBy
Order by parameters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. Parent resource of the API, of the form:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\ApiGateway\V1\ListApisRequest |