Package com.buildless.telemetry
Class EventLocation.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
com.buildless.telemetry.EventLocation.Builder
- All Implemented Interfaces:
EventLocationOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
EventLocation
public static final class EventLocation.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
implements EventLocationOrBuilder
## Event Location Specifies originating location information for a telemetry event, to the extent it is known by either the client, or the telemetry system. Location info includes the source IP and other location info embedded in the request.Protobuf type
buildless.telemetry.EventLocation-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()The only required value for an event locality payload.Detected edge region (state or province) for this event.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Detected locality (city name) for this event.Detected Nielsen metro (DMA) code for the provided location information on this event.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event.Detected region (state or province) for this event.Specifies the salted and hashed bytes of the IP address which delivered this event.clearTag()Specifies the geo-hash tag value associated with this event location.Specifies the timezone code for the originating location of this event.clone()The only required value for an event locality payload.com.google.protobuf.ByteStringThe only required value for an event locality payload.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetEdge()Detected edge region (state or province) for this event.com.google.protobuf.ByteStringDetected edge region (state or province) for this event.Detected locality (city name) for this event.com.google.protobuf.ByteStringDetected locality (city name) for this event.Detected Nielsen metro (DMA) code for the provided location information on this event.com.google.protobuf.ByteStringDetected Nielsen metro (DMA) code for the provided location information on this event.getPoint()Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event.Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event.Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event.Detected region (state or province) for this event.com.google.protobuf.ByteStringDetected region (state or province) for this event.com.google.protobuf.ByteStringSpecifies the salted and hashed bytes of the IP address which delivered this event.getTag()Specifies the geo-hash tag value associated with this event location.com.google.protobuf.ByteStringSpecifies the geo-hash tag value associated with this event location.Specifies the timezone code for the originating location of this event.com.google.protobuf.ByteStringSpecifies the timezone code for the originating location of this event.booleanhasPoint()Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(EventLocation other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergePoint(GeoPoint value) Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event.final EventLocation.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setCountry(String value) The only required value for an event locality payload.setCountryBytes(com.google.protobuf.ByteString value) The only required value for an event locality payload.Detected edge region (state or province) for this event.setEdgeBytes(com.google.protobuf.ByteString value) Detected edge region (state or province) for this event.setLocality(String value) Detected locality (city name) for this event.setLocalityBytes(com.google.protobuf.ByteString value) Detected locality (city name) for this event.setNielsen(String value) Detected Nielsen metro (DMA) code for the provided location information on this event.setNielsenBytes(com.google.protobuf.ByteString value) Detected Nielsen metro (DMA) code for the provided location information on this event.Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event.setPoint(GeoPoint.Builder builderForValue) Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event.Detected region (state or province) for this event.setRegionBytes(com.google.protobuf.ByteString value) Detected region (state or province) for this event.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setSourceIp(com.google.protobuf.ByteString value) Specifies the salted and hashed bytes of the IP address which delivered this event.Specifies the geo-hash tag value associated with this event location.setTagBytes(com.google.protobuf.ByteString value) Specifies the geo-hash tag value associated with this event location.setTimezone(String value) Specifies the timezone code for the originating location of this event.setTimezoneBytes(com.google.protobuf.ByteString value) Specifies the timezone code for the originating location of this event.final EventLocation.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
setField
public EventLocation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
setRepeatedField
public EventLocation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
addRepeatedField
public EventLocation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<EventLocation.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
mergeFrom
public EventLocation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<EventLocation.Builder>- Throws:
IOException
-
getSourceIp
public com.google.protobuf.ByteString getSourceIp()Specifies the salted and hashed bytes of the IP address which delivered this event. This value is guaranteed to be stable for a given input IP address within the scope of a Buildless tenant or user account.
bytes source_ip = 1 [json_name = "sourceIp", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getSourceIpin interfaceEventLocationOrBuilder- Returns:
- The sourceIp.
-
setSourceIp
Specifies the salted and hashed bytes of the IP address which delivered this event. This value is guaranteed to be stable for a given input IP address within the scope of a Buildless tenant or user account.
bytes source_ip = 1 [json_name = "sourceIp", (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The sourceIp to set.- Returns:
- This builder for chaining.
-
clearSourceIp
Specifies the salted and hashed bytes of the IP address which delivered this event. This value is guaranteed to be stable for a given input IP address within the scope of a Buildless tenant or user account.
bytes source_ip = 1 [json_name = "sourceIp", (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
getTimezone
Specifies the timezone code for the originating location of this event. This value is calculated by the telemetry system on a best-effort basis, or it can be declared and sent by the client.
string timezone = 2 [json_name = "timezone", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getTimezonein interfaceEventLocationOrBuilder- Returns:
- The timezone.
-
getTimezoneBytes
public com.google.protobuf.ByteString getTimezoneBytes()Specifies the timezone code for the originating location of this event. This value is calculated by the telemetry system on a best-effort basis, or it can be declared and sent by the client.
string timezone = 2 [json_name = "timezone", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getTimezoneBytesin interfaceEventLocationOrBuilder- Returns:
- The bytes for timezone.
-
setTimezone
Specifies the timezone code for the originating location of this event. This value is calculated by the telemetry system on a best-effort basis, or it can be declared and sent by the client.
string timezone = 2 [json_name = "timezone", (.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The timezone to set.- Returns:
- This builder for chaining.
-
clearTimezone
Specifies the timezone code for the originating location of this event. This value is calculated by the telemetry system on a best-effort basis, or it can be declared and sent by the client.
string timezone = 2 [json_name = "timezone", (.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setTimezoneBytes
Specifies the timezone code for the originating location of this event. This value is calculated by the telemetry system on a best-effort basis, or it can be declared and sent by the client.
string timezone = 2 [json_name = "timezone", (.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for timezone to set.- Returns:
- This builder for chaining.
-
hasPoint
public boolean hasPoint()Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event. This value is optional, and can be provided by the client.
.buildless.telemetry.GeoPoint point = 3 [json_name = "point", (.google.api.field_behavior) = OPTIONAL];- Specified by:
hasPointin interfaceEventLocationOrBuilder- Returns:
- Whether the point field is set.
-
getPoint
Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event. This value is optional, and can be provided by the client.
.buildless.telemetry.GeoPoint point = 3 [json_name = "point", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getPointin interfaceEventLocationOrBuilder- Returns:
- The point.
-
setPoint
Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event. This value is optional, and can be provided by the client.
.buildless.telemetry.GeoPoint point = 3 [json_name = "point", (.google.api.field_behavior) = OPTIONAL]; -
setPoint
Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event. This value is optional, and can be provided by the client.
.buildless.telemetry.GeoPoint point = 3 [json_name = "point", (.google.api.field_behavior) = OPTIONAL]; -
mergePoint
Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event. This value is optional, and can be provided by the client.
.buildless.telemetry.GeoPoint point = 3 [json_name = "point", (.google.api.field_behavior) = OPTIONAL]; -
clearPoint
Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event. This value is optional, and can be provided by the client.
.buildless.telemetry.GeoPoint point = 3 [json_name = "point", (.google.api.field_behavior) = OPTIONAL]; -
getPointBuilder
Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event. This value is optional, and can be provided by the client.
.buildless.telemetry.GeoPoint point = 3 [json_name = "point", (.google.api.field_behavior) = OPTIONAL]; -
getPointOrBuilder
Specifies an explicit geo-point where this event originates from, or, the telemetry system's best-effort guess as to the originating location for this event. This value is optional, and can be provided by the client.
.buildless.telemetry.GeoPoint point = 3 [json_name = "point", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getPointOrBuilderin interfaceEventLocationOrBuilder
-
getNielsen
Detected Nielsen metro (DMA) code for the provided location information on this event. This value is only available if the telemetry system is able to detect and resolve a Nielsen metro code for the provided location information.
string nielsen = 4 [json_name = "nielsen", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNielsenin interfaceEventLocationOrBuilder- Returns:
- The nielsen.
-
getNielsenBytes
public com.google.protobuf.ByteString getNielsenBytes()Detected Nielsen metro (DMA) code for the provided location information on this event. This value is only available if the telemetry system is able to detect and resolve a Nielsen metro code for the provided location information.
string nielsen = 4 [json_name = "nielsen", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNielsenBytesin interfaceEventLocationOrBuilder- Returns:
- The bytes for nielsen.
-
setNielsen
Detected Nielsen metro (DMA) code for the provided location information on this event. This value is only available if the telemetry system is able to detect and resolve a Nielsen metro code for the provided location information.
string nielsen = 4 [json_name = "nielsen", (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The nielsen to set.- Returns:
- This builder for chaining.
-
clearNielsen
Detected Nielsen metro (DMA) code for the provided location information on this event. This value is only available if the telemetry system is able to detect and resolve a Nielsen metro code for the provided location information.
string nielsen = 4 [json_name = "nielsen", (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setNielsenBytes
Detected Nielsen metro (DMA) code for the provided location information on this event. This value is only available if the telemetry system is able to detect and resolve a Nielsen metro code for the provided location information.
string nielsen = 4 [json_name = "nielsen", (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for nielsen to set.- Returns:
- This builder for chaining.
-
getLocality
Detected locality (city name) for this event. This value is a best-effort calculation, just like the `nielsen` code, unless location info is provided explicitly by the client.
string locality = 5 [json_name = "locality", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getLocalityin interfaceEventLocationOrBuilder- Returns:
- The locality.
-
getLocalityBytes
public com.google.protobuf.ByteString getLocalityBytes()Detected locality (city name) for this event. This value is a best-effort calculation, just like the `nielsen` code, unless location info is provided explicitly by the client.
string locality = 5 [json_name = "locality", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getLocalityBytesin interfaceEventLocationOrBuilder- Returns:
- The bytes for locality.
-
setLocality
Detected locality (city name) for this event. This value is a best-effort calculation, just like the `nielsen` code, unless location info is provided explicitly by the client.
string locality = 5 [json_name = "locality", (.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The locality to set.- Returns:
- This builder for chaining.
-
clearLocality
Detected locality (city name) for this event. This value is a best-effort calculation, just like the `nielsen` code, unless location info is provided explicitly by the client.
string locality = 5 [json_name = "locality", (.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setLocalityBytes
Detected locality (city name) for this event. This value is a best-effort calculation, just like the `nielsen` code, unless location info is provided explicitly by the client.
string locality = 5 [json_name = "locality", (.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for locality to set.- Returns:
- This builder for chaining.
-
getRegion
Detected region (state or province) for this event. This value is a best-effort calculation, just like the other detected location values listed on this payload.
string region = 6 [json_name = "region", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getRegionin interfaceEventLocationOrBuilder- Returns:
- The region.
-
getRegionBytes
public com.google.protobuf.ByteString getRegionBytes()Detected region (state or province) for this event. This value is a best-effort calculation, just like the other detected location values listed on this payload.
string region = 6 [json_name = "region", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getRegionBytesin interfaceEventLocationOrBuilder- Returns:
- The bytes for region.
-
setRegion
Detected region (state or province) for this event. This value is a best-effort calculation, just like the other detected location values listed on this payload.
string region = 6 [json_name = "region", (.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The region to set.- Returns:
- This builder for chaining.
-
clearRegion
Detected region (state or province) for this event. This value is a best-effort calculation, just like the other detected location values listed on this payload.
string region = 6 [json_name = "region", (.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setRegionBytes
Detected region (state or province) for this event. This value is a best-effort calculation, just like the other detected location values listed on this payload.
string region = 6 [json_name = "region", (.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for region to set.- Returns:
- This builder for chaining.
-
getCountry
The only required value for an event locality payload. If not provided by the client, this value will be reliably detected (on a best-effort basis) and filled in on behalf of the client by the telemetry system.
string country = 7 [json_name = "country", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getCountryin interfaceEventLocationOrBuilder- Returns:
- The country.
-
getCountryBytes
public com.google.protobuf.ByteString getCountryBytes()The only required value for an event locality payload. If not provided by the client, this value will be reliably detected (on a best-effort basis) and filled in on behalf of the client by the telemetry system.
string country = 7 [json_name = "country", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getCountryBytesin interfaceEventLocationOrBuilder- Returns:
- The bytes for country.
-
setCountry
The only required value for an event locality payload. If not provided by the client, this value will be reliably detected (on a best-effort basis) and filled in on behalf of the client by the telemetry system.
string country = 7 [json_name = "country", (.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The country to set.- Returns:
- This builder for chaining.
-
clearCountry
The only required value for an event locality payload. If not provided by the client, this value will be reliably detected (on a best-effort basis) and filled in on behalf of the client by the telemetry system.
string country = 7 [json_name = "country", (.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setCountryBytes
The only required value for an event locality payload. If not provided by the client, this value will be reliably detected (on a best-effort basis) and filled in on behalf of the client by the telemetry system.
string country = 7 [json_name = "country", (.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for country to set.- Returns:
- This builder for chaining.
-
getTag
Specifies the geo-hash tag value associated with this event location. This value is typically calculated by the service based on available geographic input material.
string tag = 8 [json_name = "tag", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTagin interfaceEventLocationOrBuilder- Returns:
- The tag.
-
getTagBytes
public com.google.protobuf.ByteString getTagBytes()Specifies the geo-hash tag value associated with this event location. This value is typically calculated by the service based on available geographic input material.
string tag = 8 [json_name = "tag", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTagBytesin interfaceEventLocationOrBuilder- Returns:
- The bytes for tag.
-
setTag
Specifies the geo-hash tag value associated with this event location. This value is typically calculated by the service based on available geographic input material.
string tag = 8 [json_name = "tag", (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The tag to set.- Returns:
- This builder for chaining.
-
clearTag
Specifies the geo-hash tag value associated with this event location. This value is typically calculated by the service based on available geographic input material.
string tag = 8 [json_name = "tag", (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setTagBytes
Specifies the geo-hash tag value associated with this event location. This value is typically calculated by the service based on available geographic input material.
string tag = 8 [json_name = "tag", (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for tag to set.- Returns:
- This builder for chaining.
-
getEdge
Detected edge region (state or province) for this event. This value is indicated by the edge CDN service, and specifies the edge region where traffic first entered the network.
string edge = 9 [json_name = "edge", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getEdgein interfaceEventLocationOrBuilder- Returns:
- The edge.
-
getEdgeBytes
public com.google.protobuf.ByteString getEdgeBytes()Detected edge region (state or province) for this event. This value is indicated by the edge CDN service, and specifies the edge region where traffic first entered the network.
string edge = 9 [json_name = "edge", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getEdgeBytesin interfaceEventLocationOrBuilder- Returns:
- The bytes for edge.
-
setEdge
Detected edge region (state or province) for this event. This value is indicated by the edge CDN service, and specifies the edge region where traffic first entered the network.
string edge = 9 [json_name = "edge", (.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The edge to set.- Returns:
- This builder for chaining.
-
clearEdge
Detected edge region (state or province) for this event. This value is indicated by the edge CDN service, and specifies the edge region where traffic first entered the network.
string edge = 9 [json_name = "edge", (.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setEdgeBytes
Detected edge region (state or province) for this event. This value is indicated by the edge CDN service, and specifies the edge region where traffic first entered the network.
string edge = 9 [json_name = "edge", (.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The bytes for edge to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final EventLocation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-
mergeUnknownFields
public final EventLocation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<EventLocation.Builder>
-