Class: Google::Apis::ApigeeV1::GoogleRpcPreconditionFailure

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

Overview

Describes what preconditions have failed. For example, if an RPC failed because it required the Terms of Service to be acknowledged, it could list the terms of service violation in the PreconditionFailure message.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleRpcPreconditionFailure

Returns a new instance of GoogleRpcPreconditionFailure.



6607
6608
6609
# File 'generated/google/apis/apigee_v1/classes.rb', line 6607

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

Instance Attribute Details

#violationsArray<Google::Apis::ApigeeV1::GoogleRpcPreconditionFailureViolation>

Describes all precondition violations. Corresponds to the JSON property violations



6605
6606
6607
# File 'generated/google/apis/apigee_v1/classes.rb', line 6605

def violations
  @violations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6612
6613
6614
# File 'generated/google/apis/apigee_v1/classes.rb', line 6612

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