Class: Google::Cloud::Dialogflow::V2::UpdateEnvironmentRequest

Inherits:
Object
  • Object
show all
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

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 = -).

Returns:

  • (::Boolean)

    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.

Returns:



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.

Returns:



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