Class: Google::Cloud::Eventarc::V1::ListProvidersRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The filter field that the list request will filter on.

Returns:

  • (::String)

    The filter field that the list request will filter on.



277
278
279
280
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 277

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

#order_by::String

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

Returns:

  • (::String)

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



277
278
279
280
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 277

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

#page_size::Integer

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

Returns:

  • (::Integer)

    The maximum number of providers to return on each page.



277
278
279
280
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 277

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

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

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



277
278
279
280
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 277

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

#parent::String

Returns Required. The parent of the provider to get.

Returns:

  • (::String)

    Required. The parent of the provider to get.



277
278
279
280
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 277

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