Reference documentation and code samples for the Cloud Build V2 API class Google::Cloud::Build::V2::ListConnectionsResponse.
Message for response to listing Connections.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connections
def connections() -> ::Array<::Google::Cloud::Build::V2::Connection>
Returns
- (::Array<::Google::Cloud::Build::V2::Connection>) — The list of Connections.
#connections=
def connections=(value) -> ::Array<::Google::Cloud::Build::V2::Connection>
Parameter
- value (::Array<::Google::Cloud::Build::V2::Connection>) — The list of Connections.
Returns
- (::Array<::Google::Cloud::Build::V2::Connection>) — The list of Connections.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.