Apigee Connect v1 API - Class ListConnectionsRequest (2.3.0)

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

Reference documentation and code samples for the Apigee Connect v1 API class ListConnectionsRequest.

The request for [ListConnections][Management.ListConnections].

Inheritance

object > ListConnectionsRequest

Namespace

Google.Cloud.ApigeeConnect.V1

Assembly

Google.Cloud.ApigeeConnect.V1.dll

Constructors

ListConnectionsRequest()

public ListConnectionsRequest()

ListConnectionsRequest(ListConnectionsRequest)

public ListConnectionsRequest(ListConnectionsRequest other)
Parameter
NameDescription
otherListConnectionsRequest

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

Parent

public string Parent { get; set; }

Required. Parent name of the form: projects/{project_number or project_id}/endpoints/{endpoint}.

Property Value
TypeDescription
string

ParentAsEndpointName

public EndpointName ParentAsEndpointName { get; set; }

EndpointName-typed view over the Parent resource name property.

Property Value
TypeDescription
EndpointName