Class: Google::Shopping::Merchant::Conversions::V1beta::ListConversionSourcesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb

Overview

Request message for the ListConversionSources method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of conversion sources to return in a page. If no page_size is specified, 100 is used as the default value. The maximum value is 200. Values above 200 will be coerced to 200. Regardless of pagination, at most 200 conversion sources are returned in total.

Returns:

  • (::Integer)

    Optional. The maximum number of conversion sources to return in a page. If no page_size is specified, 100 is used as the default value. The maximum value is 200. Values above 200 will be coerced to 200. Regardless of pagination, at most 200 conversion sources are returned in total.



270
271
272
273
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 270

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

#page_token::String

Returns Optional. Page token.

Returns:

  • (::String)

    Optional. Page token.



270
271
272
273
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 270

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

#parent::String

Returns Required. The merchant account who owns the collection of conversion sources. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The merchant account who owns the collection of conversion sources. Format: accounts/{account}



270
271
272
273
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 270

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

#show_deleted::Boolean

Returns Optional. Show deleted (archived) option.

Returns:

  • (::Boolean)

    Optional. Show deleted (archived) option.



270
271
272
273
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 270

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