Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1TestDatastoreResponse

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

Overview

The response for TestDatastore

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1TestDatastoreResponse

Returns a new instance of GoogleCloudApigeeV1TestDatastoreResponse.



11039
11040
11041
# File 'lib/google/apis/apigee_v1/classes.rb', line 11039

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

Instance Attribute Details

#errorString

Output only. Error message of test connection failure Corresponds to the JSON property error

Returns:

  • (String)


11032
11033
11034
# File 'lib/google/apis/apigee_v1/classes.rb', line 11032

def error
  @error
end

#stateString

Output only. It could be completed or failed Corresponds to the JSON property state

Returns:

  • (String)


11037
11038
11039
# File 'lib/google/apis/apigee_v1/classes.rb', line 11037

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11044
11045
11046
11047
# File 'lib/google/apis/apigee_v1/classes.rb', line 11044

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