Class: Google::Cloud::SecureSourceManager::V1::GetBranchRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::GetBranchRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
GetBranchRuleRequest is the request for getting a branch rule.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the repository to retrieve.
The format is
projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}
.
663 664 665 666 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 663 class GetBranchRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |