Class: Google::Cloud::SecureSourceManager::V1::ListPullRequestFileDiffsRequest

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

ListPullRequestFileDiffsRequest is the request to list pull request file diffs.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The pull request to list file diffs for. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}.

Returns:

  • (::String)

    Required. The pull request to list file diffs for. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}



1302
1303
1304
1305
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1302

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

#page_size::Integer

Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Returns:

  • (::Integer)

    Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.



1302
1303
1304
1305
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1302

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

#page_token::String

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

Returns:

  • (::String)

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



1302
1303
1304
1305
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1302

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