Enum EntryView (1.78.0)

public enum EntryView extends Enum<EntryView> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.dataplex.v1.EntryView

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL

ALL = 4;

ALL_VALUE

ALL = 4;

BASIC

Returns entry only, without aspects.

BASIC = 1;

BASIC_VALUE

Returns entry only, without aspects.

BASIC = 1;

CUSTOM

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

CUSTOM = 3;

CUSTOM_VALUE

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

CUSTOM = 3;

ENTRY_VIEW_UNSPECIFIED

Unspecified EntryView. Defaults to FULL.

ENTRY_VIEW_UNSPECIFIED = 0;

ENTRY_VIEW_UNSPECIFIED_VALUE

Unspecified EntryView. Defaults to FULL.

ENTRY_VIEW_UNSPECIFIED = 0;

FULL

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

FULL = 2;

FULL_VALUE

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

FULL = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()