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

public sealed class ListGoldengateDeploymentTypesResponse : IMessage<ListGoldengateDeploymentTypesResponse>, IEquatable<ListGoldengateDeploymentTypesResponse>, IDeepCloneable<ListGoldengateDeploymentTypesResponse>, IBufferMessage, IMessage, IPageResponse<GoldengateDeploymentType>, IEnumerable<GoldengateDeploymentType>, IEnumerable

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

Message for response to listing GoldengateDeploymentTypes

Inheritance

object > ListGoldengateDeploymentTypesResponse

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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