Enum View (0.1.0)

public enum View extends Enum<View> implements ProtocolMessageEnum

Option for requesting only metadata, or user provided payload of a ParameterVersion resource.

Protobuf enum google.cloud.parametermanager.v1.View

Implements

ProtocolMessageEnum

Static Fields

Name Description
BASIC

Include only the metadata for the resource.

BASIC = 1;

BASIC_VALUE

Include only the metadata for the resource.

BASIC = 1;

FULL

Include metadata & other relevant payload data as well. This is the default view.

FULL = 2;

FULL_VALUE

Include metadata & other relevant payload data as well. This is the default view.

FULL = 2;

UNRECOGNIZED
VIEW_UNSPECIFIED

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

VIEW_UNSPECIFIED = 0;

VIEW_UNSPECIFIED_VALUE

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

VIEW_UNSPECIFIED = 0;

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