public sealed class ListGoldengateDeploymentsResponse : IMessage<ListGoldengateDeploymentsResponse>, IEquatable<ListGoldengateDeploymentsResponse>, IDeepCloneable<ListGoldengateDeploymentsResponse>, IBufferMessage, IMessage, IPageResponse<GoldengateDeployment>, IEnumerable<GoldengateDeployment>, IEnumerableReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListGoldengateDeploymentsResponse.
The response for GoldengateDeployment.List.
Implements
IMessageListGoldengateDeploymentsResponse, IEquatableListGoldengateDeploymentsResponse, IDeepCloneableListGoldengateDeploymentsResponse, IBufferMessage, IMessage, IPageResponseGoldengateDeployment, IEnumerableGoldengateDeployment, IEnumerableNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListGoldengateDeploymentsResponse()
public ListGoldengateDeploymentsResponse()ListGoldengateDeploymentsResponse(ListGoldengateDeploymentsResponse)
public ListGoldengateDeploymentsResponse(ListGoldengateDeploymentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGoldengateDeploymentsResponse |
Properties
GoldengateDeployments
public RepeatedField<GoldengateDeployment> GoldengateDeployments { get; }The list of GoldengateDeployments.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldGoldengateDeployment |
|
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<GoldengateDeployment> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorGoldengateDeployment |
|