Google Cloud Dataplex V1 Client - Class EntityView (0.11.1)

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

Entity views.

Protobuf type google.cloud.dataplex.v1.ListEntitiesRequest.EntityView

Namespace

Google \ Cloud \ Dataplex \ V1 \ ListEntitiesRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ENTITY_VIEW_UNSPECIFIED

Value: 0

The default unset value. Return both table and fileset entities if unspecified.

Generated from protobuf enum ENTITY_VIEW_UNSPECIFIED = 0;

TABLES

Value: 1

Only list table entities.

Generated from protobuf enum TABLES = 1;

FILESETS

Value: 2

Only list fileset entities.

Generated from protobuf enum FILESETS = 2;