public sealed class ListApiConfigsRequest : IMessage<ListApiConfigsRequest>, IEquatable<ListApiConfigsRequest>, IDeepCloneable<ListApiConfigsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the API Gateway v1 API class ListApiConfigsRequest.
Request message for ApiGatewayService.ListApiConfigs
Implements
IMessageListApiConfigsRequest, IEquatableListApiConfigsRequest, IDeepCloneableListApiConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ApiGateway.V1Assembly
Google.Cloud.ApiGateway.V1.dll
Constructors
ListApiConfigsRequest()
public ListApiConfigsRequest()
ListApiConfigsRequest(ListApiConfigsRequest)
public ListApiConfigsRequest(ListApiConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListApiConfigsRequest |
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 Config, of the form:
projects/*/locations/global/apis/*
Property Value | |
---|---|
Type | Description |
string |
ParentAsApiName
public ApiName ParentAsApiName { get; set; }
Property Value | |
---|---|
Type | Description |
ApiName |