lib/google/apis/servicecontrol_v1/representations.rb in google-apis-servicecontrol_v1-0.26.0 vs lib/google/apis/servicecontrol_v1/representations.rb in google-apis-servicecontrol_v1-0.27.0
- old
+ new
@@ -110,10 +110,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class EsfMigrationServerOverride
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Exemplar
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -493,10 +499,12 @@
class Representation < Google::Apis::Core::JsonRepresentation
collection :check_errors, as: 'checkErrors', class: Google::Apis::ServicecontrolV1::CheckError, decorator: Google::Apis::ServicecontrolV1::CheckError::Representation
property :check_info, as: 'checkInfo', class: Google::Apis::ServicecontrolV1::CheckInfo, decorator: Google::Apis::ServicecontrolV1::CheckInfo::Representation
+ property :esf_migration_server_override, as: 'esfMigrationServerOverride', class: Google::Apis::ServicecontrolV1::EsfMigrationServerOverride, decorator: Google::Apis::ServicecontrolV1::EsfMigrationServerOverride::Representation
+
property :operation_id, as: 'operationId'
property :quota_info, as: 'quotaInfo', class: Google::Apis::ServicecontrolV1::QuotaInfo, decorator: Google::Apis::ServicecontrolV1::QuotaInfo::Representation
property :service_config_id, as: 'serviceConfigId'
property :service_rollout_id, as: 'serviceRolloutId'
@@ -527,9 +535,16 @@
property :maximum, as: 'maximum'
property :mean, as: 'mean'
property :minimum, as: 'minimum'
property :sum_of_squared_deviation, as: 'sumOfSquaredDeviation'
+ end
+ end
+
+ class EsfMigrationServerOverride
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :override_mode, as: 'overrideMode'
end
end
class Exemplar
# @private