Class: Google::Cloud::Build::V2::ListConnectionsRequest

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 requesting list of Connections.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Number of results to return in the list.

Returns:

  • (::Integer)

    Number of results to return in the list.



425
426
427
428
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 425

class ListConnectionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Page start.

Returns:

  • (::String)

    Page start.



425
426
427
428
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 425

class ListConnectionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent, which owns this collection of Connections. Format: projects/*/locations/*.

Returns:

  • (::String)

    Required. The parent, which owns this collection of Connections. Format: projects/*/locations/*.



425
426
427
428
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 425

class ListConnectionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end