Enum GetEntityRequest.Types.EntityView (2.1.0)

public enum EntityView

Entity views for get entity partial result.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

NameDescription
Basic

Minimal view that does not include the schema.

Full

Include everything. Currently, this is the same as the SCHEMA view.

Schema

Include basic information and schema.

Unspecified

The API will default to the BASIC view.