Documentation

History
in package

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

Protobuf type google.api.ResourceDescriptor.History

Table of Contents

Constants

FUTURE_MULTI_PATTERN  = 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.)
HISTORY_UNSPECIFIED  = 0
The "unset" value.
ORIGINALLY_SINGLE_PATTERN  = 1
The resource originally had one pattern and launched as such, and additional patterns were added later.

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

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

public mixed FUTURE_MULTI_PATTERN = 2

Generated from protobuf enum FUTURE_MULTI_PATTERN = 2;

HISTORY_UNSPECIFIED

The "unset" value.

public mixed HISTORY_UNSPECIFIED = 0

Generated from protobuf enum HISTORY_UNSPECIFIED = 0;

ORIGINALLY_SINGLE_PATTERN

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

public mixed ORIGINALLY_SINGLE_PATTERN = 1

Generated from protobuf enum ORIGINALLY_SINGLE_PATTERN = 1;

Properties

$valueToName

private static mixed $valueToName = [self::HISTORY_UNSPECIFIED => 'HISTORY_UNSPECIFIED', self::ORIGINALLY_SINGLE_PATTERN => 'ORIGINALLY_SINGLE_PATTERN', self::FUTURE_MULTI_PATTERN => 'FUTURE_MULTI_PATTERN']

Methods

name()

public static name(mixed $value) : mixed
Parameters
$value : mixed

value()

public static value(mixed $name) : mixed
Parameters
$name : mixed

        
On this page

Search results