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
Returns A filter expression that filters resources listed in the response.
Expressions must follow API improvement proposal
AIP-160. e.g.
remote_uri:"https://github.com*"
.
555 556 557 558 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 555 class ListRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Number of results to return in the list.
555 556 557 558 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 555 class ListRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Page start.
555 556 557 558 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 555 class ListRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of Repositories.
Format: projects/*/locations/*/connections/*
.
555 556 557 558 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 555 class ListRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |