Interface MutateCustomInterestsResponseOrBuilder

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

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

    • getResultsList

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

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

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

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

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