Class: Google::Cloud::SecureSourceManager::V1::DeletePullRequestCommentRequest

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

The request to delete a pull request comment. A Review PullRequestComment cannot be deleted.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the pull request comment to delete. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}.

Returns:

  • (::String)

    Required. Name of the pull request comment to delete. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}.



1634
1635
1636
1637
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1634

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