Class: Google::Cloud::SecureSourceManager::V1::ListPullRequestFileDiffsResponse

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

ListPullRequestFileDiffsResponse is the response containing file diffs returned from ListPullRequestFileDiffs.

Instance Attribute Summary collapse

Instance Attribute Details

#file_diffs::Array<::Google::Cloud::SecureSourceManager::V1::FileDiff>

Returns The list of pull request file diffs.

Returns:



1315
1316
1317
1318
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1315

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

#next_page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



1315
1316
1317
1318
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1315

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