Class: Google::Cloud::SecurityCenter::V1::UpdateExternalSystemRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb

Overview

Request message for updating a ExternalSystem resource.

Instance Attribute Summary collapse

Instance Attribute Details

#external_system::Google::Cloud::SecurityCenter::V1::ExternalSystem

Returns Required. The external system resource to update.

Returns:



1691
1692
1693
1694
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1691

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

#update_mask::Google::Protobuf::FieldMask

Returns The FieldMask to use when updating the external system resource.

If empty all mutable fields will be updated.

Returns:

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

    The FieldMask to use when updating the external system resource.

    If empty all mutable fields will be updated.



1691
1692
1693
1694
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1691

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