Interface MutateCustomerResponseOrBuilder

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

    public interface MutateCustomerResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MutateCustomerResult getResult()
      Result for the mutate.
      MutateCustomerResultOrBuilder getResultOrBuilder()
      Result for the mutate.
      boolean hasResult()
      Result for the mutate.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasResult

        boolean hasResult()
         Result for the mutate.
         
        .google.ads.googleads.v13.services.MutateCustomerResult result = 2;
        Returns:
        Whether the result field is set.
      • getResult

        MutateCustomerResult getResult()
         Result for the mutate.
         
        .google.ads.googleads.v13.services.MutateCustomerResult result = 2;
        Returns:
        The result.
      • getResultOrBuilder

        MutateCustomerResultOrBuilder getResultOrBuilder()
         Result for the mutate.
         
        .google.ads.googleads.v13.services.MutateCustomerResult result = 2;