Interface MutateCustomerClientLinkResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MutateCustomerClientLinkResult getResult()
      A result that identifies the resource affected by the mutate request.
      MutateCustomerClientLinkResultOrBuilder getResultOrBuilder()
      A result that identifies the resource affected by the mutate request.
      boolean hasResult()
      A result that identifies the resource affected by the mutate request.
      • 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()
         A result that identifies the resource affected by the mutate request.
         
        .google.ads.googleads.v14.services.MutateCustomerClientLinkResult result = 1;
        Returns:
        Whether the result field is set.
      • getResult

        MutateCustomerClientLinkResult getResult()
         A result that identifies the resource affected by the mutate request.
         
        .google.ads.googleads.v14.services.MutateCustomerClientLinkResult result = 1;
        Returns:
        The result.
      • getResultOrBuilder

        MutateCustomerClientLinkResultOrBuilder getResultOrBuilder()
         A result that identifies the resource affected by the mutate request.
         
        .google.ads.googleads.v14.services.MutateCustomerClientLinkResult result = 1;