public static final class SearchJobsResponse.CommuteInfo extends com.google.protobuf.GeneratedMessageV3 implements SearchJobsResponse.CommuteInfoOrBuilder
Output only. Commute details related to this job.Protobuf type
google.cloud.talent.v4beta1.SearchJobsResponse.CommuteInfo| Modifier and Type | Class and Description |
|---|---|
static class |
SearchJobsResponse.CommuteInfo.Builder
Output only.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
JOB_LOCATION_FIELD_NUMBER |
static int |
TRAVEL_DURATION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static SearchJobsResponse.CommuteInfo |
getDefaultInstance() |
SearchJobsResponse.CommuteInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.Parser<SearchJobsResponse.CommuteInfo> |
getParserForType() |
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SearchJobsResponse.CommuteInfo.Builder |
newBuilder() |
static SearchJobsResponse.CommuteInfo.Builder |
newBuilder(SearchJobsResponse.CommuteInfo prototype) |
SearchJobsResponse.CommuteInfo.Builder |
newBuilderForType() |
protected SearchJobsResponse.CommuteInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static SearchJobsResponse.CommuteInfo |
parseDelimitedFrom(InputStream input) |
static SearchJobsResponse.CommuteInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchJobsResponse.CommuteInfo |
parseFrom(byte[] data) |
static SearchJobsResponse.CommuteInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchJobsResponse.CommuteInfo |
parseFrom(ByteBuffer data) |
static SearchJobsResponse.CommuteInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchJobsResponse.CommuteInfo |
parseFrom(com.google.protobuf.ByteString data) |
static SearchJobsResponse.CommuteInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchJobsResponse.CommuteInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SearchJobsResponse.CommuteInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchJobsResponse.CommuteInfo |
parseFrom(InputStream input) |
static SearchJobsResponse.CommuteInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SearchJobsResponse.CommuteInfo> |
parser() |
SearchJobsResponse.CommuteInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int JOB_LOCATION_FIELD_NUMBER
public static final int TRAVEL_DURATION_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasJobLocation()
Location used as the destination in the commute calculation.
.google.cloud.talent.v4beta1.Location job_location = 1;hasJobLocation in interface SearchJobsResponse.CommuteInfoOrBuilderpublic Location getJobLocation()
Location used as the destination in the commute calculation.
.google.cloud.talent.v4beta1.Location job_location = 1;getJobLocation in interface SearchJobsResponse.CommuteInfoOrBuilderpublic LocationOrBuilder getJobLocationOrBuilder()
Location used as the destination in the commute calculation.
.google.cloud.talent.v4beta1.Location job_location = 1;getJobLocationOrBuilder in interface SearchJobsResponse.CommuteInfoOrBuilderpublic 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;hasTravelDuration in interface SearchJobsResponse.CommuteInfoOrBuilderpublic 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;getTravelDuration in interface SearchJobsResponse.CommuteInfoOrBuilderpublic 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;getTravelDurationOrBuilder in interface SearchJobsResponse.CommuteInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SearchJobsResponse.CommuteInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchJobsResponse.CommuteInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchJobsResponse.CommuteInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchJobsResponse.CommuteInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchJobsResponse.CommuteInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchJobsResponse.CommuteInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchJobsResponse.CommuteInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static SearchJobsResponse.CommuteInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SearchJobsResponse.CommuteInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SearchJobsResponse.CommuteInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SearchJobsResponse.CommuteInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SearchJobsResponse.CommuteInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SearchJobsResponse.CommuteInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SearchJobsResponse.CommuteInfo.Builder newBuilder()
public static SearchJobsResponse.CommuteInfo.Builder newBuilder(SearchJobsResponse.CommuteInfo prototype)
public SearchJobsResponse.CommuteInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SearchJobsResponse.CommuteInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SearchJobsResponse.CommuteInfo getDefaultInstance()
public static com.google.protobuf.Parser<SearchJobsResponse.CommuteInfo> parser()
public com.google.protobuf.Parser<SearchJobsResponse.CommuteInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SearchJobsResponse.CommuteInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.