Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateGoogleBigQueryConnectionProperties.
The properties of GoldengateGoogleBigQueryConnectionProperties.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateGoogleBigQueryConnectionProperties
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ technology_type |
string
Optional. The technology type. |
↳ service_account_key_file |
string
Optional. The base64 encoded content of the service account key file containing the credentials required to use Google BigQuery. |
getTechnologyType
Optional. The technology type.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTechnologyType
Optional. The technology type.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getServiceAccountKeyFile
Optional. The base64 encoded content of the service account key file containing the credentials required to use Google BigQuery.
| Returns | |
|---|---|
| Type | Description |
string |
|
setServiceAccountKeyFile
Optional. The base64 encoded content of the service account key file containing the credentials required to use Google BigQuery.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|