Google Cloud Dataplex V1 Client - Class StorageSystem (1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class StorageSystem.
Identifies the cloud system that manages the data storage.
Protobuf type google.cloud.dataplex.v1.StorageSystem
Namespace
Google \ Cloud \ Dataplex \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STORAGE_SYSTEM_UNSPECIFIED
Value: 0Storage system unspecified.
Generated from protobuf enum STORAGE_SYSTEM_UNSPECIFIED = 0;
CLOUD_STORAGE
Value: 1The entity data is contained within a Cloud Storage bucket.
Generated from protobuf enum CLOUD_STORAGE = 1;
BIGQUERY
Value: 2The entity data is contained within a BigQuery dataset.
Generated from protobuf enum BIGQUERY = 2;