public sealed class ListGoldengateConnectionAssignmentsResponse : IMessage<ListGoldengateConnectionAssignmentsResponse>, IEquatable<ListGoldengateConnectionAssignmentsResponse>, IDeepCloneable<ListGoldengateConnectionAssignmentsResponse>, IBufferMessage, IMessage, IPageResponse<GoldengateConnectionAssignment>, IEnumerable<GoldengateConnectionAssignment>, IEnumerableReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListGoldengateConnectionAssignmentsResponse.
Response message for listing GoldengateConnectionAssignments.
Implements
IMessageListGoldengateConnectionAssignmentsResponse, IEquatableListGoldengateConnectionAssignmentsResponse, IDeepCloneableListGoldengateConnectionAssignmentsResponse, IBufferMessage, IMessage, IPageResponseGoldengateConnectionAssignment, IEnumerableGoldengateConnectionAssignment, IEnumerableNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListGoldengateConnectionAssignmentsResponse()
public ListGoldengateConnectionAssignmentsResponse()ListGoldengateConnectionAssignmentsResponse(ListGoldengateConnectionAssignmentsResponse)
public ListGoldengateConnectionAssignmentsResponse(ListGoldengateConnectionAssignmentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGoldengateConnectionAssignmentsResponse |
Properties
GoldengateConnectionAssignments
public RepeatedField<GoldengateConnectionAssignment> GoldengateConnectionAssignments { get; }The list of GoldengateConnectionAssignments.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldGoldengateConnectionAssignment |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unreachable locations when listing resources across all locations using wildcard location '-'.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<GoldengateConnectionAssignment> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorGoldengateConnectionAssignment |
|