public sealed class Job.Types.DerivedInfo : IMessage<Job.Types.DerivedInfo>, IEquatable<Job.Types.DerivedInfo>, IDeepCloneable<Job.Types.DerivedInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class Job.Types.DerivedInfo.
Derived details about the job posting.
Implements
IMessageJobTypesDerivedInfo, IEquatableJobTypesDerivedInfo, IDeepCloneableJobTypesDerivedInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
DerivedInfo()
public DerivedInfo()
DerivedInfo(DerivedInfo)
public DerivedInfo(Job.Types.DerivedInfo other)
Parameter | |
---|---|
Name | Description |
other |
JobTypesDerivedInfo |
Properties
JobCategories
public RepeatedField<JobCategory> JobCategories { get; }
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
Property Value | |
---|---|
Type | Description |
RepeatedFieldJobCategory |
Locations
public RepeatedField<Location> Locations { get; }
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
[locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] in the same order.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLocation |