public sealed class GetGoldengateDeploymentRequest : IMessage<GetGoldengateDeploymentRequest>, IEquatable<GetGoldengateDeploymentRequest>, IDeepCloneable<GetGoldengateDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GetGoldengateDeploymentRequest.
The request for GoldengateDeployment.Get.
Implements
IMessageGetGoldengateDeploymentRequest, IEquatableGetGoldengateDeploymentRequest, IDeepCloneableGetGoldengateDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GetGoldengateDeploymentRequest()
public GetGoldengateDeploymentRequest()GetGoldengateDeploymentRequest(GetGoldengateDeploymentRequest)
public GetGoldengateDeploymentRequest(GetGoldengateDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetGoldengateDeploymentRequest |
Properties
GoldengateDeploymentName
public GoldengateDeploymentName GoldengateDeploymentName { get; set; }GoldengateDeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDeploymentName |
|
Name
public string Name { get; set; }Required. The name of the GoldengateDeployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.
| Property Value | |
|---|---|
| Type | Description |
string |
|