Module: Google::Api::ResourceDescriptor::History
- Defined in:
- proto_docs/google/api/resource.rb
Overview
A description of the historical or future-looking state of the resource pattern.
Constant Summary collapse
- HISTORY_UNSPECIFIED =
The "unset" value.
0
- ORIGINALLY_SINGLE_PATTERN =
The resource originally had one pattern and launched as such, and additional patterns were added later.
1
- 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.)
2