Class SearchJobsResponse.CommuteInfo (2.43.0)

public static final class SearchJobsResponse.CommuteInfo extends GeneratedMessageV3 implements SearchJobsResponse.CommuteInfoOrBuilder

Commute details related to this job.

Protobuf type google.cloud.talent.v4.SearchJobsResponse.CommuteInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SearchJobsResponse.CommuteInfo

Static Fields

JOB_LOCATION_FIELD_NUMBER

public static final int JOB_LOCATION_FIELD_NUMBER
Field Value
Type Description
int

TRAVEL_DURATION_FIELD_NUMBER

public static final int TRAVEL_DURATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SearchJobsResponse.CommuteInfo getDefaultInstance()
Returns
Type Description
SearchJobsResponse.CommuteInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SearchJobsResponse.CommuteInfo.Builder newBuilder()
Returns
Type Description
SearchJobsResponse.CommuteInfo.Builder

newBuilder(SearchJobsResponse.CommuteInfo prototype)

public static SearchJobsResponse.CommuteInfo.Builder newBuilder(SearchJobsResponse.CommuteInfo prototype)
Parameter
Name Description
prototype SearchJobsResponse.CommuteInfo
Returns
Type Description
SearchJobsResponse.CommuteInfo.Builder

parseDelimitedFrom(InputStream input)

public static SearchJobsResponse.CommuteInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchJobsResponse.CommuteInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SearchJobsResponse.CommuteInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SearchJobsResponse.CommuteInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SearchJobsResponse.CommuteInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SearchJobsResponse.CommuteInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SearchJobsResponse.CommuteInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchJobsResponse.CommuteInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SearchJobsResponse.CommuteInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchJobsResponse.CommuteInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SearchJobsResponse.CommuteInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SearchJobsResponse.CommuteInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchJobsResponse.CommuteInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SearchJobsResponse.CommuteInfo> parser()
Returns
Type Description
Parser<CommuteInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SearchJobsResponse.CommuteInfo getDefaultInstanceForType()
Returns
Type Description
SearchJobsResponse.CommuteInfo

getJobLocation()

public Location getJobLocation()

Location used as the destination in the commute calculation.

.google.cloud.talent.v4.Location job_location = 1;

Returns
Type Description
Location

The jobLocation.

getJobLocationOrBuilder()

public LocationOrBuilder getJobLocationOrBuilder()

Location used as the destination in the commute calculation.

.google.cloud.talent.v4.Location job_location = 1;

Returns
Type Description
LocationOrBuilder

getParserForType()

public Parser<SearchJobsResponse.CommuteInfo> getParserForType()
Returns
Type Description
Parser<CommuteInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTravelDuration()

public 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
Type Description
Duration

The travelDuration.

getTravelDurationOrBuilder()

public 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;

Returns
Type Description
DurationOrBuilder

hasJobLocation()

public boolean hasJobLocation()

Location used as the destination in the commute calculation.

.google.cloud.talent.v4.Location job_location = 1;

Returns
Type Description
boolean

Whether the jobLocation field is set.

hasTravelDuration()

public 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
Type Description
boolean

Whether the travelDuration field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SearchJobsResponse.CommuteInfo.Builder newBuilderForType()
Returns
Type Description
SearchJobsResponse.CommuteInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SearchJobsResponse.CommuteInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SearchJobsResponse.CommuteInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SearchJobsResponse.CommuteInfo.Builder toBuilder()
Returns
Type Description
SearchJobsResponse.CommuteInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException