Enum ManagedOpenTelemetryConfig.Scope (2.86.0)

public enum ManagedOpenTelemetryConfig.Scope extends Enum<ManagedOpenTelemetryConfig.Scope> implements ProtocolMessageEnum

Scope is the scope of the Managed OpenTelemetry pipeline.

Protobuf enum google.container.v1beta1.ManagedOpenTelemetryConfig.Scope

Implements

ProtocolMessageEnum

Static Fields

Name Description
COLLECTION_AND_INSTRUMENTATION_COMPONENTS

COLLECTION_AND_INSTRUMENTATION_COMPONENTS is used to enable the Managed OpenTelemetry pipeline for collection and instrumentation components.

COLLECTION_AND_INSTRUMENTATION_COMPONENTS = 2;

COLLECTION_AND_INSTRUMENTATION_COMPONENTS_VALUE

COLLECTION_AND_INSTRUMENTATION_COMPONENTS is used to enable the Managed OpenTelemetry pipeline for collection and instrumentation components.

COLLECTION_AND_INSTRUMENTATION_COMPONENTS = 2;

NONE

NONE is used to disable the Managed OpenTelemetry pipeline.

NONE = 1;

NONE_VALUE

NONE is used to disable the Managed OpenTelemetry pipeline.

NONE = 1;

SCOPE_UNSPECIFIED

SCOPE_UNSPECIFIED is when the scope is not set.

SCOPE_UNSPECIFIED = 0;

SCOPE_UNSPECIFIED_VALUE

SCOPE_UNSPECIFIED is when the scope is not set.

SCOPE_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()