Class: Google::Cloud::SecureSourceManager::V1::CreatePullRequestRequest

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

CreatePullRequestRequest is the request to create a pull request.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The repository that the pull request is created from. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}.

Returns:

  • (::String)

    Required. The repository that the pull request is created from. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}



1194
1195
1196
1197
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1194

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

#pull_request::Google::Cloud::SecureSourceManager::V1::PullRequest

Returns Required. The pull request to create.

Returns:



1194
1195
1196
1197
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1194

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