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
Modifier and TypeMethodDescriptiongetResults(int index) A result that identifies the resource affected by the mutate request.intA result that identifies the resource affected by the mutate request.A result that identifies the resource affected by the mutate request.getResultsOrBuilder(int index) A result that identifies the resource affected by the mutate request.List<? extends MutateCustomerManagerLinkResultOrBuilder>A result that identifies the resource affected by the mutate request.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<MutateCustomerManagerLinkResult> getResultsList()A result that identifies the resource affected by the mutate request.
repeated .google.ads.googleads.v18.services.MutateCustomerManagerLinkResult results = 1; -
getResults
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
A result that identifies the resource affected by the mutate request.
repeated .google.ads.googleads.v18.services.MutateCustomerManagerLinkResult results = 1;
-