Class: Google::Cloud::SecureSourceManager::V1::OpenPullRequestRequest

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

OpenPullRequestRequest is the request to open a pull request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The pull request to open. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}.

Returns:

  • (::String)

    Required. The pull request to open. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}



1272
1273
1274
1275
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1272

class OpenPullRequestRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end