Class: Google::Cloud::SecureSourceManager::V1::MergePullRequestRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::MergePullRequestRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
MergePullRequestRequest is the request to merge a pull request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The pull request to merge.
Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}.
1261 1262 1263 1264 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1261 class MergePullRequestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |