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

com.google.ads.googleads.v10.services.UploadConversionAdjustmentsResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/services/conversion_adjustment_upload_service.proto

package com.google.ads.googleads.v10.services;

public interface UploadConversionAdjustmentsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.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.v10.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.v10.services.ConversionAdjustmentResult results = 2; */ com.google.ads.googleads.v10.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.v10.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.v10.services.ConversionAdjustmentResult results = 2; */ java.util.List 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.v10.services.ConversionAdjustmentResult results = 2; */ com.google.ads.googleads.v10.services.ConversionAdjustmentResultOrBuilder getResultsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy