Interface MutateCustomerSkAdNetworkConversionValueSchemaResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAppId()
      App ID of the SkanConversionValue modified.
      com.google.protobuf.ByteString getAppIdBytes()
      App ID of the SkanConversionValue modified.
      java.lang.String getResourceName()
      Resource name of the customer that was modified.
      com.google.protobuf.ByteString getResourceNameBytes()
      Resource name of the customer that was modified.
      • 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

      • getResourceName

        java.lang.String getResourceName()
         Resource name of the customer that was modified.
         
        string resource_name = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The resourceName.
      • getResourceNameBytes

        com.google.protobuf.ByteString getResourceNameBytes()
         Resource name of the customer that was modified.
         
        string resource_name = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for resourceName.
      • getAppId

        java.lang.String getAppId()
         App ID of the SkanConversionValue modified.
         
        string app_id = 2;
        Returns:
        The appId.
      • getAppIdBytes

        com.google.protobuf.ByteString getAppIdBytes()
         App ID of the SkanConversionValue modified.
         
        string app_id = 2;
        Returns:
        The bytes for appId.