Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesOfflineConversionError

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_errorString

Output only. Collection size error. Corresponds to the JSON property collectionSizeError

Returns:

  • (String)


31832
31833
31834
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31832

def collection_size_error
  @collection_size_error
end

#conversion_adjustment_upload_errorString

Output only. Conversion adjustment upload error. Corresponds to the JSON property conversionAdjustmentUploadError

Returns:

  • (String)


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_errorString

Output only. Conversion upload error. Corresponds to the JSON property conversionUploadError

Returns:

  • (String)


31842
31843
31844
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31842

def conversion_upload_error
  @conversion_upload_error
end

#date_errorString

Output only. Date error. Corresponds to the JSON property dateError

Returns:

  • (String)


31847
31848
31849
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31847

def date_error
  @date_error
end

#distinct_errorString

Output only. Distinct error. Corresponds to the JSON property distinctError

Returns:

  • (String)


31852
31853
31854
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31852

def distinct_error
  @distinct_error
end

#field_errorString

Output only. Field error. Corresponds to the JSON property fieldError

Returns:

  • (String)


31857
31858
31859
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31857

def field_error
  @field_error
end

#mutate_errorString

Output only. Mutate error. Corresponds to the JSON property mutateError

Returns:

  • (String)


31862
31863
31864
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31862

def mutate_error
  @mutate_error
end

#not_allowlisted_errorString

Output only. Not allowlisted error. Corresponds to the JSON property notAllowlistedError

Returns:

  • (String)


31867
31868
31869
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31867

def not_allowlisted_error
  @not_allowlisted_error
end

#string_format_errorString

Output only. String format error. Corresponds to the JSON property stringFormatError

Returns:

  • (String)


31872
31873
31874
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31872

def string_format_error
  @string_format_error
end

#string_length_errorString

Output only. String length error. Corresponds to the JSON property stringLengthError

Returns:

  • (String)


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