Google Cloud Oracle Database V1 Client - Class IcebergStorage (0.9.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class IcebergStorage.

The Iceberg storage details.

Generated from protobuf message google.cloud.oracledatabase.v1.IcebergStorage

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ amazon_s3_iceberg_storage AmazonS3IcebergStorage

The Amazon S3 Iceberg storage.

↳ google_cloud_storage_iceberg_storage GoogleCloudStorageIcebergStorage

The Google Cloud Storage Iceberg storage.

↳ azure_data_lake_storage_iceberg_storage AzureDataLakeStorageIcebergStorage

The Azure Data Lake Storage Iceberg storage.

↳ storage_type int

Required. The type of Iceberg storage.

getAmazonS3IcebergStorage

The Amazon S3 Iceberg storage.

Returns
Type Description
AmazonS3IcebergStorage|null

hasAmazonS3IcebergStorage

setAmazonS3IcebergStorage

The Amazon S3 Iceberg storage.

Parameter
Name Description
var AmazonS3IcebergStorage
Returns
Type Description
$this

getGoogleCloudStorageIcebergStorage

The Google Cloud Storage Iceberg storage.

Returns
Type Description
GoogleCloudStorageIcebergStorage|null

hasGoogleCloudStorageIcebergStorage

setGoogleCloudStorageIcebergStorage

The Google Cloud Storage Iceberg storage.

Parameter
Name Description
var GoogleCloudStorageIcebergStorage
Returns
Type Description
$this

getAzureDataLakeStorageIcebergStorage

The Azure Data Lake Storage Iceberg storage.

Returns
Type Description
AzureDataLakeStorageIcebergStorage|null

hasAzureDataLakeStorageIcebergStorage

setAzureDataLakeStorageIcebergStorage

The Azure Data Lake Storage Iceberg storage.

Parameter
Name Description
var AzureDataLakeStorageIcebergStorage
Returns
Type Description
$this

getStorageType

Required. The type of Iceberg storage.

Returns
Type Description
int Enum of type StorageType.

setStorageType

Required. The type of Iceberg storage.

Parameter
Name Description
var int

Enum of type StorageType.

Returns
Type Description
$this

getStorageDetails

Returns
Type Description
string