public sealed class ListConnectionsRequest : IMessage<ListConnectionsRequest>, IEquatable<ListConnectionsRequest>, IDeepCloneable<ListConnectionsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Apigee Connect v1 API class ListConnectionsRequest.
The request for [ListConnections][Management.ListConnections].
Implements
IMessageListConnectionsRequest, IEquatableListConnectionsRequest, IDeepCloneableListConnectionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ApigeeConnect.V1Assembly
Google.Cloud.ApigeeConnect.V1.dll
Constructors
ListConnectionsRequest()
public ListConnectionsRequest()ListConnectionsRequest(ListConnectionsRequest)
public ListConnectionsRequest(ListConnectionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListConnectionsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of connections to return. The service may return fewer than this value. If unspecified, at most 100 connections will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A page token, received from a previous ListConnections call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListConnections must
match the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Parent name of the form:
projects/{project_number or project_id}/endpoints/{endpoint}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsEndpointName
public EndpointName ParentAsEndpointName { get; set; }EndpointName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
EndpointName |
|