@@ -141,7 +141,7 @@ message ImportUserEventsRequest {
141141
142142 // The desired location of errors incurred during the Import. Cannot be set
143143 // for inline user event imports.
144- ImportErrorConfig errors_config = 5 ;
144+ ImportErrorConfig error_config = 5 ;
145145}
146146
147147// Response of the ImportUserEventsRequest. If the long running
@@ -153,7 +153,7 @@ message ImportUserEventsResponse {
153153
154154 // Echoes the destination for the complete errors if this field was set in
155155 // the request.
156- ImportErrorConfig errors_config = 2 ;
156+ ImportErrorConfig error_config = 2 ;
157157
158158 // Count of user events imported with complete existing Documents.
159159 int64 joined_events_count = 3 ;
@@ -244,7 +244,7 @@ message ImportDocumentsRequest {
244244 ];
245245
246246 // The desired location of errors incurred during the Import.
247- ImportErrorConfig errors_config = 5 ;
247+ ImportErrorConfig error_config = 5 ;
248248
249249 // The mode of reconciliation between existing documents and the documents to
250250 // be imported. Defaults to
@@ -261,5 +261,5 @@ message ImportDocumentsResponse {
261261 repeated google.rpc.Status error_samples = 1 ;
262262
263263 // Echoes the destination for the complete errors in the request if set.
264- ImportErrorConfig errors_config = 2 ;
264+ ImportErrorConfig error_config = 2 ;
265265}
0 commit comments