ResourceDescriptor_History class
A description of the historical or future-looking state of the resource pattern.
- Inheritance
-
- Object
- ProtobufEnum
- ResourceDescriptor_History
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → ResourceDescriptor_History?
Constants
- FUTURE_MULTI_PATTERN → const ResourceDescriptor_History
- 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 → const ResourceDescriptor_History
- The "unset" value.
- ORIGINALLY_SINGLE_PATTERN → const ResourceDescriptor_History
- The resource originally had one pattern and launched as such, and additional patterns were added later.
-
values
→ const List<
ResourceDescriptor_History>