Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class PolarisIcebergCatalog.
The Polaris Iceberg catalog.
Generated from protobuf message google.cloud.oracledatabase.v1.PolarisIcebergCatalog
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Required. The Polaris uri. |
↳ polaris_catalog |
string
Required. The catalog name within Polaris. |
↳ client_id |
string
Required. The Polaris client ID. |
↳ principal_role |
string
Required. The Polaris principal role. |
↳ client_secret |
string
Optional. The Polaris client secret. |
getUri
Required. The Polaris uri.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
Required. The Polaris uri.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPolarisCatalog
Required. The catalog name within Polaris.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPolarisCatalog
Required. The catalog name within Polaris.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getClientId
Required. The Polaris client ID.
| Returns | |
|---|---|
| Type | Description |
string |
|
setClientId
Required. The Polaris client ID.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPrincipalRole
Required. The Polaris principal role.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPrincipalRole
Required. The Polaris principal role.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getClientSecret
Optional. The Polaris client secret.
| Returns | |
|---|---|
| Type | Description |
string |
|
setClientSecret
Optional. The Polaris client secret.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|