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 TypeMethodDescriptionThe geo target constant resource name.com.google.protobuf.ByteStringThe geo target constant resource name.booleanThe geo target constant resource name.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-