Google API Common Protos Client - Class TimeSeriesResourceHierarchyLevel (4.9.0)

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

The resource hierarchy level of the timeseries data of a metric.

Protobuf type google.api.MetricDescriptor.MetricDescriptorMetadata.TimeSeriesResourceHierarchyLevel

Namespace

Google \ Api \ MetricDescriptor \ MetricDescriptorMetadata

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED

Value: 0

Do not use this default value.

Generated from protobuf enum TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED = 0;

PROJECT

Value: 1

Scopes a metric to a project.

Generated from protobuf enum PROJECT = 1;

ORGANIZATION

Value: 2

Scopes a metric to an organization.

Generated from protobuf enum ORGANIZATION = 2;

FOLDER

Value: 3

Scopes a metric to a folder.

Generated from protobuf enum FOLDER = 3;