API Gateway v1 API - Class ListApisRequest (2.4.0)

public sealed class ListApisRequest : IMessage<ListApisRequest>, IEquatable<ListApisRequest>, IDeepCloneable<ListApisRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the API Gateway v1 API class ListApisRequest.

Request message for ApiGatewayService.ListApis

Inheritance

object > ListApisRequest

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

ListApisRequest()

public ListApisRequest()

ListApisRequest(ListApisRequest)

public ListApisRequest(ListApisRequest other)
Parameter
Name Description
other ListApisRequest

Properties

Filter

public string Filter { get; set; }

Filter.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Order by parameters.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Page size.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

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

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName