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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getGeoTargetConstant()
      The geo target constant resource name.
      com.google.protobuf.ByteString getGeoTargetConstantBytes()
      The geo target constant resource name.
      boolean hasGeoTargetConstant()
      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 Detail

      • hasGeoTargetConstant

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

        java.lang.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.