public static interface SearchJobsResponse.CommuteInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Location |
getJobLocation()
Location used as the destination in the commute calculation.
|
LocationOrBuilder |
getJobLocationOrBuilder()
Location used as the destination in the commute calculation.
|
com.google.protobuf.Duration |
getTravelDuration()
The number of seconds required to travel to the job location from the
query location.
|
com.google.protobuf.DurationOrBuilder |
getTravelDurationOrBuilder()
The number of seconds required to travel to the job location from the
query location.
|
boolean |
hasJobLocation()
Location used as the destination in the commute calculation.
|
boolean |
hasTravelDuration()
The number of seconds required to travel to the job location from the
query location.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasJobLocation()
Location used as the destination in the commute calculation.
.google.cloud.talent.v4beta1.Location job_location = 1;Location getJobLocation()
Location used as the destination in the commute calculation.
.google.cloud.talent.v4beta1.Location job_location = 1;LocationOrBuilder getJobLocationOrBuilder()
Location used as the destination in the commute calculation.
.google.cloud.talent.v4beta1.Location job_location = 1;boolean hasTravelDuration()
The number of seconds required to travel to the job location from the query location. A duration of 0 seconds indicates that the job isn't reachable within the requested duration, but was returned as part of an expanded query.
.google.protobuf.Duration travel_duration = 2;com.google.protobuf.Duration getTravelDuration()
The number of seconds required to travel to the job location from the query location. A duration of 0 seconds indicates that the job isn't reachable within the requested duration, but was returned as part of an expanded query.
.google.protobuf.Duration travel_duration = 2;com.google.protobuf.DurationOrBuilder getTravelDurationOrBuilder()
The number of seconds required to travel to the job location from the query location. A duration of 0 seconds indicates that the job isn't reachable within the requested duration, but was returned as part of an expanded query.
.google.protobuf.Duration travel_duration = 2;Copyright © 2019 Google LLC. All rights reserved.