Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::GetBranchRuleRequest.
GetBranchRuleRequest is the request for getting a branch rule.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Name of the repository to retrieve.
The format is
projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the repository to retrieve.
The format is
projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}
.
Returns
-
(::String) — Required. Name of the repository to retrieve.
The format is
projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}
.