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

com.google.ads.googleads.v17.common.GeoPointInfoOrBuilder Maven / Gradle / Ivy

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

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

public interface GeoPointInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.GeoPointInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Micro degrees for the longitude.
   * 
* * optional int32 longitude_in_micro_degrees = 3; * @return Whether the longitudeInMicroDegrees field is set. */ boolean hasLongitudeInMicroDegrees(); /** *
   * Micro degrees for the longitude.
   * 
* * optional int32 longitude_in_micro_degrees = 3; * @return The longitudeInMicroDegrees. */ int getLongitudeInMicroDegrees(); /** *
   * Micro degrees for the latitude.
   * 
* * optional int32 latitude_in_micro_degrees = 4; * @return Whether the latitudeInMicroDegrees field is set. */ boolean hasLatitudeInMicroDegrees(); /** *
   * Micro degrees for the latitude.
   * 
* * optional int32 latitude_in_micro_degrees = 4; * @return The latitudeInMicroDegrees. */ int getLatitudeInMicroDegrees(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy