Class: Google::Cloud::SecureSourceManager::V1::GetPullRequestCommentRequest

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 get a pull request comment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the pull request comment to retrieve. 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 retrieve. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}.



1645
1646
1647
1648
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1645

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