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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutateCustomerManagerLinkResultgetResults(int index)A result that identifies the resource affected by the mutate request.intgetResultsCount()A result that identifies the resource affected by the mutate request.java.util.List<MutateCustomerManagerLinkResult>getResultsList()A result that identifies the resource affected by the mutate request.MutateCustomerManagerLinkResultOrBuildergetResultsOrBuilder(int index)A result that identifies the resource affected by the mutate request.java.util.List<? extends MutateCustomerManagerLinkResultOrBuilder>getResultsOrBuilderList()A result that identifies the resource affected by the mutate request.-
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<MutateCustomerManagerLinkResult> getResultsList()
A result that identifies the resource affected by the mutate request.
repeated .google.ads.googleads.v10.services.MutateCustomerManagerLinkResult results = 1;
-
getResults
MutateCustomerManagerLinkResult getResults(int index)
A result that identifies the resource affected by the mutate request.
repeated .google.ads.googleads.v10.services.MutateCustomerManagerLinkResult results = 1;
-
getResultsCount
int getResultsCount()
A result that identifies the resource affected by the mutate request.
repeated .google.ads.googleads.v10.services.MutateCustomerManagerLinkResult results = 1;
-
getResultsOrBuilderList
java.util.List<? extends MutateCustomerManagerLinkResultOrBuilder> getResultsOrBuilderList()
A result that identifies the resource affected by the mutate request.
repeated .google.ads.googleads.v10.services.MutateCustomerManagerLinkResult results = 1;
-
getResultsOrBuilder
MutateCustomerManagerLinkResultOrBuilder getResultsOrBuilder(int index)
A result that identifies the resource affected by the mutate request.
repeated .google.ads.googleads.v10.services.MutateCustomerManagerLinkResult results = 1;
-
-