class Google::Apis::ApigeeV1::GoogleCloudApigeeV1TestDatastoreResponse

The response for TestDatastore

Attributes

error[RW]

Output only. Error message of test connection failure Corresponds to the JSON property `error` @return [String]

state[RW]

Output only. It could be `completed` or `failed` Corresponds to the JSON property `state` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 7006
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigee_v1/classes.rb, line 7011
def update!(**args)
  @error = args[:error] if args.key?(:error)
  @state = args[:state] if args.key?(:state)
end