Class: Google::Cloud::SecureSourceManager::V1::GetPullRequestRequest

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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