Interface MutateCustomerManagerLinkResponseOrBuilder

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

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

    • getResultsList

       A result that identifies the resource affected by the mutate request.
       
      repeated .google.ads.googleads.v18.services.MutateCustomerManagerLinkResult results = 1;
    • getResults

      MutateCustomerManagerLinkResult getResults(int index)
       A result that identifies the resource affected by the mutate request.
       
      repeated .google.ads.googleads.v18.services.MutateCustomerManagerLinkResult results = 1;
    • getResultsCount

      int getResultsCount()
       A result that identifies the resource affected by the mutate request.
       
      repeated .google.ads.googleads.v18.services.MutateCustomerManagerLinkResult results = 1;
    • getResultsOrBuilderList

      List<? extends MutateCustomerManagerLinkResultOrBuilder> getResultsOrBuilderList()
       A result that identifies the resource affected by the mutate request.
       
      repeated .google.ads.googleads.v18.services.MutateCustomerManagerLinkResult results = 1;
    • getResultsOrBuilder

      MutateCustomerManagerLinkResultOrBuilder getResultsOrBuilder(int index)
       A result that identifies the resource affected by the mutate request.
       
      repeated .google.ads.googleads.v18.services.MutateCustomerManagerLinkResult results = 1;