Interface UploadClickConversionsResponseOrBuilder

    • Method Detail

      • hasPartialFailureError

        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 (e.g. 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;
        Returns:
        Whether the partialFailureError field is set.
      • getPartialFailureError

        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 (e.g. 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;
        Returns:
        The partialFailureError.
      • getPartialFailureErrorOrBuilder

        com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder()
         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 (e.g. 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;
      • getResultsList

        java.util.List<ClickConversionResult> 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.v10.services.ClickConversionResult results = 2;
      • getResults

        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.v10.services.ClickConversionResult results = 2;
      • getResultsCount

        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.v10.services.ClickConversionResult results = 2;
      • getResultsOrBuilderList

        java.util.List<? extends 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.v10.services.ClickConversionResult results = 2;
      • getResultsOrBuilder

        ClickConversionResultOrBuilder getResultsOrBuilder​(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.v10.services.ClickConversionResult results = 2;