Class: Google::Cloud::Build::V2::ListConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::ListConnectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Message for response to listing Connections.
Instance Attribute Summary collapse
-
#connections ⇒ ::Array<::Google::Cloud::Build::V2::Connection>
The list of Connections.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
Instance Attribute Details
#connections ⇒ ::Array<::Google::Cloud::Build::V2::Connection>
Returns The list of Connections.
437 438 439 440 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 437 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
437 438 439 440 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 437 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |