public sealed class ListGatewaysRequest : IMessage<ListGatewaysRequest>, IEquatable<ListGatewaysRequest>, IDeepCloneable<ListGatewaysRequest>, IBufferMessage, IMessage, IPageRequest
Request message for ApiGatewayService.ListGateways
Implements
IMessage<ListGatewaysRequest>, IEquatable<ListGatewaysRequest>, IDeepCloneable<ListGatewaysRequest>, 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 |
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 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 |