Google API Common Protos Client - Class History (4.8.3)

Reference documentation and code samples for the Google API Common Protos Client class History.

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

Protobuf type google.api.ResourceDescriptor.History

Namespace

Google \ Api \ ResourceDescriptor

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

HISTORY_UNSPECIFIED

Value: 0

The "unset" value.

Generated from protobuf enum HISTORY_UNSPECIFIED = 0;

ORIGINALLY_SINGLE_PATTERN

Value: 1

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

Generated from protobuf enum ORIGINALLY_SINGLE_PATTERN = 1;

FUTURE_MULTI_PATTERN

Value: 2

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

Generated from protobuf enum FUTURE_MULTI_PATTERN = 2;