Class: Google::Cloud::SecureSourceManager::V1::GetPullRequestRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::GetPullRequestRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
GetPullRequestRequest is the request to get a pull request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the pull request to retrieve.
The format is
projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request}.
1205 1206 1207 1208 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1205 class GetPullRequestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |