Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3DeployFlowMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3DeployFlowMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Overview
Metadata returned for the Environments.DeployFlow long running operation.
Instance Attribute Summary collapse
-
#test_errors ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestError>
Errors of running deployment tests.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DeployFlowMetadata
constructor
A new instance of GoogleCloudDialogflowCxV3DeployFlowMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DeployFlowMetadata
Returns a new instance of GoogleCloudDialogflowCxV3DeployFlowMetadata.
587 588 589 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 587 def initialize(**args) update!(**args) end |
Instance Attribute Details
#test_errors ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestError>
Errors of running deployment tests.
Corresponds to the JSON property testErrors
585 586 587 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 585 def test_errors @test_errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
592 593 594 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 592 def update!(**args) @test_errors = args[:test_errors] if args.key?(:test_errors) end |