Module: Google::Cloud::Dataplex::V1::GetEntityRequest::EntityView
- Defined in:
- proto_docs/google/cloud/dataplex/v1/metadata.rb
Overview
Entity views for get entity partial result.
Constant Summary collapse
- ENTITY_VIEW_UNSPECIFIED =
The API will default to the
BASIC
view. 0
- BASIC =
Minimal view that does not include the schema.
1
- SCHEMA =
Include basic information and schema.
2
- FULL =
Include everything. Currently, this is the same as the SCHEMA view.
4