public sealed class ListApisRequest : IMessage<ListApisRequest>, IEquatable<ListApisRequest>, IDeepCloneable<ListApisRequest>, IBufferMessage, IMessage, IPageRequest
Request message for ApiGatewayService.ListApis
Implements
IMessage<ListApisRequest>, IEquatable<ListApisRequest>, IDeepCloneable<ListApisRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ApiGateway.V1Assembly
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 |
Int32 |
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 |