Interface OfflineUserDataJobMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Output only.
    int
    Output only.

    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 Details

    • getMatchRateRangeValue

      int getMatchRateRangeValue()
       Output only. Match rate of the Customer Match user list upload. Describes
       the estimated match rate when the status of the job is "RUNNING" and final
       match rate when the final match rate is available after the status of the
       job is "SUCCESS/FAILED".
       
      .google.ads.googleads.v18.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for matchRateRange.
    • getMatchRateRange

       Output only. Match rate of the Customer Match user list upload. Describes
       the estimated match rate when the status of the job is "RUNNING" and final
       match rate when the final match rate is available after the status of the
       job is "SUCCESS/FAILED".
       
      .google.ads.googleads.v18.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The matchRateRange.