Class Fellowship.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
com.google.ads.googleads.v18.resources.Fellowship.Builder
All Implemented Interfaces:
FellowshipOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Fellowship

public static final class Fellowship.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder> implements FellowshipOrBuilder
 Details about the employee's medical Fellowship.
 Fellowship is a period of medical training that the professional undertakes
 after finishing their residency.
 
Protobuf type google.ads.googleads.v18.resources.Fellowship
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • clear

      public Fellowship.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • getDefaultInstanceForType

      public Fellowship getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Fellowship build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Fellowship buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public Fellowship.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • setField

      public Fellowship.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • clearField

      public Fellowship.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • clearOneof

      public Fellowship.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • setRepeatedField

      public Fellowship.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • addRepeatedField

      public Fellowship.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • mergeFrom

      public Fellowship.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Fellowship.Builder>
    • mergeFrom

      public Fellowship.Builder mergeFrom(Fellowship other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • mergeFrom

      public Fellowship.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Fellowship.Builder>
      Throws:
      IOException
    • hasInstitutionName

      public boolean hasInstitutionName()
       Output only. Name of the instutition at which the fellowship was completed.
       
      optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasInstitutionName in interface FellowshipOrBuilder
      Returns:
      Whether the institutionName field is set.
    • getInstitutionName

      public String getInstitutionName()
       Output only. Name of the instutition at which the fellowship was completed.
       
      optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getInstitutionName in interface FellowshipOrBuilder
      Returns:
      The institutionName.
    • getInstitutionNameBytes

      public com.google.protobuf.ByteString getInstitutionNameBytes()
       Output only. Name of the instutition at which the fellowship was completed.
       
      optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getInstitutionNameBytes in interface FellowshipOrBuilder
      Returns:
      The bytes for institutionName.
    • setInstitutionName

      public Fellowship.Builder setInstitutionName(String value)
       Output only. Name of the instutition at which the fellowship was completed.
       
      optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The institutionName to set.
      Returns:
      This builder for chaining.
    • clearInstitutionName

      public Fellowship.Builder clearInstitutionName()
       Output only. Name of the instutition at which the fellowship was completed.
       
      optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setInstitutionNameBytes

      public Fellowship.Builder setInstitutionNameBytes(com.google.protobuf.ByteString value)
       Output only. Name of the instutition at which the fellowship was completed.
       
      optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for institutionName to set.
      Returns:
      This builder for chaining.
    • hasCompletionYear

      public boolean hasCompletionYear()
       Output only. Year of completion.
       
      optional int32 completion_year = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCompletionYear in interface FellowshipOrBuilder
      Returns:
      Whether the completionYear field is set.
    • getCompletionYear

      public int getCompletionYear()
       Output only. Year of completion.
       
      optional int32 completion_year = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCompletionYear in interface FellowshipOrBuilder
      Returns:
      The completionYear.
    • setCompletionYear

      public Fellowship.Builder setCompletionYear(int value)
       Output only. Year of completion.
       
      optional int32 completion_year = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The completionYear to set.
      Returns:
      This builder for chaining.
    • clearCompletionYear

      public Fellowship.Builder clearCompletionYear()
       Output only. Year of completion.
       
      optional int32 completion_year = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Fellowship.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>
    • mergeUnknownFields

      public final Fellowship.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Fellowship.Builder>