Uses of Class
com.google.cloud.talent.v4.Job.DerivedInfo
-
Packages that use Job.DerivedInfo Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of Job.DerivedInfo in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return Job.DerivedInfo Modifier and Type Method Description Job.DerivedInfo
Job.DerivedInfo.Builder. build()
Job.DerivedInfo
Job.DerivedInfo.Builder. buildPartial()
static Job.DerivedInfo
Job.DerivedInfo. getDefaultInstance()
Job.DerivedInfo
Job.DerivedInfo.Builder. getDefaultInstanceForType()
Job.DerivedInfo
Job.DerivedInfo. getDefaultInstanceForType()
Job.DerivedInfo
Job.Builder. getDerivedInfo()
Output only.Job.DerivedInfo
Job. getDerivedInfo()
Output only.Job.DerivedInfo
JobOrBuilder. getDerivedInfo()
Output only.static Job.DerivedInfo
Job.DerivedInfo. parseDelimitedFrom(InputStream input)
static Job.DerivedInfo
Job.DerivedInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job.DerivedInfo
Job.DerivedInfo. parseFrom(byte[] data)
static Job.DerivedInfo
Job.DerivedInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job.DerivedInfo
Job.DerivedInfo. parseFrom(com.google.protobuf.ByteString data)
static Job.DerivedInfo
Job.DerivedInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job.DerivedInfo
Job.DerivedInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static Job.DerivedInfo
Job.DerivedInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job.DerivedInfo
Job.DerivedInfo. parseFrom(InputStream input)
static Job.DerivedInfo
Job.DerivedInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job.DerivedInfo
Job.DerivedInfo. parseFrom(ByteBuffer data)
static Job.DerivedInfo
Job.DerivedInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4 that return types with arguments of type Job.DerivedInfo Modifier and Type Method Description com.google.protobuf.Parser<Job.DerivedInfo>
Job.DerivedInfo. getParserForType()
static com.google.protobuf.Parser<Job.DerivedInfo>
Job.DerivedInfo. parser()
Methods in com.google.cloud.talent.v4 with parameters of type Job.DerivedInfo Modifier and Type Method Description Job.Builder
Job.Builder. mergeDerivedInfo(Job.DerivedInfo value)
Output only.Job.DerivedInfo.Builder
Job.DerivedInfo.Builder. mergeFrom(Job.DerivedInfo other)
static Job.DerivedInfo.Builder
Job.DerivedInfo. newBuilder(Job.DerivedInfo prototype)
Job.Builder
Job.Builder. setDerivedInfo(Job.DerivedInfo value)
Output only.
-