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