Google Cloud Dataplex V1 Client - Class StorageSystem (1.11.0)

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 \ V1

Methods

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.