Dataplex V1 API - Module Google::Cloud::Dataplex::V1::GetEntityRequest::EntityView (v0.3.0)

Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::GetEntityRequest::EntityView.

Entity views for get entity partial result.

Constants

ENTITY_VIEW_UNSPECIFIED

value: 0
The API will default to the BASIC view.

BASIC

value: 1
Minimal view that does not include the schema.

SCHEMA

value: 2
Include basic information and schema.

FULL

value: 4
Include everything. Currently, this is the same as the SCHEMA view.