public sealed class ListGoldengateConnectionTypesResponse : IMessage<ListGoldengateConnectionTypesResponse>, IEquatable<ListGoldengateConnectionTypesResponse>, IDeepCloneable<ListGoldengateConnectionTypesResponse>, IBufferMessage, IMessage, IPageResponse<GoldengateConnectionType>, IEnumerable<GoldengateConnectionType>, IEnumerableReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListGoldengateConnectionTypesResponse.
Message for response to listing GoldengateConnectionTypes
Implements
IMessageListGoldengateConnectionTypesResponse, IEquatableListGoldengateConnectionTypesResponse, IDeepCloneableListGoldengateConnectionTypesResponse, IBufferMessage, IMessage, IPageResponseGoldengateConnectionType, IEnumerableGoldengateConnectionType, IEnumerableNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListGoldengateConnectionTypesResponse()
public ListGoldengateConnectionTypesResponse()ListGoldengateConnectionTypesResponse(ListGoldengateConnectionTypesResponse)
public ListGoldengateConnectionTypesResponse(ListGoldengateConnectionTypesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGoldengateConnectionTypesResponse |
Properties
GoldengateConnectionTypes
public RepeatedField<GoldengateConnectionType> GoldengateConnectionTypes { get; }The list of GoldengateConnectionType
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldGoldengateConnectionType |
|
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; }Unordered list. Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<GoldengateConnectionType> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorGoldengateConnectionType |
|