Class: Google::Cloud::Eventarc::V1::ListGoogleApiSourcesRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. The filter field that the list request will filter on. Possible filtersare described in https://google.aip.dev/160.

Returns:

  • (::String)

    Optional. The filter field that the list request will filter on. Possible filtersare described in https://google.aip.dev/160.



821
822
823
824
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 821

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

#order_by::String

Returns Optional. 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, update_time.

Returns:

  • (::String)

    Optional. 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, update_time.



821
822
823
824
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 821

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

#page_size::Integer

Returns Optional. The maximum number of results to return on each page.

Note: The service may send fewer.

Returns:

  • (::Integer)

    Optional. The maximum number of results to return on each page.

    Note: The service may send fewer.



821
822
823
824
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 821

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

#page_token::String

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

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

Returns:

  • (::String)

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

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



821
822
823
824
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 821

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

#parent::String

Returns Required. The parent collection to list GoogleApiSources on.

Returns:

  • (::String)

    Required. The parent collection to list GoogleApiSources on.



821
822
823
824
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 821

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