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

public sealed class ListGoldengateDeploymentEnvironmentsResponse : IMessage<ListGoldengateDeploymentEnvironmentsResponse>, IEquatable<ListGoldengateDeploymentEnvironmentsResponse>, IDeepCloneable<ListGoldengateDeploymentEnvironmentsResponse>, IBufferMessage, IMessage, IPageResponse<GoldengateDeploymentEnvironment>, IEnumerable<GoldengateDeploymentEnvironment>, IEnumerable

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

Message for response to listing GoldengateDeploymentEnvironments

Inheritance

object > ListGoldengateDeploymentEnvironmentsResponse

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

ListGoldengateDeploymentEnvironmentsResponse()

public ListGoldengateDeploymentEnvironmentsResponse()

ListGoldengateDeploymentEnvironmentsResponse(ListGoldengateDeploymentEnvironmentsResponse)

public ListGoldengateDeploymentEnvironmentsResponse(ListGoldengateDeploymentEnvironmentsResponse other)
Parameter
Name Description
other ListGoldengateDeploymentEnvironmentsResponse

Properties

GoldengateDeploymentEnvironments

public RepeatedField<GoldengateDeploymentEnvironment> GoldengateDeploymentEnvironments { get; }

The list of GoldengateDeploymentEnvironment

Property Value
Type Description
RepeatedFieldGoldengateDeploymentEnvironment

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return. If this field is empty, 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<GoldengateDeploymentEnvironment> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorGoldengateDeploymentEnvironment