Enum GetEntityRequest.EntityView (1.0.1)

public enum GetEntityRequest.EntityView extends Enum<GetEntityRequest.EntityView> implements ProtocolMessageEnum

Entity views for get entity partial result.

Protobuf enum google.cloud.dataplex.v1.GetEntityRequest.EntityView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

Minimal view that does not include the schema.

BASIC = 1;

BASIC_VALUE

Minimal view that does not include the schema.

BASIC = 1;

ENTITY_VIEW_UNSPECIFIED

The API will default to the BASIC view.

ENTITY_VIEW_UNSPECIFIED = 0;

ENTITY_VIEW_UNSPECIFIED_VALUE

The API will default to the BASIC view.

ENTITY_VIEW_UNSPECIFIED = 0;

FULL

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

FULL = 4;

FULL_VALUE

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

FULL = 4;

SCHEMA

Include basic information and schema.

SCHEMA = 2;

SCHEMA_VALUE

Include basic information and schema.

SCHEMA = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()