Class: Google::Apis::ServicecontrolV1::CheckInfo
- Inherits:
-
Object
- Object
- Google::Apis::ServicecontrolV1::CheckInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/servicecontrol_v1/classes.rb,
generated/google/apis/servicecontrol_v1/representations.rb,
generated/google/apis/servicecontrol_v1/representations.rb
Instance Attribute Summary collapse
-
#unused_arguments ⇒ Array<String>
A list of fields and label keys that are ignored by the server.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CheckInfo
constructor
A new instance of CheckInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CheckInfo
Returns a new instance of CheckInfo
1391 1392 1393 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1391 def initialize(**args) update!(**args) end |
Instance Attribute Details
#unused_arguments ⇒ Array<String>
A list of fields and label keys that are ignored by the server.
The client doesn't need to send them for following requests to improve
performance and allow better aggregation.
Corresponds to the JSON property unusedArguments
1389 1390 1391 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1389 def unused_arguments @unused_arguments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1396 1397 1398 |
# File 'generated/google/apis/servicecontrol_v1/classes.rb', line 1396 def update!(**args) @unused_arguments = args[:unused_arguments] if args.key?(:unused_arguments) end |