Interface DistanceViewOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Output only.
    int
    Output only.
    boolean
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    boolean
    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

    • getResourceName

      String getResourceName()
       Output only. The resource name of the distance view.
       Distance view resource names have the form:
      
       `customers/{customer_id}/distanceViews/1~{distance_bucket}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Output only. The resource name of the distance view.
       Distance view resource names have the form:
      
       `customers/{customer_id}/distanceViews/1~{distance_bucket}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • getDistanceBucketValue

      int getDistanceBucketValue()
       Output only. Grouping of user distance from location extensions.
       
      .google.ads.googleads.v18.enums.DistanceBucketEnum.DistanceBucket distance_bucket = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for distanceBucket.
    • getDistanceBucket

       Output only. Grouping of user distance from location extensions.
       
      .google.ads.googleads.v18.enums.DistanceBucketEnum.DistanceBucket distance_bucket = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The distanceBucket.
    • hasMetricSystem

      boolean hasMetricSystem()
       Output only. True if the DistanceBucket is using the metric system, false
       otherwise.
       
      optional bool metric_system = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the metricSystem field is set.
    • getMetricSystem

      boolean getMetricSystem()
       Output only. True if the DistanceBucket is using the metric system, false
       otherwise.
       
      optional bool metric_system = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The metricSystem.