Google Cloud Dataplex V1 Client - Class EntryView (0.16.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EntryView.

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

Protobuf type google.cloud.dataplex.v1.EntryView

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENTRY_VIEW_UNSPECIFIED

Value: 0

Unspecified EntryView. Defaults to FULL.

Generated from protobuf enum ENTRY_VIEW_UNSPECIFIED = 0;

BASIC

Value: 1

Returns entry only, without aspects.

Generated from protobuf enum BASIC = 1;

FULL

Value: 2

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

Generated from protobuf enum FULL = 2;

CUSTOM

Value: 3

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

Generated from protobuf enum CUSTOM = 3;

ALL

Value: 4

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

Generated from protobuf enum ALL = 4;