public sealed class DerivedInfo : IMessage<Job.Types.DerivedInfo>, IEquatable<Job.Types.DerivedInfo>, IDeepCloneable<Job.Types.DerivedInfo>, IBufferMessage, IMessage
Derived details about the job posting.
Implements
IMessage<Job.Types.DerivedInfo>, IEquatable<Job.Types.DerivedInfo>, IDeepCloneable<Job.Types.DerivedInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
DerivedInfo()
public DerivedInfo()
DerivedInfo(Job.Types.DerivedInfo)
public DerivedInfo(Job.Types.DerivedInfo other)
Parameter | |
---|---|
Name | Description |
other | Job.Types.DerivedInfo |
Properties
JobCategories
public RepeatedField<JobCategory> JobCategories { get; }
Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].
Property Value | |
---|---|
Type | Description |
RepeatedField<JobCategory> |
Locations
public RepeatedField<Location> Locations { get; }
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].
[locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the same order.
Property Value | |
---|---|
Type | Description |
RepeatedField<Location> |