Class Job.Types.DerivedInfo (1.0.0)

public sealed class DerivedInfo : IMessage<Job.Types.DerivedInfo>, IEquatable<Job.Types.DerivedInfo>, IDeepCloneable<Job.Types.DerivedInfo>, IBufferMessage, IMessage

Derived details about the job posting.

Inheritance

System.Object > Job.Types.DerivedInfo

Implements

Google.Protobuf.IMessage<Job.Types.DerivedInfo>, System.IEquatable<Job.Types.DerivedInfo>, Google.Protobuf.IDeepCloneable<Job.Types.DerivedInfo>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

DerivedInfo()

public DerivedInfo()

DerivedInfo(Job.Types.DerivedInfo)

public DerivedInfo(Job.Types.DerivedInfo other)
Parameter
NameDescription
otherJob.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
TypeDescription
Google.Protobuf.Collections.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
TypeDescription
Google.Protobuf.Collections.RepeatedField<Location>