Interface MutateKeywordPlanAdGroupsResponseOrBuilder

    • Method Detail

      • 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 an RPC level error.
         
        .google.rpc.Status partial_failure_error = 3;
        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 an RPC level error.
         
        .google.rpc.Status partial_failure_error = 3;
        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 an RPC level error.
         
        .google.rpc.Status partial_failure_error = 3;
      • getResultsList

        java.util.List<MutateKeywordPlanAdGroupResult> getResultsList()
         All results for the mutate. The order of the results is determined by the
         order of the keywords in the original request.
         
        repeated .google.ads.googleads.v10.services.MutateKeywordPlanAdGroupResult results = 2;
      • getResults

        MutateKeywordPlanAdGroupResult getResults​(int index)
         All results for the mutate. The order of the results is determined by the
         order of the keywords in the original request.
         
        repeated .google.ads.googleads.v10.services.MutateKeywordPlanAdGroupResult results = 2;
      • getResultsCount

        int getResultsCount()
         All results for the mutate. The order of the results is determined by the
         order of the keywords in the original request.
         
        repeated .google.ads.googleads.v10.services.MutateKeywordPlanAdGroupResult results = 2;
      • getResultsOrBuilderList

        java.util.List<? extends MutateKeywordPlanAdGroupResultOrBuilder> getResultsOrBuilderList()
         All results for the mutate. The order of the results is determined by the
         order of the keywords in the original request.
         
        repeated .google.ads.googleads.v10.services.MutateKeywordPlanAdGroupResult results = 2;
      • getResultsOrBuilder

        MutateKeywordPlanAdGroupResultOrBuilder getResultsOrBuilder​(int index)
         All results for the mutate. The order of the results is determined by the
         order of the keywords in the original request.
         
        repeated .google.ads.googleads.v10.services.MutateKeywordPlanAdGroupResult results = 2;