Class ListApisRequest (2.0.0)

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

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
NameDescription
otherListApisRequest

Properties

Filter

public string Filter { get; set; }

Filter.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

Order by parameters.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Page size.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Page token.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName