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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
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_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.) |
HISTORY_UNSPECIFIED |
The "unset" value. |
HISTORY_UNSPECIFIED_VALUE |
The "unset" value. |
ORIGINALLY_SINGLE_PATTERN |
The resource originally had one pattern and launched as such, and additional patterns were added later. |
ORIGINALLY_SINGLE_PATTERN_VALUE |
The resource originally had one pattern and launched as such, and additional patterns were added later. |
UNRECOGNIZED |
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() |