com.google.ads.googleads.v17.services.UploadClickConversionsResponseOrBuilder 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_upload_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface UploadClickConversionsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.UploadClickConversionsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Errors that pertain to conversion failures in the partial failure mode.
* Returned when all errors occur inside the conversions. If any errors occur
* outside the conversions (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 failures in the partial failure mode.
* Returned when all errors occur inside the conversions. If any errors occur
* outside the conversions (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 failures in the partial failure mode.
* Returned when all errors occur inside the conversions. If any errors occur
* outside the conversions (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 conversions. 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.ClickConversionResult results = 2;
*/
java.util.List
getResultsList();
/**
*
* Returned for successfully processed conversions. 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.ClickConversionResult results = 2;
*/
com.google.ads.googleads.v17.services.ClickConversionResult getResults(int index);
/**
*
* Returned for successfully processed conversions. 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.ClickConversionResult results = 2;
*/
int getResultsCount();
/**
*
* Returned for successfully processed conversions. 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.ClickConversionResult results = 2;
*/
java.util.List extends com.google.ads.googleads.v17.services.ClickConversionResultOrBuilder>
getResultsOrBuilderList();
/**
*
* Returned for successfully processed conversions. 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.ClickConversionResult results = 2;
*/
com.google.ads.googleads.v17.services.ClickConversionResultOrBuilder 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