DataStream v1 API - Class ListPrivateConnectionsRequest (2.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ListPrivateConnectionsRequest : IMessage<ListPrivateConnectionsRequest>, IEquatable<ListPrivateConnectionsRequest>, IDeepCloneable<ListPrivateConnectionsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the DataStream v1 API class ListPrivateConnectionsRequest.
Request for listing private connections.
Implements
IMessage ListPrivateConnectionsRequest, IEquatable ListPrivateConnectionsRequest, IDeepCloneable ListPrivateConnectionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
ListPrivateConnectionsRequest()
public ListPrivateConnectionsRequest()ListPrivateConnectionsRequest(ListPrivateConnectionsRequest)
public ListPrivateConnectionsRequest(ListPrivateConnectionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPrivateConnectionsRequest |
Properties
Filter
public string Filter { get; set; }Filter request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Order by fields for the result.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Maximum number of private connectivity configurations to return. If unspecified, at most 50 private connectivity configurations that 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; }Page token received from a previous ListPrivateConnections call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListPrivateConnections must match the call that provided the page
token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent that owns the collection of private connectivity configurations.
| 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 |
|