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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutateCustomInterestResultgetResults(int index)All results for the mutate.intgetResultsCount()All results for the mutate.java.util.List<MutateCustomInterestResult>getResultsList()All results for the mutate.MutateCustomInterestResultOrBuildergetResultsOrBuilder(int index)All results for the mutate.java.util.List<? extends MutateCustomInterestResultOrBuilder>getResultsOrBuilderList()All results for the mutate.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-