Interface UniversityDegreeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UniversityDegree,UniversityDegree.Builder
public interface UniversityDegreeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.intOutput only.Output only.com.google.protobuf.ByteStringOutput only.booleanOutput only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInstitutionName
boolean hasInstitutionName()Output only. Name of the university at which the degree was obtained.
optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the institutionName field is set.
-
getInstitutionName
String getInstitutionName()Output only. Name of the university at which the degree was obtained.
optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The institutionName.
-
getInstitutionNameBytes
com.google.protobuf.ByteString getInstitutionNameBytes()Output only. Name of the university at which the degree was obtained.
optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for institutionName.
-
hasDegree
boolean hasDegree()Output only. Name of the degree obtained.
optional string degree = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the degree field is set.
-
getDegree
String getDegree()Output only. Name of the degree obtained.
optional string degree = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The degree.
-
getDegreeBytes
com.google.protobuf.ByteString getDegreeBytes()Output only. Name of the degree obtained.
optional string degree = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for degree.
-
hasGraduationYear
boolean hasGraduationYear()Output only. Year of graduation.
optional int32 graduation_year = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the graduationYear field is set.
-
getGraduationYear
int getGraduationYear()Output only. Year of graduation.
optional int32 graduation_year = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The graduationYear.
-