Interface LocationInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The geo target constant resource name.
    com.google.protobuf.ByteString
    The geo target constant resource name.
    boolean
    The geo target constant resource name.

    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

    • hasGeoTargetConstant

      boolean hasGeoTargetConstant()
       The geo target constant resource name.
       
      optional string geo_target_constant = 2;
      Returns:
      Whether the geoTargetConstant field is set.
    • getGeoTargetConstant

      String getGeoTargetConstant()
       The geo target constant resource name.
       
      optional string geo_target_constant = 2;
      Returns:
      The geoTargetConstant.
    • getGeoTargetConstantBytes

      com.google.protobuf.ByteString getGeoTargetConstantBytes()
       The geo target constant resource name.
       
      optional string geo_target_constant = 2;
      Returns:
      The bytes for geoTargetConstant.