Enum VersionView (1.40.0)

public enum VersionView extends Enum<VersionView> implements ProtocolMessageEnum

The view, which determines what version information is returned in a response.

Protobuf enum google.devtools.artifactregistry.v1.VersionView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

Includes basic information about the version, but not any related tags.

BASIC = 1;

BASIC_VALUE

Includes basic information about the version, but not any related tags.

BASIC = 1;

FULL

Include everything.

FULL = 2;

FULL_VALUE

Include everything.

FULL = 2;

UNRECOGNIZED
VERSION_VIEW_UNSPECIFIED

The default / unset value. The API will default to the BASIC view.

VERSION_VIEW_UNSPECIFIED = 0;

VERSION_VIEW_UNSPECIFIED_VALUE

The default / unset value. The API will default to the BASIC view.

VERSION_VIEW_UNSPECIFIED = 0;

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