Class: Google::Cloud::Build::V2::ListConnectionsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#connections::Array<::Google::Cloud::Build::V2::Connection>

Returns The list of Connections.

Returns:



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.

Returns:

  • (::String)

    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