Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::ListPullRequestCommentsResponse.
The response to list pull request comments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
- (::String) — A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
#pull_request_comments
def pull_request_comments() -> ::Array<::Google::Cloud::SecureSourceManager::V1::PullRequestComment>
Returns
- (::Array<::Google::Cloud::SecureSourceManager::V1::PullRequestComment>) — The list of pull request comments.
#pull_request_comments=
def pull_request_comments=(value) -> ::Array<::Google::Cloud::SecureSourceManager::V1::PullRequestComment>
Parameter
- value (::Array<::Google::Cloud::SecureSourceManager::V1::PullRequestComment>) — The list of pull request comments.
Returns
- (::Array<::Google::Cloud::SecureSourceManager::V1::PullRequestComment>) — The list of pull request comments.