Google Cloud Api Gateway V1 Client - Class ListApiConfigsRequest (1.1.1)

Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class ListApiConfigsRequest.

Request message for ApiGatewayService.ListApiConfigs

Generated from protobuf message google.cloud.apigateway.v1.ListApiConfigsRequest

Namespace

Google \ Cloud \ ApiGateway \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setParent

Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/*

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Page size.

Returns
TypeDescription
int

setPageSize

Page size.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Page token.

Returns
TypeDescription
string

setPageToken

Page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Filter.

Returns
TypeDescription
string

setFilter

Filter.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

Order by parameters.

Returns
TypeDescription
string

setOrderBy

Order by parameters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/* Please see Google\Cloud\ApiGateway\V1\ApiGatewayServiceClient::apiName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\ApiGateway\V1\ListApiConfigsRequest