Class: Google::Apis::ContainerV1beta1::ManagedOpenTelemetryConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::ManagedOpenTelemetryConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb
Overview
ManagedOpenTelemetryConfig is the configuration for the GKE Managed OpenTelemetry pipeline.
Instance Attribute Summary collapse
-
#scope ⇒ String
Scope of the Managed OpenTelemetry pipeline.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ManagedOpenTelemetryConfig
constructor
A new instance of ManagedOpenTelemetryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ManagedOpenTelemetryConfig
Returns a new instance of ManagedOpenTelemetryConfig.
5431 5432 5433 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5431 def initialize(**args) update!(**args) end |
Instance Attribute Details
#scope ⇒ String
Scope of the Managed OpenTelemetry pipeline.
Corresponds to the JSON property scope
5429 5430 5431 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5429 def scope @scope end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5436 5437 5438 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5436 def update!(**args) @scope = args[:scope] if args.key?(:scope) end |