Interface ApplyRecommendationResponseOrBuilder

    • Method Detail

      • getResultsList

        java.util.List<ApplyRecommendationResult> getResultsList()
         Results of operations to apply recommendations.
         
        repeated .google.ads.googleads.v10.services.ApplyRecommendationResult results = 1;
      • getResults

        ApplyRecommendationResult getResults​(int index)
         Results of operations to apply recommendations.
         
        repeated .google.ads.googleads.v10.services.ApplyRecommendationResult results = 1;
      • getResultsCount

        int getResultsCount()
         Results of operations to apply recommendations.
         
        repeated .google.ads.googleads.v10.services.ApplyRecommendationResult results = 1;
      • getResultsOrBuilderList

        java.util.List<? extends ApplyRecommendationResultOrBuilder> getResultsOrBuilderList()
         Results of operations to apply recommendations.
         
        repeated .google.ads.googleads.v10.services.ApplyRecommendationResult results = 1;
      • getResultsOrBuilder

        ApplyRecommendationResultOrBuilder getResultsOrBuilder​(int index)
         Results of operations to apply recommendations.
         
        repeated .google.ads.googleads.v10.services.ApplyRecommendationResult results = 1;
      • hasPartialFailureError

        boolean hasPartialFailureError()
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors)
         we return the RPC level error.
         
        .google.rpc.Status partial_failure_error = 2;
        Returns:
        Whether the partialFailureError field is set.
      • getPartialFailureError

        com.google.rpc.Status getPartialFailureError()
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors)
         we return the RPC level error.
         
        .google.rpc.Status partial_failure_error = 2;
        Returns:
        The partialFailureError.
      • getPartialFailureErrorOrBuilder

        com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder()
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors)
         we return the RPC level error.
         
        .google.rpc.Status partial_failure_error = 2;