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: 0
Storage system unspecified.
Generated from protobuf enum STORAGE_SYSTEM_UNSPECIFIED = 0;
CLOUD_STORAGE
Value: 1
The entity data is contained within a Cloud Storage bucket.
Generated from protobuf enum CLOUD_STORAGE = 1;
BIGQUERY
Value: 2
The entity data is contained within a BigQuery dataset.
Generated from protobuf enum BIGQUERY = 2;