public sealed class ListConnectionsRequest : IMessage<ListConnectionsRequest>, IEquatable<ListConnectionsRequest>, IDeepCloneable<ListConnectionsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Integration Connectors v1 API class ListConnectionsRequest.
Request message for ConnectorsService.ListConnections
Implements
IMessageListConnectionsRequest, IEquatableListConnectionsRequest, IDeepCloneableListConnectionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
ListConnectionsRequest()
public ListConnectionsRequest()ListConnectionsRequest(ListConnectionsRequest)
public ListConnectionsRequest(ListConnectionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListConnectionsRequest |
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 |
int |
|
PageToken
public string PageToken { get; set; }Page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Parent resource of the Connection, 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 |
|
View
public ConnectionView View { get; set; }Specifies which fields of the Connection are returned in the response.
Defaults to BASIC view.
| Property Value | |
|---|---|
| Type | Description |
ConnectionView |
|