public sealed class ListGatewaysRequest : IMessage<ListGatewaysRequest>, IEquatable<ListGatewaysRequest>, IDeepCloneable<ListGatewaysRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the API Gateway v1 API class ListGatewaysRequest.
Request message for ApiGatewayService.ListGateways
Implements
IMessageListGatewaysRequest, IEquatableListGatewaysRequest, IDeepCloneableListGatewaysRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ApiGateway.V1Assembly
Google.Cloud.ApiGateway.V1.dll
Constructors
ListGatewaysRequest()
public ListGatewaysRequest()
ListGatewaysRequest(ListGatewaysRequest)
public ListGatewaysRequest(ListGatewaysRequest other)
Parameter | |
---|---|
Name | Description |
other | ListGatewaysRequest |
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 Gateway, of the form:
projects/*/locations/*
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 |