public sealed class GetGoldengateDeploymentVersionRequest : IMessage<GetGoldengateDeploymentVersionRequest>, IEquatable<GetGoldengateDeploymentVersionRequest>, IDeepCloneable<GetGoldengateDeploymentVersionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GetGoldengateDeploymentVersionRequest.
Message for getting a GoldengateDeploymentVersion.
Implements
IMessageGetGoldengateDeploymentVersionRequest, IEquatableGetGoldengateDeploymentVersionRequest, IDeepCloneableGetGoldengateDeploymentVersionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GetGoldengateDeploymentVersionRequest()
public GetGoldengateDeploymentVersionRequest()GetGoldengateDeploymentVersionRequest(GetGoldengateDeploymentVersionRequest)
public GetGoldengateDeploymentVersionRequest(GetGoldengateDeploymentVersionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetGoldengateDeploymentVersionRequest |
Properties
GoldengateDeploymentVersionName
public GoldengateDeploymentVersionName GoldengateDeploymentVersionName { get; set; }GoldengateDeploymentVersionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDeploymentVersionName |
|
Name
public string Name { get; set; }Required. The name of the GoldengateDeploymentVersion to retrieve. Format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}
| Property Value | |
|---|---|
| Type | Description |
string |
|