Class: Google::Cloud::SecureSourceManager::V1::ListPullRequestsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::ListPullRequestsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
ListPullRequestsRequest is the request to list pull requests.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
1222 1223 1224 1225 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1222 class ListPullRequestsRequest 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.
1222 1223 1224 1225 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1222 class ListPullRequestsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The repository in which to list pull requests. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}.
1222 1223 1224 1225 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1222 class ListPullRequestsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |