Integration Connectors v1 API - Class ListConnectionsRequest (1.0.0)

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

Reference documentation and code samples for the Integration Connectors v1 API class ListConnectionsRequest.

Request message for ConnectorsService.ListConnections

Inheritance

object > ListConnectionsRequest

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

ListConnectionsRequest()

public ListConnectionsRequest()

ListConnectionsRequest(ListConnectionsRequest)

public ListConnectionsRequest(ListConnectionsRequest other)
Parameter
NameDescription
otherListConnectionsRequest

Properties

Filter

public string Filter { get; set; }

Filter.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Order by parameters.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Parent resource of the Connection, of the form: projects/*/locations/*

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

View

public ConnectionView View { get; set; }

Specifies which fields of the Connection are returned in the response. Defaults to BASIC view.

Property Value
TypeDescription
ConnectionView