Dataplex V1 API - Module Google::Cloud::Dataplex::V1::Asset::ResourceSpec::AccessMode (v2.10.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::Asset::ResourceSpec::AccessMode.
Access Mode determines how data stored within the resource is read. This
is only applicable to storage bucket assets.
Constants
ACCESS_MODE_UNSPECIFIED
value: 0 Access mode unspecified.
DIRECT
value: 1 Default. Data is accessed directly using storage APIs.
MANAGED
value: 2 Data is accessed through a managed interface using BigQuery APIs.