Class: Google::Cloud::Build::V2::ListRepositoriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::ListRepositoriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Message for requesting list of Repositories.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter expression that filters resources listed in the response.
-
#page_size ⇒ ::Integer
Number of results to return in the list.
-
#page_token ⇒ ::String
Page start.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
565 566 567 568 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 565 class ListRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
565 566 567 568 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 565 class ListRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
565 566 567 568 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 565 class ListRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
565 566 567 568 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 565 class ListRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |