Class: Google::Cloud::SecurityCenter::V1p1beta1::UpdateSourceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::UpdateSourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb
Overview
Request message for updating a source.
Instance Attribute Summary collapse
-
#source ⇒ ::Google::Cloud::SecurityCenter::V1p1beta1::Source
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The FieldMask to use when updating the source resource.
Instance Attribute Details
#source ⇒ ::Google::Cloud::SecurityCenter::V1p1beta1::Source
Returns Required. The source resource to update.
1025 1026 1027 1028 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 1025 class UpdateSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The FieldMask to use when updating the source resource.
If empty all mutable fields will be updated.
1025 1026 1027 1028 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 1025 class UpdateSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |