Class EPICSEvent.FieldValue.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<EPICSEvent.FieldValue.Builder>
com.google.protobuf.GeneratedMessage.Builder<EPICSEvent.FieldValue.Builder>
edu.stanford.slac.archiverappliance.PB.EPICSEvent.FieldValue.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EPICSEvent.FieldValueOrBuilder, Cloneable
Enclosing class:
EPICSEvent.FieldValue

public static final class EPICSEvent.FieldValue.Builder extends com.google.protobuf.GeneratedMessage.Builder<EPICSEvent.FieldValue.Builder> implements EPICSEvent.FieldValueOrBuilder
Protobuf type EPICS.FieldValue
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<EPICSEvent.FieldValue.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.GeneratedMessage.Builder<EPICSEvent.FieldValue.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.GeneratedMessage.Builder<EPICSEvent.FieldValue.Builder>
    • getDefaultInstanceForType

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

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

      public EPICSEvent.FieldValue buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public EPICSEvent.FieldValue.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<EPICSEvent.FieldValue.Builder>
    • mergeFrom

    • isInitialized

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

      public EPICSEvent.FieldValue.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<EPICSEvent.FieldValue.Builder>
      Throws:
      IOException
    • hasName

      public boolean hasName()
      required string name = 1;
      Specified by:
      hasName in interface EPICSEvent.FieldValueOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
      required string name = 1;
      Specified by:
      getName in interface EPICSEvent.FieldValueOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      required string name = 1;
      Specified by:
      getNameBytes in interface EPICSEvent.FieldValueOrBuilder
      Returns:
      The bytes for name.
    • setName

      public EPICSEvent.FieldValue.Builder setName(String value)
      required string name = 1;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public EPICSEvent.FieldValue.Builder clearName()
      required string name = 1;
      Returns:
      This builder for chaining.
    • setNameBytes

      public EPICSEvent.FieldValue.Builder setNameBytes(com.google.protobuf.ByteString value)
      required string name = 1;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasVal

      public boolean hasVal()
      required string val = 2;
      Specified by:
      hasVal in interface EPICSEvent.FieldValueOrBuilder
      Returns:
      Whether the val field is set.
    • getVal

      public String getVal()
      required string val = 2;
      Specified by:
      getVal in interface EPICSEvent.FieldValueOrBuilder
      Returns:
      The val.
    • getValBytes

      public com.google.protobuf.ByteString getValBytes()
      required string val = 2;
      Specified by:
      getValBytes in interface EPICSEvent.FieldValueOrBuilder
      Returns:
      The bytes for val.
    • setVal

      public EPICSEvent.FieldValue.Builder setVal(String value)
      required string val = 2;
      Parameters:
      value - The val to set.
      Returns:
      This builder for chaining.
    • clearVal

      public EPICSEvent.FieldValue.Builder clearVal()
      required string val = 2;
      Returns:
      This builder for chaining.
    • setValBytes

      public EPICSEvent.FieldValue.Builder setValBytes(com.google.protobuf.ByteString value)
      required string val = 2;
      Parameters:
      value - The bytes for val to set.
      Returns:
      This builder for chaining.