Class: Google::Cloud::Dialogflow::CX::V3::DeployFlowMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DeployFlowMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
Metadata returned for the Environments.DeployFlow long running operation.
Instance Attribute Summary collapse
-
#test_errors ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestError>
Errors of running deployment tests.
Instance Attribute Details
#test_errors ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestError>
Returns Errors of running deployment tests.
370 371 372 373 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 370 class DeployFlowMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |