Class: Google::Cloud::ApigeeConnect::V1::ListConnectionsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigeeconnect/v1/connection.rb

Overview

The request for [ListConnections][Management.ListConnections].

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of connections to return. The service may return fewer than this value. If unspecified, at most 100 connections will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    The maximum number of connections to return. The service may return fewer than this value. If unspecified, at most 100 connections will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.



41
42
43
44
# File 'proto_docs/google/cloud/apigeeconnect/v1/connection.rb', line 41

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

#page_token::String

Returns A page token, received from a previous ListConnections call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListConnections must match the call that provided the page token.

Returns:

  • (::String)

    A page token, received from a previous ListConnections call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListConnections must match the call that provided the page token.



41
42
43
44
# File 'proto_docs/google/cloud/apigeeconnect/v1/connection.rb', line 41

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

#parent::String

Returns Required. Parent name of the form: projects/{project_number or project_id}/endpoints/{endpoint}.

Returns:

  • (::String)

    Required. Parent name of the form: projects/{project_number or project_id}/endpoints/{endpoint}.



41
42
43
44
# File 'proto_docs/google/cloud/apigeeconnect/v1/connection.rb', line 41

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