Enum MetricDescriptor.MetricDescriptorMetadata.TimeSeriesResourceHierarchyLevel (2.48.0)

public enum MetricDescriptor.MetricDescriptorMetadata.TimeSeriesResourceHierarchyLevel extends Enum<MetricDescriptor.MetricDescriptorMetadata.TimeSeriesResourceHierarchyLevel> implements ProtocolMessageEnum

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

Protobuf enum google.api.MetricDescriptor.MetricDescriptorMetadata.TimeSeriesResourceHierarchyLevel

Implements

ProtocolMessageEnum

Static Fields

Name Description
FOLDER

Scopes a metric to a folder.

FOLDER = 3;

FOLDER_VALUE

Scopes a metric to a folder.

FOLDER = 3;

ORGANIZATION

Scopes a metric to an organization.

ORGANIZATION = 2;

ORGANIZATION_VALUE

Scopes a metric to an organization.

ORGANIZATION = 2;

PROJECT

Scopes a metric to a project.

PROJECT = 1;

PROJECT_VALUE

Scopes a metric to a project.

PROJECT = 1;

TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED

Do not use this default value.

TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED = 0;

TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED_VALUE

Do not use this default value.

TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()