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.



359
360
361
362
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 359

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

#page_token::String

Returns Page start.

Returns:

  • (::String)

    Page start.



359
360
361
362
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 359

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/*.



359
360
361
362
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 359

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