Package com.google.cloud.talent.v4beta1
Interface SearchJobsResponse.CommuteInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchJobsResponse.CommuteInfo
,SearchJobsResponse.CommuteInfo.Builder
- Enclosing class:
- SearchJobsResponse
public static interface SearchJobsResponse.CommuteInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasJobLocation
boolean hasJobLocation()
Location used as the destination in the commute calculation.
.google.cloud.talent.v4beta1.Location job_location = 1;
- Returns:
- Whether the jobLocation field is set.
-
getJobLocation
Location getJobLocation()
Location used as the destination in the commute calculation.
.google.cloud.talent.v4beta1.Location job_location = 1;
- Returns:
- The jobLocation.
-
getJobLocationOrBuilder
LocationOrBuilder getJobLocationOrBuilder()
Location used as the destination in the commute calculation.
.google.cloud.talent.v4beta1.Location job_location = 1;
-
hasTravelDuration
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;
- Returns:
- Whether the travelDuration field is set.
-
getTravelDuration
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;
- Returns:
- The travelDuration.
-
getTravelDurationOrBuilder
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;
-
-