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.



31777
31778
31779
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31777

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)


31730
31731
31732
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31730

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)


31735
31736
31737
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31735

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)


31740
31741
31742
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31740

def conversion_upload_error
  @conversion_upload_error
end

#date_errorString

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

Returns:

  • (String)


31745
31746
31747
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31745

def date_error
  @date_error
end

#distinct_errorString

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

Returns:

  • (String)


31750
31751
31752
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31750

def distinct_error
  @distinct_error
end

#field_errorString

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

Returns:

  • (String)


31755
31756
31757
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31755

def field_error
  @field_error
end

#mutate_errorString

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

Returns:

  • (String)


31760
31761
31762
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31760

def mutate_error
  @mutate_error
end

#not_allowlisted_errorString

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

Returns:

  • (String)


31765
31766
31767
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31765

def not_allowlisted_error
  @not_allowlisted_error
end

#string_format_errorString

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

Returns:

  • (String)


31770
31771
31772
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31770

def string_format_error
  @string_format_error
end

#string_length_errorString

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

Returns:

  • (String)


31775
31776
31777
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31775

def string_length_error
  @string_length_error
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31782
31783
31784
31785
31786
31787
31788
31789
31790
31791
31792
31793
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31782

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