Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GetGoldengateDeploymentEnvironmentRequest.
Message for getting a GoldengateDeploymentEnvironment.
Generated from protobuf message google.cloud.oracledatabase.v1.GetGoldengateDeploymentEnvironmentRequest
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment} |
getName
Required. Name of the resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment} Please see OracleDatabaseClient::goldengateDeploymentEnvironmentName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetGoldengateDeploymentEnvironmentRequest |
|