Enum VersionView

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.v1beta2.VersionView

Implements

ProtocolMessageEnum

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;

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)
valueOf(String name)
values()