Copied!

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

Protobuf type google.api.MetricDescriptor.MetricDescriptorMetadata.TimeSeriesResourceHierarchyLevel

CloneableInstantiable
Constants
public Google\Api\MetricDescriptor\MetricDescriptorMetadata\TimeSeriesResourceHierarchyLevel::FOLDER = 3
 

Scopes a metric to a folder.

Generated from protobuf enum FOLDER = 3;

public Google\Api\MetricDescriptor\MetricDescriptorMetadata\TimeSeriesResourceHierarchyLevel::ORGANIZATION = 2
 

Scopes a metric to an organization.

Generated from protobuf enum ORGANIZATION = 2;

public Google\Api\MetricDescriptor\MetricDescriptorMetadata\TimeSeriesResourceHierarchyLevel::PROJECT = 1
 

Scopes a metric to a project.

Generated from protobuf enum PROJECT = 1;

public Google\Api\MetricDescriptor\MetricDescriptorMetadata\TimeSeriesResourceHierarchyLevel::TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED = 0
 

Do not use this default value.

Generated from protobuf enum TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED = 0;

Methods
public static name( $value)
public static value( $name)
Properties
private static $valueToName = ['TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED', 'PROJECT', 'ORGANIZATION', 'FOLDER']
Properties
private static $valueToName = ['TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED', 'PROJECT', 'ORGANIZATION', 'FOLDER']
Methods
public static name( $value)
public static value( $name)
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration