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
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ source | 
        
          Source
          Required. The source resource to update.  | 
      
↳ 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.
| Returns | |
|---|---|
| Type | Description | 
Source|null | 
        |
hasSource
clearSource
setSource
Required. The source resource to update.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Source
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getUpdateMask
The FieldMask to use when updating the source resource.
If empty all mutable fields will be updated.
| Returns | |
|---|---|
| Type | Description | 
Google\Protobuf\FieldMask|null | 
        |
hasUpdateMask
clearUpdateMask
setUpdateMask
The FieldMask to use when updating the source resource.
If empty all mutable fields will be updated.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Google\Protobuf\FieldMask
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameter | |
|---|---|
| Name | Description | 
source | 
        
          Source
          Required. The source resource to update.  | 
      
| Returns | |
|---|---|
| Type | Description | 
UpdateSourceRequest | 
        |