Enum GetContentRequest.ContentView (1.0.1)

public enum GetContentRequest.ContentView extends Enum<GetContentRequest.ContentView> implements ProtocolMessageEnum

Specifies whether the request should return the full or the partial representation.

Protobuf enum google.cloud.dataplex.v1.GetContentRequest.ContentView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

Will not return the data_text field.

BASIC = 1;

BASIC_VALUE

Will not return the data_text field.

BASIC = 1;

CONTENT_VIEW_UNSPECIFIED

Content view not specified. Defaults to BASIC. The API will default to the BASIC view.

CONTENT_VIEW_UNSPECIFIED = 0;

CONTENT_VIEW_UNSPECIFIED_VALUE

Content view not specified. Defaults to BASIC. The API will default to the BASIC view.

CONTENT_VIEW_UNSPECIFIED = 0;

FULL

Returns the complete proto.

FULL = 2;

FULL_VALUE

Returns the complete proto.

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