Class: Google::Cloud::SecureSourceManager::V1::DeleteBranchRuleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb

Overview

DeleteBranchRuleRequest is the request to delete a branch rule.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns 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.



699
700
701
702
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 699

class DeleteBranchRuleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns:

  • (::String)


699
700
701
702
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 699

class DeleteBranchRuleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end