Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateGooglePubsubConnectionProperties.
The properties of GoldengateGooglePubsubConnection.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateGooglePubsubConnectionProperties
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 of GooglePubsubConnection. |
↳ service_account_key_file |
string
Optional. The base64 encoded content of the service account key file containing the credentials required to use Google Pub/Sub. |
getTechnologyType
Optional. The technology type of GooglePubsubConnection.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTechnologyType
Optional. The technology type of GooglePubsubConnection.
| 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 Pub/Sub.
| Returns | |
|---|---|
| Type | Description |
string |
|
setServiceAccountKeyFile
Optional. The base64 encoded content of the service account key file containing the credentials required to use Google Pub/Sub.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|