Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class ListApiConfigsRequest.
Request message for ApiGatewayService.ListApiConfigs
Generated from protobuf messagegoogle.cloud.apigateway.v1.ListApiConfigsRequest
Namespace
Google \ Cloud \ ApiGateway \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Parent resource of the API Config, of the form:projects/*/locations/global/apis/*
↳ 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 Config, of the form:projects/*/locations/global/apis/*
Returns
Type
Description
string
setParent
Required. Parent resource of the API Config, of the form:projects/*/locations/global/apis/*
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 Config, of the form:projects/*/locations/global/apis/*Please seeApiGatewayServiceClient::apiName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Api Gateway V1 Client - Class ListApiConfigsRequest (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-api-gateway/latest/V1.ListApiConfigsRequest)\n- [2.0.3](/php/docs/reference/cloud-api-gateway/2.0.3/V1.ListApiConfigsRequest)\n- [1.3.5](/php/docs/reference/cloud-api-gateway/1.3.5/V1.ListApiConfigsRequest)\n- [1.2.2](/php/docs/reference/cloud-api-gateway/1.2.2/V1.ListApiConfigsRequest)\n- [1.1.1](/php/docs/reference/cloud-api-gateway/1.1.1/V1.ListApiConfigsRequest)\n- [1.0.5](/php/docs/reference/cloud-api-gateway/1.0.5/V1.ListApiConfigsRequest) \nReference documentation and code samples for the Google Cloud Api Gateway V1 Client class ListApiConfigsRequest.\n\nRequest message for ApiGatewayService.ListApiConfigs\n\nGenerated from protobuf message `google.cloud.apigateway.v1.ListApiConfigsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ApiGateway \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. Parent resource of the API Config, of the form:\n`projects/*/locations/global/apis/*`\n\n### setParent\n\nRequired. Parent resource of the API Config, of the form:\n`projects/*/locations/global/apis/*`\n\n### getPageSize\n\nPage size.\n\n### setPageSize\n\nPage size.\n\n### getPageToken\n\nPage token.\n\n### setPageToken\n\nPage token.\n\n### getFilter\n\nFilter.\n\n### setFilter\n\nFilter.\n\n### getOrderBy\n\nOrder by parameters.\n\n### setOrderBy\n\nOrder by parameters.\n\n### static::build"]]