Google Cloud Dataplex V1 Client - Class EntryView (1.6.1)

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 exceeds 100, the first 100 will be returned.

Generated from protobuf enum CUSTOM = 3;

ALL

Value: 4

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

Generated from protobuf enum ALL = 4;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.