Class: Google::Ads::DataManager::V1::RequestStatusPerDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/datamanager/v1/request_status_per_destination.rb

Overview

A request status per destination.

Defined Under Namespace

Modules: RequestStatus Classes: IngestAudienceMembersStatus, IngestEventsStatus, IngestMobileDataStatus, IngestPairDataStatus, IngestPpidDataStatus, IngestUserDataStatus, IngestUserIdDataStatus, RemoveAudienceMembersStatus, RemoveMobileDataStatus, RemovePairDataStatus, RemovePpidDataStatus, RemoveUserDataStatus, RemoveUserIdDataStatus

Instance Attribute Summary collapse

Instance Attribute Details

#audience_members_ingestion_status::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestAudienceMembersStatus

Returns The status of the ingest audience members request.

Note: The following fields are mutually exclusive: audience_members_ingestion_status, events_ingestion_status, audience_members_removal_status. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
# File 'proto_docs/google/ads/datamanager/v1/request_status_per_destination.rb', line 54

class RequestStatusPerDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of the ingest audience members request.
  # @!attribute [rw] user_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserDataStatus]
  #     The status of the user data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestMobileDataStatus]
  #     The status of the mobile data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_ingestion_status`, `user_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPairDataStatus]
  #     The status of the pair data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserIdDataStatus]
  #     The status of the user id data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPpidDataStatus]
  #     The status of the ppid data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class IngestAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the remove audience members request.
  # @!attribute [rw] user_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserDataStatus]
  #     The status of the user data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveMobileDataStatus]
  #     The status of the mobile data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_removal_status`, `user_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePairDataStatus]
  #     The status of the pair data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserIdDataStatus]
  #     The status of the user id data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePpidDataStatus]
  #     The status of the ppid data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class RemoveAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the events ingestion to the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of events sent in the upload request. Includes all
  #     events in the request, regardless of whether they were successfully
  #     ingested or not.
  class IngestEventsStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the upload request for the
  #     destination. Includes all user identifiers in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] upload_match_rate_range
  #   @return [::Google::Ads::DataManager::V1::MatchRateRange]
  #     The match rate range of the upload.
  class IngestUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the removal request. Includes
  #     all user identifiers in the request, regardless of whether they were
  #     successfully removed or not.
  class RemoveUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile ids sent in the upload request for the
  #     destination. Includes all mobile ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile Ids sent in the removal request. Includes all
  #     mobile ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the upload request for the
  #     destination. Includes all pair ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the removal request. Includes all
  #     pair ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data ingestion to the destination containing
  # stats related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the upload request for the
  #     destination. Includes all user ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the removal request. Includes all
  #     user ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the upload request for the
  #     destination. Includes all ppids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the removal request. Includes all
  #     ppids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The request status.
  module RequestStatus
    # The request status is unknown.
    REQUEST_STATUS_UNKNOWN = 0

    # The request succeeded.
    SUCCESS = 1

    # The request is processing.
    PROCESSING = 2

    # The request failed.
    FAILED = 3

    # The request partially succeeded.
    PARTIAL_SUCCESS = 4
  end
end

#audience_members_removal_status::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveAudienceMembersStatus

Returns The status of the remove audience members request.

Note: The following fields are mutually exclusive: audience_members_removal_status, audience_members_ingestion_status, events_ingestion_status. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
# File 'proto_docs/google/ads/datamanager/v1/request_status_per_destination.rb', line 54

class RequestStatusPerDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of the ingest audience members request.
  # @!attribute [rw] user_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserDataStatus]
  #     The status of the user data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestMobileDataStatus]
  #     The status of the mobile data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_ingestion_status`, `user_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPairDataStatus]
  #     The status of the pair data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserIdDataStatus]
  #     The status of the user id data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPpidDataStatus]
  #     The status of the ppid data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class IngestAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the remove audience members request.
  # @!attribute [rw] user_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserDataStatus]
  #     The status of the user data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveMobileDataStatus]
  #     The status of the mobile data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_removal_status`, `user_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePairDataStatus]
  #     The status of the pair data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserIdDataStatus]
  #     The status of the user id data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePpidDataStatus]
  #     The status of the ppid data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class RemoveAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the events ingestion to the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of events sent in the upload request. Includes all
  #     events in the request, regardless of whether they were successfully
  #     ingested or not.
  class IngestEventsStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the upload request for the
  #     destination. Includes all user identifiers in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] upload_match_rate_range
  #   @return [::Google::Ads::DataManager::V1::MatchRateRange]
  #     The match rate range of the upload.
  class IngestUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the removal request. Includes
  #     all user identifiers in the request, regardless of whether they were
  #     successfully removed or not.
  class RemoveUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile ids sent in the upload request for the
  #     destination. Includes all mobile ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile Ids sent in the removal request. Includes all
  #     mobile ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the upload request for the
  #     destination. Includes all pair ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the removal request. Includes all
  #     pair ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data ingestion to the destination containing
  # stats related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the upload request for the
  #     destination. Includes all user ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the removal request. Includes all
  #     user ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the upload request for the
  #     destination. Includes all ppids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the removal request. Includes all
  #     ppids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The request status.
  module RequestStatus
    # The request status is unknown.
    REQUEST_STATUS_UNKNOWN = 0

    # The request succeeded.
    SUCCESS = 1

    # The request is processing.
    PROCESSING = 2

    # The request failed.
    FAILED = 3

    # The request partially succeeded.
    PARTIAL_SUCCESS = 4
  end
end

#destination::Google::Ads::DataManager::V1::Destination

Returns A destination within a DM API request.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
# File 'proto_docs/google/ads/datamanager/v1/request_status_per_destination.rb', line 54

class RequestStatusPerDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of the ingest audience members request.
  # @!attribute [rw] user_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserDataStatus]
  #     The status of the user data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestMobileDataStatus]
  #     The status of the mobile data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_ingestion_status`, `user_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPairDataStatus]
  #     The status of the pair data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserIdDataStatus]
  #     The status of the user id data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPpidDataStatus]
  #     The status of the ppid data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class IngestAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the remove audience members request.
  # @!attribute [rw] user_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserDataStatus]
  #     The status of the user data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveMobileDataStatus]
  #     The status of the mobile data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_removal_status`, `user_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePairDataStatus]
  #     The status of the pair data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserIdDataStatus]
  #     The status of the user id data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePpidDataStatus]
  #     The status of the ppid data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class RemoveAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the events ingestion to the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of events sent in the upload request. Includes all
  #     events in the request, regardless of whether they were successfully
  #     ingested or not.
  class IngestEventsStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the upload request for the
  #     destination. Includes all user identifiers in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] upload_match_rate_range
  #   @return [::Google::Ads::DataManager::V1::MatchRateRange]
  #     The match rate range of the upload.
  class IngestUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the removal request. Includes
  #     all user identifiers in the request, regardless of whether they were
  #     successfully removed or not.
  class RemoveUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile ids sent in the upload request for the
  #     destination. Includes all mobile ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile Ids sent in the removal request. Includes all
  #     mobile ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the upload request for the
  #     destination. Includes all pair ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the removal request. Includes all
  #     pair ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data ingestion to the destination containing
  # stats related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the upload request for the
  #     destination. Includes all user ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the removal request. Includes all
  #     user ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the upload request for the
  #     destination. Includes all ppids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the removal request. Includes all
  #     ppids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The request status.
  module RequestStatus
    # The request status is unknown.
    REQUEST_STATUS_UNKNOWN = 0

    # The request succeeded.
    SUCCESS = 1

    # The request is processing.
    PROCESSING = 2

    # The request failed.
    FAILED = 3

    # The request partially succeeded.
    PARTIAL_SUCCESS = 4
  end
end

#error_info::Google::Ads::DataManager::V1::ErrorInfo

Returns An error info error containing the error reason and error counts related to the upload.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
# File 'proto_docs/google/ads/datamanager/v1/request_status_per_destination.rb', line 54

class RequestStatusPerDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of the ingest audience members request.
  # @!attribute [rw] user_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserDataStatus]
  #     The status of the user data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestMobileDataStatus]
  #     The status of the mobile data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_ingestion_status`, `user_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPairDataStatus]
  #     The status of the pair data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserIdDataStatus]
  #     The status of the user id data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPpidDataStatus]
  #     The status of the ppid data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class IngestAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the remove audience members request.
  # @!attribute [rw] user_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserDataStatus]
  #     The status of the user data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveMobileDataStatus]
  #     The status of the mobile data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_removal_status`, `user_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePairDataStatus]
  #     The status of the pair data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserIdDataStatus]
  #     The status of the user id data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePpidDataStatus]
  #     The status of the ppid data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class RemoveAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the events ingestion to the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of events sent in the upload request. Includes all
  #     events in the request, regardless of whether they were successfully
  #     ingested or not.
  class IngestEventsStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the upload request for the
  #     destination. Includes all user identifiers in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] upload_match_rate_range
  #   @return [::Google::Ads::DataManager::V1::MatchRateRange]
  #     The match rate range of the upload.
  class IngestUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the removal request. Includes
  #     all user identifiers in the request, regardless of whether they were
  #     successfully removed or not.
  class RemoveUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile ids sent in the upload request for the
  #     destination. Includes all mobile ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile Ids sent in the removal request. Includes all
  #     mobile ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the upload request for the
  #     destination. Includes all pair ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the removal request. Includes all
  #     pair ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data ingestion to the destination containing
  # stats related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the upload request for the
  #     destination. Includes all user ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the removal request. Includes all
  #     user ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the upload request for the
  #     destination. Includes all ppids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the removal request. Includes all
  #     ppids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The request status.
  module RequestStatus
    # The request status is unknown.
    REQUEST_STATUS_UNKNOWN = 0

    # The request succeeded.
    SUCCESS = 1

    # The request is processing.
    PROCESSING = 2

    # The request failed.
    FAILED = 3

    # The request partially succeeded.
    PARTIAL_SUCCESS = 4
  end
end

#events_ingestion_status::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestEventsStatus

Returns The status of the ingest events request.

Note: The following fields are mutually exclusive: events_ingestion_status, audience_members_ingestion_status, audience_members_removal_status. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
# File 'proto_docs/google/ads/datamanager/v1/request_status_per_destination.rb', line 54

class RequestStatusPerDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of the ingest audience members request.
  # @!attribute [rw] user_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserDataStatus]
  #     The status of the user data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestMobileDataStatus]
  #     The status of the mobile data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_ingestion_status`, `user_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPairDataStatus]
  #     The status of the pair data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserIdDataStatus]
  #     The status of the user id data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPpidDataStatus]
  #     The status of the ppid data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class IngestAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the remove audience members request.
  # @!attribute [rw] user_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserDataStatus]
  #     The status of the user data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveMobileDataStatus]
  #     The status of the mobile data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_removal_status`, `user_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePairDataStatus]
  #     The status of the pair data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserIdDataStatus]
  #     The status of the user id data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePpidDataStatus]
  #     The status of the ppid data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class RemoveAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the events ingestion to the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of events sent in the upload request. Includes all
  #     events in the request, regardless of whether they were successfully
  #     ingested or not.
  class IngestEventsStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the upload request for the
  #     destination. Includes all user identifiers in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] upload_match_rate_range
  #   @return [::Google::Ads::DataManager::V1::MatchRateRange]
  #     The match rate range of the upload.
  class IngestUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the removal request. Includes
  #     all user identifiers in the request, regardless of whether they were
  #     successfully removed or not.
  class RemoveUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile ids sent in the upload request for the
  #     destination. Includes all mobile ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile Ids sent in the removal request. Includes all
  #     mobile ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the upload request for the
  #     destination. Includes all pair ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the removal request. Includes all
  #     pair ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data ingestion to the destination containing
  # stats related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the upload request for the
  #     destination. Includes all user ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the removal request. Includes all
  #     user ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the upload request for the
  #     destination. Includes all ppids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the removal request. Includes all
  #     ppids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The request status.
  module RequestStatus
    # The request status is unknown.
    REQUEST_STATUS_UNKNOWN = 0

    # The request succeeded.
    SUCCESS = 1

    # The request is processing.
    PROCESSING = 2

    # The request failed.
    FAILED = 3

    # The request partially succeeded.
    PARTIAL_SUCCESS = 4
  end
end

#request_status::Google::Ads::DataManager::V1::RequestStatusPerDestination::RequestStatus

Returns The request status of the destination.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
# File 'proto_docs/google/ads/datamanager/v1/request_status_per_destination.rb', line 54

class RequestStatusPerDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of the ingest audience members request.
  # @!attribute [rw] user_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserDataStatus]
  #     The status of the user data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestMobileDataStatus]
  #     The status of the mobile data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_ingestion_status`, `user_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPairDataStatus]
  #     The status of the pair data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserIdDataStatus]
  #     The status of the user id data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPpidDataStatus]
  #     The status of the ppid data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class IngestAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the remove audience members request.
  # @!attribute [rw] user_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserDataStatus]
  #     The status of the user data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveMobileDataStatus]
  #     The status of the mobile data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_removal_status`, `user_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePairDataStatus]
  #     The status of the pair data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserIdDataStatus]
  #     The status of the user id data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePpidDataStatus]
  #     The status of the ppid data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class RemoveAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the events ingestion to the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of events sent in the upload request. Includes all
  #     events in the request, regardless of whether they were successfully
  #     ingested or not.
  class IngestEventsStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the upload request for the
  #     destination. Includes all user identifiers in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] upload_match_rate_range
  #   @return [::Google::Ads::DataManager::V1::MatchRateRange]
  #     The match rate range of the upload.
  class IngestUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the removal request. Includes
  #     all user identifiers in the request, regardless of whether they were
  #     successfully removed or not.
  class RemoveUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile ids sent in the upload request for the
  #     destination. Includes all mobile ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile Ids sent in the removal request. Includes all
  #     mobile ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the upload request for the
  #     destination. Includes all pair ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the removal request. Includes all
  #     pair ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data ingestion to the destination containing
  # stats related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the upload request for the
  #     destination. Includes all user ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the removal request. Includes all
  #     user ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the upload request for the
  #     destination. Includes all ppids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the removal request. Includes all
  #     ppids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The request status.
  module RequestStatus
    # The request status is unknown.
    REQUEST_STATUS_UNKNOWN = 0

    # The request succeeded.
    SUCCESS = 1

    # The request is processing.
    PROCESSING = 2

    # The request failed.
    FAILED = 3

    # The request partially succeeded.
    PARTIAL_SUCCESS = 4
  end
end

#warning_info::Google::Ads::DataManager::V1::WarningInfo

Returns A warning info containing the warning reason and warning counts related to the upload.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
# File 'proto_docs/google/ads/datamanager/v1/request_status_per_destination.rb', line 54

class RequestStatusPerDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of the ingest audience members request.
  # @!attribute [rw] user_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserDataStatus]
  #     The status of the user data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestMobileDataStatus]
  #     The status of the mobile data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_ingestion_status`, `user_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPairDataStatus]
  #     The status of the pair data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `user_id_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestUserIdDataStatus]
  #     The status of the user id data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `ppid_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_ingestion_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::IngestPpidDataStatus]
  #     The status of the ppid data ingestion to the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_ingestion_status`, `user_data_ingestion_status`, `mobile_data_ingestion_status`, `pair_data_ingestion_status`, `user_id_data_ingestion_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class IngestAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the remove audience members request.
  # @!attribute [rw] user_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserDataStatus]
  #     The status of the user data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] mobile_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveMobileDataStatus]
  #     The status of the mobile data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `mobile_data_removal_status`, `user_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] pair_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePairDataStatus]
  #     The status of the pair data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `pair_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `user_id_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] user_id_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemoveUserIdDataStatus]
  #     The status of the user id data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `user_id_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `ppid_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  # @!attribute [rw] ppid_data_removal_status
  #   @return [::Google::Ads::DataManager::V1::RequestStatusPerDestination::RemovePpidDataStatus]
  #     The status of the ppid data removal from the destination.
  #
  #     Note: The following fields are mutually exclusive: `ppid_data_removal_status`, `user_data_removal_status`, `mobile_data_removal_status`, `pair_data_removal_status`, `user_id_data_removal_status`. If a field in that set is populated, all other fields in the set will automatically be cleared.
  class RemoveAudienceMembersStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the events ingestion to the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of events sent in the upload request. Includes all
  #     events in the request, regardless of whether they were successfully
  #     ingested or not.
  class IngestEventsStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the upload request for the
  #     destination. Includes all user identifiers in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] upload_match_rate_range
  #   @return [::Google::Ads::DataManager::V1::MatchRateRange]
  #     The match rate range of the upload.
  class IngestUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_identifier_count
  #   @return [::Integer]
  #     The total count of user identifiers sent in the removal request. Includes
  #     all user identifiers in the request, regardless of whether they were
  #     successfully removed or not.
  class RemoveUserDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile ids sent in the upload request for the
  #     destination. Includes all mobile ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the mobile data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] mobile_id_count
  #   @return [::Integer]
  #     The total count of mobile Ids sent in the removal request. Includes all
  #     mobile ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveMobileDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the upload request for the
  #     destination. Includes all pair ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the pair data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] pair_id_count
  #   @return [::Integer]
  #     The total count of pair ids sent in the removal request. Includes all
  #     pair ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePairDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data ingestion to the destination containing
  # stats related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the upload request for the
  #     destination. Includes all user ids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the user id data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] user_id_count
  #   @return [::Integer]
  #     The total count of user ids sent in the removal request. Includes all
  #     user ids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemoveUserIdDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data ingestion to the destination containing stats
  # related to the ingestion.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the upload request for the
  #     destination. Includes all audience members in the request, regardless of
  #     whether they were successfully ingested or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the upload request for the
  #     destination. Includes all ppids in the request, regardless of
  #     whether they were successfully ingested or not.
  class IngestPpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The status of the ppid data removal from the destination.
  # @!attribute [rw] record_count
  #   @return [::Integer]
  #     The total count of audience members sent in the removal request. Includes
  #     all audience members in the request, regardless of whether they were
  #     successfully removed or not.
  # @!attribute [rw] ppid_count
  #   @return [::Integer]
  #     The total count of ppids sent in the removal request. Includes all
  #     ppids in the request, regardless of whether they were successfully
  #     removed or not.
  class RemovePpidDataStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The request status.
  module RequestStatus
    # The request status is unknown.
    REQUEST_STATUS_UNKNOWN = 0

    # The request succeeded.
    SUCCESS = 1

    # The request is processing.
    PROCESSING = 2

    # The request failed.
    FAILED = 3

    # The request partially succeeded.
    PARTIAL_SUCCESS = 4
  end
end