public sealed class ListGoldengateDeploymentTypesResponse : IMessage<ListGoldengateDeploymentTypesResponse>, IEquatable<ListGoldengateDeploymentTypesResponse>, IDeepCloneable<ListGoldengateDeploymentTypesResponse>, IBufferMessage, IMessage, IPageResponse<GoldengateDeploymentType>, IEnumerable<GoldengateDeploymentType>, IEnumerableReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListGoldengateDeploymentTypesResponse.
Message for response to listing GoldengateDeploymentTypes
Implements
IMessageListGoldengateDeploymentTypesResponse, IEquatableListGoldengateDeploymentTypesResponse, IDeepCloneableListGoldengateDeploymentTypesResponse, IBufferMessage, IMessage, IPageResponseGoldengateDeploymentType, IEnumerableGoldengateDeploymentType, IEnumerableNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListGoldengateDeploymentTypesResponse()
public ListGoldengateDeploymentTypesResponse()ListGoldengateDeploymentTypesResponse(ListGoldengateDeploymentTypesResponse)
public ListGoldengateDeploymentTypesResponse(ListGoldengateDeploymentTypesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGoldengateDeploymentTypesResponse |
Properties
GoldengateDeploymentTypes
public RepeatedField<GoldengateDeploymentType> GoldengateDeploymentTypes { get; }The list of GoldengateDeploymentType
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldGoldengateDeploymentType |
|
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. The resource names of locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<GoldengateDeploymentType> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorGoldengateDeploymentType |
|