Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GetGoldengateConnectionTypeRequest.
Message for getting a GoldengateConnectionType.
Generated from protobuf message google.cloud.oracledatabase.v1.GetGoldengateConnectionTypeRequest
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 in the format: projects/{project}/locations/{location}/goldengateConnectionTypes/{goldengate_connection_type} |
getName
Required. Name of the resource in the format: projects/{project}/locations/{location}/goldengateConnectionTypes/{goldengate_connection_type}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the resource in the format: projects/{project}/locations/{location}/goldengateConnectionTypes/{goldengate_connection_type}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the resource in the format: projects/{project}/locations/{location}/goldengateConnectionTypes/{goldengate_connection_type} Please see OracleDatabaseClient::goldengateConnectionTypeName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetGoldengateConnectionTypeRequest |
|