Class: Google::Cloud::Build::V2::FetchLinkableRepositoriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::FetchLinkableRepositoriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Request message for FetchLinkableRepositories.
Instance Attribute Summary collapse
-
#connection ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Number of results to return in the list.
-
#page_token ⇒ ::String
Page start.
Instance Attribute Details
#connection ⇒ ::String
Returns Required. The name of the Connection.
Format: projects/*/locations/*/connections/*
.
135 136 137 138 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 135 class FetchLinkableRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Number of results to return in the list. Default to 20.
135 136 137 138 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 135 class FetchLinkableRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Page start.
135 136 137 138 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 135 class FetchLinkableRepositoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |