Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateMicrosoftFabricConnectionProperties.
The properties of GoldengateMicrosoftFabricConnection.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateMicrosoftFabricConnectionProperties
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 MicrosoftFabricConnection. |
↳ tenant_id |
string
Optional. Azure tenant ID of the application. |
↳ client_id |
string
Optional. Azure client ID of the application. |
↳ client_secret |
string
Optional. Client secret associated with the client id. |
↳ endpoint |
string
Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com |
getTechnologyType
Optional. The technology type of MicrosoftFabricConnection.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTechnologyType
Optional. The technology type of MicrosoftFabricConnection.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTenantId
Optional. Azure tenant ID of the application.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTenantId
Optional. Azure tenant ID of the application.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getClientId
Optional. Azure client ID of the application.
| Returns | |
|---|---|
| Type | Description |
string |
|
setClientId
Optional. Azure client ID of the application.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getClientSecret
Optional. Client secret associated with the client id.
| Returns | |
|---|---|
| Type | Description |
string |
|
setClientSecret
Optional. Client secret associated with the client id.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndpoint
Optional. Optional Microsoft Fabric service endpoint.
Default value: https://onelake.dfs.fabric.microsoft.com
| Returns | |
|---|---|
| Type | Description |
string |
|
setEndpoint
Optional. Optional Microsoft Fabric service endpoint.
Default value: https://onelake.dfs.fabric.microsoft.com
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|