public static interface Exercise.ExerciseMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHasGps()
public abstract boolean getHasGps()Optional. Whether the exercise had GPS tracking.
bool has_gps = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The hasGps. |
getPoolLengthMillimeters()
public abstract long getPoolLengthMillimeters()Optional. Pool length in millimeters. Only present in the swimming exercises.
optional int64 pool_length_millimeters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The poolLengthMillimeters. |
hasPoolLengthMillimeters()
public abstract boolean hasPoolLengthMillimeters()Optional. Pool length in millimeters. Only present in the swimming exercises.
optional int64 pool_length_millimeters = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the poolLengthMillimeters field is set. |