- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public static final class Job.DerivedInfo extends GeneratedMessageV3 implements Job.DerivedInfoOrBuilder
Derived details about the job posting.
Protobuf type google.cloud.talent.v4.Job.DerivedInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Job.DerivedInfoImplements
Job.DerivedInfoOrBuilderStatic Fields
JOB_CATEGORIES_FIELD_NUMBER
public static final int JOB_CATEGORIES_FIELD_NUMBER
Type | Description |
int |
LOCATIONS_FIELD_NUMBER
public static final int LOCATIONS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Job.DerivedInfo getDefaultInstance()
Type | Description |
Job.DerivedInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Job.DerivedInfo.Builder newBuilder()
Type | Description |
Job.DerivedInfo.Builder |
newBuilder(Job.DerivedInfo prototype)
public static Job.DerivedInfo.Builder newBuilder(Job.DerivedInfo prototype)
Name | Description |
prototype | Job.DerivedInfo |
Type | Description |
Job.DerivedInfo.Builder |
parseDelimitedFrom(InputStream input)
public static Job.DerivedInfo parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Job.DerivedInfo |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Job.DerivedInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Job.DerivedInfo |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Job.DerivedInfo parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Job.DerivedInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Job.DerivedInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Job.DerivedInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Job.DerivedInfo parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Job.DerivedInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Job.DerivedInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Job.DerivedInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Job.DerivedInfo parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Job.DerivedInfo |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Job.DerivedInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Job.DerivedInfo |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Job.DerivedInfo parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Job.DerivedInfo |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Job.DerivedInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Job.DerivedInfo |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Job.DerivedInfo parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Job.DerivedInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Job.DerivedInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Job.DerivedInfo |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Job.DerivedInfo> parser()
Type | Description |
Parser<DerivedInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Job.DerivedInfo getDefaultInstanceForType()
Type | Description |
Job.DerivedInfo |
getJobCategories(int index)
public JobCategory getJobCategories(int index)
Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
JobCategory | The jobCategories at the given index. |
getJobCategoriesCount()
public int getJobCategoriesCount()
Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
Type | Description |
int | The count of jobCategories. |
getJobCategoriesList()
public List<JobCategory> getJobCategoriesList()
Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
Type | Description |
List<JobCategory> | A list containing the jobCategories. |
getJobCategoriesValue(int index)
public int getJobCategoriesValue(int index)
Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
Name | Description |
index | int The index of the value to return. |
Type | Description |
int | The enum numeric value on the wire of jobCategories at the given index. |
getJobCategoriesValueList()
public List<Integer> getJobCategoriesValueList()
Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for jobCategories. |
getLocations(int index)
public Location getLocations(int index)
Structured locations of the job, resolved from Job.addresses. locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4.Location locations = 1;
Name | Description |
index | int |
Type | Description |
Location |
getLocationsCount()
public int getLocationsCount()
Structured locations of the job, resolved from Job.addresses. locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4.Location locations = 1;
Type | Description |
int |
getLocationsList()
public List<Location> getLocationsList()
Structured locations of the job, resolved from Job.addresses. locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4.Location locations = 1;
Type | Description |
List<Location> |
getLocationsOrBuilder(int index)
public LocationOrBuilder getLocationsOrBuilder(int index)
Structured locations of the job, resolved from Job.addresses. locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4.Location locations = 1;
Name | Description |
index | int |
Type | Description |
LocationOrBuilder |
getLocationsOrBuilderList()
public List<? extends LocationOrBuilder> getLocationsOrBuilderList()
Structured locations of the job, resolved from Job.addresses. locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4.Location locations = 1;
Type | Description |
List<? extends com.google.cloud.talent.v4.LocationOrBuilder> |
getParserForType()
public Parser<Job.DerivedInfo> getParserForType()
Type | Description |
Parser<DerivedInfo> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Job.DerivedInfo.Builder newBuilderForType()
Type | Description |
Job.DerivedInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Job.DerivedInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Job.DerivedInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Job.DerivedInfo.Builder toBuilder()
Type | Description |
Job.DerivedInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |