Class: Google::Apis::ContainerV1::ManagedOpenTelemetryConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::ManagedOpenTelemetryConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/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.
4794 4795 4796 |
# File 'lib/google/apis/container_v1/classes.rb', line 4794 def initialize(**args) update!(**args) end |
Instance Attribute Details
#scope ⇒ String
Scope of the Managed OpenTelemetry pipeline.
Corresponds to the JSON property scope
4792 4793 4794 |
# File 'lib/google/apis/container_v1/classes.rb', line 4792 def scope @scope end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4799 4800 4801 |
# File 'lib/google/apis/container_v1/classes.rb', line 4799 def update!(**args) @scope = args[:scope] if args.key?(:scope) end |