Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class DeleteBranchRuleRequest.
DeleteBranchRuleRequest is the request to delete a branch rule.
Generated from protobuf message google.cloud.securesourcemanager.v1.DeleteBranchRuleRequest
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
|
↳ allow_missing |
bool
Optional. If set to true, and the branch rule is not found, the request will succeed but no action will be taken on the server. |
getName
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setName
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAllowMissing
Optional. If set to true, and the branch rule is not found, the request will succeed but no action will be taken on the server.
Returns | |
---|---|
Type | Description |
bool |
setAllowMissing
Optional. If set to true, and the branch rule is not found, the request will succeed but no action will be taken on the server.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Please see Google\Cloud\SecureSourceManager\V1\SecureSourceManagerClient::branchRuleName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\SecureSourceManager\V1\DeleteBranchRuleRequest |