Class: Google::Apis::ConnectorsV2::CheckReadinessResponse
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV2::CheckReadinessResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/connectors_v2/classes.rb,
lib/google/apis/connectors_v2/representations.rb,
lib/google/apis/connectors_v2/representations.rb
Overview
Response containing status of the connector for readiness prober.
Instance Attribute Summary collapse
-
#status ⇒ String
Corresponds to the JSON property
status.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CheckReadinessResponse
constructor
A new instance of CheckReadinessResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CheckReadinessResponse
Returns a new instance of CheckReadinessResponse.
155 156 157 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 155 def initialize(**args) update!(**args) end |
Instance Attribute Details
#status ⇒ String
Corresponds to the JSON property status
153 154 155 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 153 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
160 161 162 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 160 def update!(**args) @status = args[:status] if args.key?(:status) end |