public static interface SearchJobsResponse.CommuteInfoOrBuilder extends 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.
|
Duration |
getTravelDuration()
The number of seconds required to travel to the job location from the
query location.
|
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, hasOneof
isInitialized
boolean 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;
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;
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 © 2022 Google LLC. All rights reserved.