Interface CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.ConversionValueMappingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.ConversionValueMapping,CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.ConversionValueMapping.Builder
public static interface CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.ConversionValueMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMappedEvents(int index) Output only.intOutput only.Output only.getMappedEventsOrBuilder(int index) Output only.List<? extends CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.EventOrBuilder>Output only.longOutput only.longOutput only.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
-
getMinTimePostInstallHours
long getMinTimePostInstallHours()Output only. The minimum of the time range in which a user was last active during the measurement window.
int64 min_time_post_install_hours = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The minTimePostInstallHours.
-
getMaxTimePostInstallHours
long getMaxTimePostInstallHours()Output only. The maximum of the time range in which a user was last active during the measurement window.
int64 max_time_post_install_hours = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The maxTimePostInstallHours.
-
getMappedEventsList
List<CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event> getMappedEventsList()Output only. The conversion value may be mapped to multiple events with various attributes.
repeated .google.ads.googleads.v18.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event mapped_events = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getMappedEvents
CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event getMappedEvents(int index) Output only. The conversion value may be mapped to multiple events with various attributes.
repeated .google.ads.googleads.v18.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event mapped_events = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getMappedEventsCount
int getMappedEventsCount()Output only. The conversion value may be mapped to multiple events with various attributes.
repeated .google.ads.googleads.v18.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event mapped_events = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getMappedEventsOrBuilderList
List<? extends CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.EventOrBuilder> getMappedEventsOrBuilderList()Output only. The conversion value may be mapped to multiple events with various attributes.
repeated .google.ads.googleads.v18.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event mapped_events = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getMappedEventsOrBuilder
CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.EventOrBuilder getMappedEventsOrBuilder(int index) Output only. The conversion value may be mapped to multiple events with various attributes.
repeated .google.ads.googleads.v18.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event mapped_events = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-