Class: Google::Apis::ServiceusageV1beta1::RolloutInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/serviceusage_v1beta1/classes.rb,
lib/google/apis/serviceusage_v1beta1/representations.rb,
lib/google/apis/serviceusage_v1beta1/representations.rb

Overview

[Output only] Rollout information of a quota.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RolloutInfo

Returns a new instance of RolloutInfo.



5091
5092
5093
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 5091

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#default_limit_ongoing_rolloutBoolean Also known as: default_limit_ongoing_rollout?

Whether there is an ongoing rollout for the default limit or not. Corresponds to the JSON property defaultLimitOngoingRollout

Returns:

  • (Boolean)


5088
5089
5090
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 5088

def default_limit_ongoing_rollout
  @default_limit_ongoing_rollout
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5096
5097
5098
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 5096

def update!(**args)
  @default_limit_ongoing_rollout = args[:default_limit_ongoing_rollout] if args.key?(:default_limit_ongoing_rollout)
end