lib/google/apis/servicecontrol_v1/classes.rb in google-apis-servicecontrol_v1-0.26.0 vs lib/google/apis/servicecontrol_v1/classes.rb in google-apis-servicecontrol_v1-0.27.0

- old
+ new

@@ -620,10 +620,15 @@ # Contains additional information about the check operation. # Corresponds to the JSON property `checkInfo` # @return [Google::Apis::ServicecontrolV1::CheckInfo] attr_accessor :check_info + # Esf migration server override during chemist check v2 migration + # Corresponds to the JSON property `esfMigrationServerOverride` + # @return [Google::Apis::ServicecontrolV1::EsfMigrationServerOverride] + attr_accessor :esf_migration_server_override + # The same operation_id value used in the CheckRequest. Used for logging and # diagnostics purposes. # Corresponds to the JSON property `operationId` # @return [String] attr_accessor :operation_id @@ -649,10 +654,11 @@ # Update properties of this object def update!(**args) @check_errors = args[:check_errors] if args.key?(:check_errors) @check_info = args[:check_info] if args.key?(:check_info) + @esf_migration_server_override = args[:esf_migration_server_override] if args.key?(:esf_migration_server_override) @operation_id = args[:operation_id] if args.key?(:operation_id) @quota_info = args[:quota_info] if args.key?(:quota_info) @service_config_id = args[:service_config_id] if args.key?(:service_config_id) @service_rollout_id = args[:service_rollout_id] if args.key?(:service_rollout_id) end @@ -776,9 +782,28 @@ @linear_buckets = args[:linear_buckets] if args.key?(:linear_buckets) @maximum = args[:maximum] if args.key?(:maximum) @mean = args[:mean] if args.key?(:mean) @minimum = args[:minimum] if args.key?(:minimum) @sum_of_squared_deviation = args[:sum_of_squared_deviation] if args.key?(:sum_of_squared_deviation) + end + end + + # Esf migration server override during chemist check v2 migration + class EsfMigrationServerOverride + include Google::Apis::Core::Hashable + + # Esf migration override mode + # Corresponds to the JSON property `overrideMode` + # @return [String] + attr_accessor :override_mode + + def initialize(**args) + update!(**args) + end + + # Update properties of this object + def update!(**args) + @override_mode = args[:override_mode] if args.key?(:override_mode) end end # Exemplars are example points that may be used to annotate aggregated # distribution values. They are metadata that gives information about a