Class: Google::Cloud::Eventarc::V1::ListChannelsRequest

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 ListChannels method.

Instance Attribute Summary collapse

Instance Attribute Details

#order_by::String

Returns The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting order is ascending. To specify descending order for a field, append a desc suffix; for example: name desc, channel_id.

Returns:

  • (::String)

    The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting order is ascending. To specify descending order for a field, append a desc suffix; for example: name desc, channel_id.



174
175
176
177
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 174

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

#page_size::Integer

Returns The maximum number of channels to return on each page.

Note: The service may send fewer.

Returns:

  • (::Integer)

    The maximum number of channels to return on each page.

    Note: The service may send fewer.



174
175
176
177
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 174

class ListChannelsRequest
  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 ListChannels call to retrieve the subsequent page.

When paginating, all other parameters provided to ListChannels must 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 ListChannels call to retrieve the subsequent page.

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



174
175
176
177
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 174

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

#parent::String

Returns Required. The parent collection to list channels on.

Returns:

  • (::String)

    Required. The parent collection to list channels on.



174
175
176
177
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 174

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