Interface ResidencyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Residency,Residency.Builder
public interface ResidencyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintOutput only.Output only.com.google.protobuf.ByteStringOutput 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 institution at which the residency was completed.
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 institution at which the residency was completed.
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 institution at which the residency was completed.
optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for institutionName.
-
hasCompletionYear
boolean hasCompletionYear()Output only. Year of completion.
optional int32 completion_year = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the completionYear field is set.
-
getCompletionYear
int getCompletionYear()Output only. Year of completion.
optional int32 completion_year = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The completionYear.
-