Class: Google::Cloud::Dialogflow::CX::V3::UpdateSecuritySettingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#security_settings::Google::Cloud::Dialogflow::CX::V3::SecuritySettings

Returns Required. [SecuritySettings] object that contains values for each of the fields to update.

Returns:



47
48
49
50
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 47

class UpdateSecuritySettingsRequest
  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. If the mask is not present, all fields will be updated.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.



47
48
49
50
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 47

class UpdateSecuritySettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end