Class: Google::Cloud::Build::V2::FetchLinkableRepositoriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::FetchLinkableRepositoriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Response message for FetchLinkableRepositories.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#repositories ⇒ ::Array<::Google::Cloud::Build::V2::Repository>
Repositories ready to be created.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
147 148 149 150 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 147 class FetchLinkableRepositoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repositories ⇒ ::Array<::Google::Cloud::Build::V2::Repository>
Returns repositories ready to be created.
147 148 149 150 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 147 class FetchLinkableRepositoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |