public interface DegreeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDegreeName()
Optional.
|
com.google.protobuf.ByteString |
getDegreeNameBytes()
Optional.
|
DegreeType |
getDegreeType()
Optional.
|
int |
getDegreeTypeValue()
Optional.
|
String |
getFieldsOfStudy(int index)
Optional.
|
com.google.protobuf.ByteString |
getFieldsOfStudyBytes(int index)
Optional.
|
int |
getFieldsOfStudyCount()
Optional.
|
List<String> |
getFieldsOfStudyList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDegreeTypeValue()
Optional. ISCED degree type.
.google.cloud.talent.v4beta1.DegreeType degree_type = 1;DegreeType getDegreeType()
Optional. ISCED degree type.
.google.cloud.talent.v4beta1.DegreeType degree_type = 1;String getDegreeName()
Optional. Full Degree name. For example, "B.S.", "Master of Arts", and so on. Number of characters allowed is 100.
string degree_name = 2;com.google.protobuf.ByteString getDegreeNameBytes()
Optional. Full Degree name. For example, "B.S.", "Master of Arts", and so on. Number of characters allowed is 100.
string degree_name = 2;List<String> getFieldsOfStudyList()
Optional. Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;int getFieldsOfStudyCount()
Optional. Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;String getFieldsOfStudy(int index)
Optional. Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;com.google.protobuf.ByteString getFieldsOfStudyBytes(int index)
Optional. Fields of study for the degree. For example, "Computer science", "engineering". Number of characters allowed is 100.
repeated string fields_of_study = 3;Copyright © 2019 Google LLC. All rights reserved.