Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class UpdateBranchRuleRequest.
UpdateBranchRuleRequest is the request to update a branchRule.
Generated from protobuf message google.cloud.securesourcemanager.v1.UpdateBranchRuleRequest
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ branch_rule | BranchRule | 
| ↳ validate_only | boolOptional. If set, validate the request and preview the review, but do not actually post it. (https://google.aip.dev/163, for declarative friendly) | 
| ↳ update_mask | Google\Protobuf\FieldMaskRequired. Field mask is used to specify the fields to be overwritten in the branchRule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. | 
getBranchRule
Generated from protobuf field .google.cloud.securesourcemanager.v1.BranchRule branch_rule = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| BranchRule|null | |
hasBranchRule
clearBranchRule
setBranchRule
Generated from protobuf field .google.cloud.securesourcemanager.v1.BranchRule branch_rule = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| var | BranchRule | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getValidateOnly
Optional. If set, validate the request and preview the review, but do not actually post it. (https://google.aip.dev/163, for declarative friendly)
| Returns | |
|---|---|
| Type | Description | 
| bool | |
setValidateOnly
Optional. If set, validate the request and preview the review, but do not actually post it. (https://google.aip.dev/163, for declarative friendly)
| Parameter | |
|---|---|
| Name | Description | 
| var | bool | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getUpdateMask
Required. Field mask is used to specify the fields to be overwritten in the branchRule resource by the update.
The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\FieldMask|null | |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Field mask is used to specify the fields to be overwritten in the branchRule resource by the update.
The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\FieldMask | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
static::build
| Parameters | |
|---|---|
| Name | Description | 
| branchRule | BranchRule | 
| updateMask | Google\Protobuf\FieldMaskRequired. Field mask is used to specify the fields to be overwritten in the branchRule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateBranchRuleRequest | |