public sealed class ListAgentGatewaysRequest : IMessage<ListAgentGatewaysRequest>, IEquatable<ListAgentGatewaysRequest>, IDeepCloneable<ListAgentGatewaysRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Network Services v1 API class ListAgentGatewaysRequest.
Request used with the ListAgentGateways method.
Implements
IMessageListAgentGatewaysRequest, IEquatableListAgentGatewaysRequest, IDeepCloneableListAgentGatewaysRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
ListAgentGatewaysRequest()
public ListAgentGatewaysRequest()ListAgentGatewaysRequest(ListAgentGatewaysRequest)
public ListAgentGatewaysRequest(ListAgentGatewaysRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAgentGatewaysRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. Maximum number of AgentGateways to return per call.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The value returned by the last ListAgentGatewaysResponse
Indicates that this is a continuation of a prior ListAgentGateways
call, and that the system should return the next page of data.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The project and location from which the AgentGateways should be
listed, specified in the format 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 |
|
ReturnPartialSuccess
public bool ReturnPartialSuccess { get; set; }Optional. If true, allow partial responses for multi-regional Aggregated List requests. Otherwise if one of the locations is down or unreachable, the Aggregated List request will fail.
| Property Value | |
|---|---|
| Type | Description |
bool |
|