Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateIcebergConnectionProperties.
The properties of GoldengateIcebergConnection.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateIcebergConnectionProperties
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ technology_type |
string
Required. The technology type of Iceberg connection. |
↳ catalog |
IcebergCatalog
Required. The Iceberg catalog. |
↳ storage |
IcebergStorage
Required. The Iceberg storage. |
getTechnologyType
Required. The technology type of Iceberg connection.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTechnologyType
Required. The technology type of Iceberg connection.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCatalog
Required. The Iceberg catalog.
| Returns | |
|---|---|
| Type | Description |
IcebergCatalog|null |
|
hasCatalog
clearCatalog
setCatalog
Required. The Iceberg catalog.
| Parameter | |
|---|---|
| Name | Description |
var |
IcebergCatalog
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStorage
Required. The Iceberg storage.
| Returns | |
|---|---|
| Type | Description |
IcebergStorage|null |
|
hasStorage
clearStorage
setStorage
Required. The Iceberg storage.
| Parameter | |
|---|---|
| Name | Description |
var |
IcebergStorage
|
| Returns | |
|---|---|
| Type | Description |
$this |
|