Class: Google::Shopping::Merchant::Conversions::V1::ListConversionSourcesRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Conversions::V1::ListConversionSourcesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb
Overview
Request message for the ListConversionSources method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#show_deleted ⇒ ::Boolean
Optional.
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.
269 270 271 272 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 269 class ListConversionSourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token.
269 270 271 272 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 269 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}.
269 270 271 272 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 269 class ListConversionSourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#show_deleted ⇒ ::Boolean
Returns Optional. Show deleted (archived) conversion sources. By default, deleted conversion sources are not returned.
269 270 271 272 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 269 class ListConversionSourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |