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 Summary
Modifier and TypeMethodDescriptiongetResults(int index) All results for the mutate.intAll results for the mutate.All results for the mutate.getResultsOrBuilder(int index) All results for the mutate.List<? extends MutateCustomInterestResultOrBuilder>All results for the mutate.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResultsList
List<MutateCustomInterestResult> getResultsList()All results for the mutate.
repeated .google.ads.googleads.v18.services.MutateCustomInterestResult results = 2; -
getResults
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
All results for the mutate.
repeated .google.ads.googleads.v18.services.MutateCustomInterestResult results = 2;
-