com.google.ads.googleads.v17.services.UploadConversionAdjustmentsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/conversion_adjustment_upload_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface UploadConversionAdjustmentsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.UploadConversionAdjustmentsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Errors that pertain to conversion adjustment failures in the partial
* failure mode. Returned when all errors occur inside the adjustments. If any
* errors occur outside the adjustments (for example, auth errors), we return
* an RPC level error. See
* https://developers.google.com/google-ads/api/docs/best-practices/partial-failures
* for more information about partial failure.
*
*
* .google.rpc.Status partial_failure_error = 1;
* @return Whether the partialFailureError field is set.
*/
boolean hasPartialFailureError();
/**
*
* Errors that pertain to conversion adjustment failures in the partial
* failure mode. Returned when all errors occur inside the adjustments. If any
* errors occur outside the adjustments (for example, auth errors), we return
* an RPC level error. See
* https://developers.google.com/google-ads/api/docs/best-practices/partial-failures
* for more information about partial failure.
*
*
* .google.rpc.Status partial_failure_error = 1;
* @return The partialFailureError.
*/
com.google.rpc.Status getPartialFailureError();
/**
*
* Errors that pertain to conversion adjustment failures in the partial
* failure mode. Returned when all errors occur inside the adjustments. If any
* errors occur outside the adjustments (for example, auth errors), we return
* an RPC level error. See
* https://developers.google.com/google-ads/api/docs/best-practices/partial-failures
* for more information about partial failure.
*
*
* .google.rpc.Status partial_failure_error = 1;
*/
com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder();
/**
*
* Returned for successfully processed conversion adjustments. Proto will be
* empty for rows that received an error. Results are not returned when
* validate_only is true.
*
*
* repeated .google.ads.googleads.v17.services.ConversionAdjustmentResult results = 2;
*/
java.util.List
getResultsList();
/**
*
* Returned for successfully processed conversion adjustments. Proto will be
* empty for rows that received an error. Results are not returned when
* validate_only is true.
*
*
* repeated .google.ads.googleads.v17.services.ConversionAdjustmentResult results = 2;
*/
com.google.ads.googleads.v17.services.ConversionAdjustmentResult getResults(int index);
/**
*
* Returned for successfully processed conversion adjustments. Proto will be
* empty for rows that received an error. Results are not returned when
* validate_only is true.
*
*
* repeated .google.ads.googleads.v17.services.ConversionAdjustmentResult results = 2;
*/
int getResultsCount();
/**
*
* Returned for successfully processed conversion adjustments. Proto will be
* empty for rows that received an error. Results are not returned when
* validate_only is true.
*
*
* repeated .google.ads.googleads.v17.services.ConversionAdjustmentResult results = 2;
*/
java.util.List extends com.google.ads.googleads.v17.services.ConversionAdjustmentResultOrBuilder>
getResultsOrBuilderList();
/**
*
* Returned for successfully processed conversion adjustments. Proto will be
* empty for rows that received an error. Results are not returned when
* validate_only is true.
*
*
* repeated .google.ads.googleads.v17.services.ConversionAdjustmentResult results = 2;
*/
com.google.ads.googleads.v17.services.ConversionAdjustmentResultOrBuilder getResultsOrBuilder(
int index);
/**
*
* Job ID for the upload batch.
*
*
* int64 job_id = 3;
* @return The jobId.
*/
long getJobId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy