Dataplex V1 API - Module Google::Cloud::Dataplex::V1::EntryView (v2.10.0)
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::EntryView.
View for controlling which parts of an entry are to be returned.
Constants
ENTRY_VIEW_UNSPECIFIED
value: 0 Unspecified EntryView. Defaults to FULL.
BASIC
value: 1 Returns entry only, without aspects.
FULL
value: 2 Returns all required aspects as well as the keys of all non-required
aspects.
CUSTOM
value: 3 Returns aspects matching custom fields in GetEntryRequest. If the number of
aspects exceeds 100, the first 100 will be returned.
ALL
value: 4 Returns all aspects. If the number of aspects exceeds 100, the first
100 will be returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-11 UTC."],[],[]]