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 default
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 default environment (environment ID = -
).
223 224 225 226 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 223 class UpdateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment ⇒ ::Google::Cloud::Dialogflow::V2::Environment
Returns Required. The environment to update.
223 224 225 226 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 223 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.
223 224 225 226 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 223 class UpdateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |