Enum ResourceDescriptor.History (2.36.0)

public enum ResourceDescriptor.History extends Enum<ResourceDescriptor.History> implements ProtocolMessageEnum

A description of the historical or future-looking state of the resource pattern.

Protobuf enum google.api.ResourceDescriptor.History

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FUTURE_MULTI_PATTERN

The resource has one pattern, but the API owner expects to add more later. (This is the inverse of ORIGINALLY_SINGLE_PATTERN, and prevents that from being necessary once there are multiple patterns.)

FUTURE_MULTI_PATTERN = 2;

FUTURE_MULTI_PATTERN_VALUE

The resource has one pattern, but the API owner expects to add more later. (This is the inverse of ORIGINALLY_SINGLE_PATTERN, and prevents that from being necessary once there are multiple patterns.)

FUTURE_MULTI_PATTERN = 2;

HISTORY_UNSPECIFIED

The "unset" value.

HISTORY_UNSPECIFIED = 0;

HISTORY_UNSPECIFIED_VALUE

The "unset" value.

HISTORY_UNSPECIFIED = 0;

ORIGINALLY_SINGLE_PATTERN

The resource originally had one pattern and launched as such, and additional patterns were added later.

ORIGINALLY_SINGLE_PATTERN = 1;

ORIGINALLY_SINGLE_PATTERN_VALUE

The resource originally had one pattern and launched as such, and additional patterns were added later.

ORIGINALLY_SINGLE_PATTERN = 1;

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