Enum EntryView (1.39.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

NameDescription
ALL

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

ALL = 4;

ALL_VALUE

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

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

CUSTOM = 3;

CUSTOM_VALUE

Returns aspects matching custom fields in GetEntryRequest. If the number of aspects would exceed 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

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()