public sealed class ListGoldengateConnectionsResponse : IMessage<ListGoldengateConnectionsResponse>, IEquatable<ListGoldengateConnectionsResponse>, IDeepCloneable<ListGoldengateConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<GoldengateConnection>, IEnumerable<GoldengateConnection>, IEnumerableReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListGoldengateConnectionsResponse.
The response for GoldengateConnection.List.
Implements
IMessageListGoldengateConnectionsResponse, IEquatableListGoldengateConnectionsResponse, IDeepCloneableListGoldengateConnectionsResponse, IBufferMessage, IMessage, IPageResponseGoldengateConnection, IEnumerableGoldengateConnection, IEnumerableNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListGoldengateConnectionsResponse()
public ListGoldengateConnectionsResponse()ListGoldengateConnectionsResponse(ListGoldengateConnectionsResponse)
public ListGoldengateConnectionsResponse(ListGoldengateConnectionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGoldengateConnectionsResponse |
Properties
GoldengateConnections
public RepeatedField<GoldengateConnection> GoldengateConnections { get; }The list of GoldengateConnections.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldGoldengateConnection |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Optional. Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<GoldengateConnection> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorGoldengateConnection |
|