Secure Source Manager V1 API - Class Google::Cloud::SecureSourceManager::V1::DeleteBranchRuleRequest (v1.1.0)

Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::DeleteBranchRuleRequest.

DeleteBranchRuleRequest is the request to delete a branch rule.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

def allow_missing() -> ::Boolean
Returns
  • (::Boolean) — 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.

#allow_missing=

def allow_missing=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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
  • (::Boolean) — 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.

#name

def name() -> ::String
Returns
  • (::String)

#name=

def name=(value) -> ::String
Parameter
  • value (::String)
Returns
  • (::String)