Interface MutateCustomInterestsResponseOrBuilder

    • Method Detail

      • getResultsList

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

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

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

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

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