Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class UpdateSourceRequest.
Request message for updating a source.
Generated from protobuf message google.cloud.securitycenter.v1.UpdateSourceRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ source
↳ update_mask
Google\Protobuf\FieldMask
The FieldMask to use when updating the source resource. If empty all mutable fields will be updated.
getSource
Required. The source resource to update.
Generated from protobuf field .google.cloud.securitycenter.v1.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
hasSource
clearSource
setSource
Required. The source resource to update.
Generated from protobuf field .google.cloud.securitycenter.v1.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
$this
getUpdateMask
The FieldMask to use when updating the source resource.
If empty all mutable fields will be updated.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
Google\Protobuf\FieldMask|null
hasUpdateMask
clearUpdateMask
setUpdateMask
The FieldMask to use when updating the source resource.
If empty all mutable fields will be updated.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
var
Google\Protobuf\FieldMask
$this