@@ -22,60 +22,6 @@ module Google
2222 module Apis
2323 module GkehubV1beta
2424
25- # **Anthos Observability**: Spec
26- class AnthosObservabilityFeatureSpec
27- include Google ::Apis ::Core ::Hashable
28-
29- # **Anthosobservability**: Per-Membership Feature spec.
30- # Corresponds to the JSON property `defaultMembershipSpec`
31- # @return [Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec]
32- attr_accessor :default_membership_spec
33-
34- def initialize ( **args )
35- update! ( **args )
36- end
37-
38- # Update properties of this object
39- def update! ( **args )
40- @default_membership_spec = args [ :default_membership_spec ] if args . key? ( :default_membership_spec )
41- end
42- end
43-
44- # **Anthosobservability**: Per-Membership Feature spec.
45- class AnthosObservabilityMembershipSpec
46- include Google ::Apis ::Core ::Hashable
47-
48- # Use full of metrics rather than optimized metrics. See https://cloud.google.
49- # com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#
50- # optimized_metrics_default_metrics
51- # Corresponds to the JSON property `doNotOptimizeMetrics`
52- # @return [Boolean]
53- attr_accessor :do_not_optimize_metrics
54- alias_method :do_not_optimize_metrics? , :do_not_optimize_metrics
55-
56- # Enable collecting and reporting metrics and logs from user apps.
57- # Corresponds to the JSON property `enableStackdriverOnApplications`
58- # @return [Boolean]
59- attr_accessor :enable_stackdriver_on_applications
60- alias_method :enable_stackdriver_on_applications? , :enable_stackdriver_on_applications
61-
62- # the version of stackdriver operator used by this feature
63- # Corresponds to the JSON property `version`
64- # @return [String]
65- attr_accessor :version
66-
67- def initialize ( **args )
68- update! ( **args )
69- end
70-
71- # Update properties of this object
72- def update! ( **args )
73- @do_not_optimize_metrics = args [ :do_not_optimize_metrics ] if args . key? ( :do_not_optimize_metrics )
74- @enable_stackdriver_on_applications = args [ :enable_stackdriver_on_applications ] if args . key? ( :enable_stackdriver_on_applications )
75- @version = args [ :version ] if args . key? ( :version )
76- end
77- end
78-
7925 # Spec for App Dev Experience Feature.
8026 class AppDevExperienceFeatureSpec
8127 include Google ::Apis ::Core ::Hashable
@@ -762,11 +708,6 @@ def update!(**args)
762708 class CommonFeatureSpec
763709 include Google ::Apis ::Core ::Hashable
764710
765- # **Anthos Observability**: Spec
766- # Corresponds to the JSON property `anthosobservability`
767- # @return [Google::Apis::GkehubV1beta::AnthosObservabilityFeatureSpec]
768- attr_accessor :anthosobservability
769-
770711 # Spec for App Dev Experience Feature.
771712 # Corresponds to the JSON property `appdevexperience`
772713 # @return [Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec]
@@ -800,7 +741,6 @@ def initialize(**args)
800741
801742 # Update properties of this object
802743 def update! ( **args )
803- @anthosobservability = args [ :anthosobservability ] if args . key? ( :anthosobservability )
804744 @appdevexperience = args [ :appdevexperience ] if args . key? ( :appdevexperience )
805745 @clusterupgrade = args [ :clusterupgrade ] if args . key? ( :clusterupgrade )
806746 @dataplanev2 = args [ :dataplanev2 ] if args . key? ( :dataplanev2 )
@@ -4236,11 +4176,6 @@ def update!(**args)
42364176 class MembershipFeatureSpec
42374177 include Google ::Apis ::Core ::Hashable
42384178
4239- # **Anthosobservability**: Per-Membership Feature spec.
4240- # Corresponds to the JSON property `anthosobservability`
4241- # @return [Google::Apis::GkehubV1beta::AnthosObservabilityMembershipSpec]
4242- attr_accessor :anthosobservability
4243-
42444179 # **Cloud Build**: Configurations for each Cloud Build enabled cluster.
42454180 # Corresponds to the JSON property `cloudbuild`
42464181 # @return [Google::Apis::GkehubV1beta::MembershipSpec]
@@ -4285,7 +4220,6 @@ def initialize(**args)
42854220
42864221 # Update properties of this object
42874222 def update! ( **args )
4288- @anthosobservability = args [ :anthosobservability ] if args . key? ( :anthosobservability )
42894223 @cloudbuild = args [ :cloudbuild ] if args . key? ( :cloudbuild )
42904224 @configmanagement = args [ :configmanagement ] if args . key? ( :configmanagement )
42914225 @fleetobservability = args [ :fleetobservability ] if args . key? ( :fleetobservability )
0 commit comments