Class: Google::Cloud::SecureSourceManager::V1::CreatePullRequestCommentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::CreatePullRequestCommentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
The request to create a pull request comment.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#pull_request_comment ⇒ ::Google::Cloud::SecureSourceManager::V1::PullRequestComment
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The pull request in which to create the pull request comment.
Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}.
1582 1583 1584 1585 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1582 class CreatePullRequestCommentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pull_request_comment ⇒ ::Google::Cloud::SecureSourceManager::V1::PullRequestComment
Returns Required. The pull request comment to create.
1582 1583 1584 1585 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1582 class CreatePullRequestCommentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |