Class: Google::Cloud::Dialogflow::V2::UpdateEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::UpdateEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/environment.rb
Overview
The request message for Environments.UpdateEnvironment.
Instance Attribute Summary collapse
-
#allow_load_to_draft_and_discard_changes ⇒ ::Boolean
Optional.
-
#environment ⇒ ::Google::Cloud::Dialogflow::V2::Environment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#allow_load_to_draft_and_discard_changes ⇒ ::Boolean
Returns Optional. This field is used to prevent accidental overwrite of the draft
environment, which is an operation that cannot be undone. To confirm that
the caller desires this overwrite, this field must be explicitly set to
true when updating the draft environment (environment ID = -).
209 210 211 212 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 209 class UpdateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment ⇒ ::Google::Cloud::Dialogflow::V2::Environment
Returns Required. The environment to update.
209 210 211 212 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 209 class UpdateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The mask to control which fields get updated.
209 210 211 212 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 209 class UpdateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |