API Gateway v1 API - Class ListApiConfigsRequest (2.3.0)

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

Inheritance

object > ListApiConfigsRequest

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

ListApiConfigsRequest()

public ListApiConfigsRequest()

ListApiConfigsRequest(ListApiConfigsRequest)

public ListApiConfigsRequest(ListApiConfigsRequest other)
Parameter
NameDescription
otherListApiConfigsRequest

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
int

PageToken

public string PageToken { get; set; }

Page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsApiName

public ApiName ParentAsApiName { get; set; }

ApiName-typed view over the Parent resource name property.

Property Value
TypeDescription
ApiName