Class: Google::Cloud::SecureSourceManager::V1::ListPullRequestCommentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::ListPullRequestCommentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
The response to list pull request comments.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to set as page_token to retrieve the next page.
-
#pull_request_comments ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::PullRequestComment>
The list of pull request comments.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
1568 1569 1570 1571 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1568 class ListPullRequestCommentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pull_request_comments ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::PullRequestComment>
Returns The list of pull request comments.
1568 1569 1570 1571 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1568 class ListPullRequestCommentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |