All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.UploadCallConversionsResponseOrBuilder Maven / Gradle / Ivy

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 UploadCallConversionsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.UploadCallConversionsResponse)
    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.CallConversionResult 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.CallConversionResult results = 2; */ com.google.ads.googleads.v17.services.CallConversionResult 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.CallConversionResult 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.CallConversionResult results = 2; */ java.util.List 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.CallConversionResult results = 2; */ com.google.ads.googleads.v17.services.CallConversionResultOrBuilder getResultsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy