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, IngestUserDataStatus, RemoveAudienceMembersStatus, RemoveMobileDataStatus, RemovePairDataStatus, RemoveUserDataStatus

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
# 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`. 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`. 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`. 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`. 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`. 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`. 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 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
# 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`. 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`. 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`. 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`. 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`. 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`. 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 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
# 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`. 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`. 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`. 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`. 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`. 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`. 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 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
# 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`. 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`. 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`. 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`. 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`. 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`. 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 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
# 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`. 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`. 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`. 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`. 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`. 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`. 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 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
# 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`. 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`. 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`. 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`. 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`. 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`. 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 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
# 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`. 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`. 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`. 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`. 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`. 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`. 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 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