Secure Source Manager V1 API - Class Google::Cloud::SecureSourceManager::V1::ListPullRequestFileDiffsRequest (v2.2.0)

Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::ListPullRequestFileDiffsRequest.

ListPullRequestFileDiffsRequest is the request to list pull request file diffs.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
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}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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}

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A token identifying a page of results the server should return.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.