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.



31951
31952
31953
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31951

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)


31904
31905
31906
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31904

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)


31909
31910
31911
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31909

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)


31914
31915
31916
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31914

def conversion_upload_error
  @conversion_upload_error
end

#date_errorString

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

Returns:

  • (String)


31919
31920
31921
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31919

def date_error
  @date_error
end

#distinct_errorString

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

Returns:

  • (String)


31924
31925
31926
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31924

def distinct_error
  @distinct_error
end

#field_errorString

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

Returns:

  • (String)


31929
31930
31931
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31929

def field_error
  @field_error
end

#mutate_errorString

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

Returns:

  • (String)


31934
31935
31936
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31934

def mutate_error
  @mutate_error
end

#not_allowlisted_errorString

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

Returns:

  • (String)


31939
31940
31941
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31939

def not_allowlisted_error
  @not_allowlisted_error
end

#string_format_errorString

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

Returns:

  • (String)


31944
31945
31946
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31944

def string_format_error
  @string_format_error
end

#string_length_errorString

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

Returns:

  • (String)


31949
31950
31951
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31949

def string_length_error
  @string_length_error
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31956
31957
31958
31959
31960
31961
31962
31963
31964
31965
31966
31967
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31956

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