public sealed class ListApiConfigsRequest : IMessage<ListApiConfigsRequest>, IEquatable<ListApiConfigsRequest>, IDeepCloneable<ListApiConfigsRequest>, IBufferMessage, IMessage, IPageRequestRequest message for ApiGatewayService.ListApiConfigs
Implements
IMessage<ListApiConfigsRequest>, IEquatable<ListApiConfigsRequest>, IDeepCloneable<ListApiConfigsRequest>, 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 |
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 Config, of the form:
projects/*/locations/global/apis/*
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsApiName
public ApiName ParentAsApiName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ApiName |
|