Google Cloud Dataplex V1 Client - Class StorageSystem (0.2.3)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;