Class: Google::Cloud::Eventarc::V1::ListChannelConnectionsRequest

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

Overview

The request message for the ListChannelConnections method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of channel connections to return on each page.

Note: The service may send fewer responses.

Returns:

  • (::Integer)

    The maximum number of channel connections to return on each page.

    Note: The service may send fewer responses.



323
324
325
326
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 323

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

#page_token::String

Returns The page token; provide the value from the next_page_token field in a previous ListChannelConnections call to retrieve the subsequent page.

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

Returns:

  • (::String)

    The page token; provide the value from the next_page_token field in a previous ListChannelConnections call to retrieve the subsequent page.

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



323
324
325
326
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 323

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

#parent::String

Returns Required. The parent collection from which to list channel connections.

Returns:

  • (::String)

    Required. The parent collection from which to list channel connections.



323
324
325
326
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 323

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