Enum ResourceDescriptor.Types.History (2.10.0)

public enum ResourceDescriptor.Types.History

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

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Fields

NameDescription
FutureMultiPattern

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

OriginallySinglePattern

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

Unspecified

The "unset" value.