Oracle Database@Google Cloud v1 API - Class ListGoldengateDeploymentsResponse (1.6.0)

public sealed class ListGoldengateDeploymentsResponse : IMessage<ListGoldengateDeploymentsResponse>, IEquatable<ListGoldengateDeploymentsResponse>, IDeepCloneable<ListGoldengateDeploymentsResponse>, IBufferMessage, IMessage, IPageResponse<GoldengateDeployment>, IEnumerable<GoldengateDeployment>, IEnumerable

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListGoldengateDeploymentsResponse.

The response for GoldengateDeployment.List.

Inheritance

object > ListGoldengateDeploymentsResponse

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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