Interface MutateAdGroupLabelsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MutateAdGroupLabelsResponse, MutateAdGroupLabelsResponse.Builder

public interface MutateAdGroupLabelsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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 (for example, 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 (for example, 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 (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 3;
    • getResultsList

      List<MutateAdGroupLabelResult> getResultsList()
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateAdGroupLabelResult results = 2;
    • getResults

      MutateAdGroupLabelResult getResults(int index)
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateAdGroupLabelResult results = 2;
    • getResultsCount

      int getResultsCount()
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateAdGroupLabelResult results = 2;
    • getResultsOrBuilderList

      List<? extends MutateAdGroupLabelResultOrBuilder> getResultsOrBuilderList()
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateAdGroupLabelResult results = 2;
    • getResultsOrBuilder

      MutateAdGroupLabelResultOrBuilder getResultsOrBuilder(int index)
       All results for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateAdGroupLabelResult results = 2;