Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesOfflineConversionError
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesOfflineConversionError
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Possible errors for offline conversion client summary.
Instance Attribute Summary collapse
-
#collection_size_error ⇒ String
Output only.
-
#conversion_adjustment_upload_error ⇒ String
Output only.
-
#conversion_upload_error ⇒ String
Output only.
-
#date_error ⇒ String
Output only.
-
#distinct_error ⇒ String
Output only.
-
#field_error ⇒ String
Output only.
-
#mutate_error ⇒ String
Output only.
-
#not_allowlisted_error ⇒ String
Output only.
-
#string_format_error ⇒ String
Output only.
-
#string_length_error ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesOfflineConversionError
constructor
A new instance of GoogleAdsSearchads360V23ResourcesOfflineConversionError.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesOfflineConversionError
Returns a new instance of GoogleAdsSearchads360V23ResourcesOfflineConversionError.
31879 31880 31881 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31879 def initialize(**args) update!(**args) end |
Instance Attribute Details
#collection_size_error ⇒ String
Output only. Collection size error.
Corresponds to the JSON property collectionSizeError
31832 31833 31834 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31832 def collection_size_error @collection_size_error end |
#conversion_adjustment_upload_error ⇒ String
Output only. Conversion adjustment upload error.
Corresponds to the JSON property conversionAdjustmentUploadError
31837 31838 31839 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31837 def conversion_adjustment_upload_error @conversion_adjustment_upload_error end |
#conversion_upload_error ⇒ String
Output only. Conversion upload error.
Corresponds to the JSON property conversionUploadError
31842 31843 31844 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31842 def conversion_upload_error @conversion_upload_error end |
#date_error ⇒ String
Output only. Date error.
Corresponds to the JSON property dateError
31847 31848 31849 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31847 def date_error @date_error end |
#distinct_error ⇒ String
Output only. Distinct error.
Corresponds to the JSON property distinctError
31852 31853 31854 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31852 def distinct_error @distinct_error end |
#field_error ⇒ String
Output only. Field error.
Corresponds to the JSON property fieldError
31857 31858 31859 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31857 def field_error @field_error end |
#mutate_error ⇒ String
Output only. Mutate error.
Corresponds to the JSON property mutateError
31862 31863 31864 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31862 def mutate_error @mutate_error end |
#not_allowlisted_error ⇒ String
Output only. Not allowlisted error.
Corresponds to the JSON property notAllowlistedError
31867 31868 31869 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31867 def not_allowlisted_error @not_allowlisted_error end |
#string_format_error ⇒ String
Output only. String format error.
Corresponds to the JSON property stringFormatError
31872 31873 31874 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31872 def string_format_error @string_format_error end |
#string_length_error ⇒ String
Output only. String length error.
Corresponds to the JSON property stringLengthError
31877 31878 31879 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31877 def string_length_error @string_length_error end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31884 31885 31886 31887 31888 31889 31890 31891 31892 31893 31894 31895 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31884 def update!(**args) @collection_size_error = args[:collection_size_error] if args.key?(:collection_size_error) @conversion_adjustment_upload_error = args[:conversion_adjustment_upload_error] if args.key?(:conversion_adjustment_upload_error) @conversion_upload_error = args[:conversion_upload_error] if args.key?(:conversion_upload_error) @date_error = args[:date_error] if args.key?(:date_error) @distinct_error = args[:distinct_error] if args.key?(:distinct_error) @field_error = args[:field_error] if args.key?(:field_error) @mutate_error = args[:mutate_error] if args.key?(:mutate_error) @not_allowlisted_error = args[:not_allowlisted_error] if args.key?(:not_allowlisted_error) @string_format_error = args[:string_format_error] if args.key?(:string_format_error) @string_length_error = args[:string_length_error] if args.key?(:string_length_error) end |