Module: Google::Cloud::Dataplex::V1::EntryView

Defined in:
proto_docs/google/cloud/dataplex/v1/catalog.rb

Overview

View for controlling which parts of an entry are to be returned.

Constant Summary collapse

ENTRY_VIEW_UNSPECIFIED =

Unspecified EntryView. Defaults to FULL.

0
BASIC =

Returns entry only, without aspects.

1
FULL =

Returns all required aspects as well as the keys of all non-required aspects.

2
CUSTOM =

Returns aspects matching custom fields in GetEntryRequest. If the number of aspects would exceed 100, the first 100 will be returned.

3
ALL =

Returns all aspects. If the number of aspects would exceed 100, the first 100 will be returned.

4