All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.DistanceViewOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/distance_view.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface DistanceViewOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.DistanceView)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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) = { ... } * @return The resourceName. */ java.lang.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) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. Grouping of user distance from location extensions.
   * 
* * .google.ads.googleads.v17.enums.DistanceBucketEnum.DistanceBucket distance_bucket = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for distanceBucket. */ int getDistanceBucketValue(); /** *
   * Output only. Grouping of user distance from location extensions.
   * 
* * .google.ads.googleads.v17.enums.DistanceBucketEnum.DistanceBucket distance_bucket = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The distanceBucket. */ com.google.ads.googleads.v17.enums.DistanceBucketEnum.DistanceBucket getDistanceBucket(); /** *
   * Output only. True if the DistanceBucket is using the metric system, false
   * otherwise.
   * 
* * optional bool metric_system = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the metricSystem field is set. */ 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]; * @return The metricSystem. */ boolean getMetricSystem(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy