Class ListApiConfigsRequest (1.1.0)

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

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