Class DataEntryProto.DataEntry.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<DataEntryProto.DataEntry.Builder>
com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DataEntryProto.DataEntryOrBuilder, Cloneable
Enclosing class:
DataEntryProto.DataEntry

public static final class DataEntryProto.DataEntry.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DataEntryProto.DataEntry.Builder> implements DataEntryProto.DataEntryOrBuilder
Protobuf type sharepubapi_v1.DataEntry
  • 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<DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.Builder>
    • getDefaultInstanceForType

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

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

      public DataEntryProto.DataEntry buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<DataEntryProto.DataEntry.Builder>
    • setField

      public DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.Builder>
    • clearField

      public DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.Builder>
    • clearOneof

      public DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.Builder>
    • setRepeatedField

      public DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.Builder>
    • addRepeatedField

      public DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.Builder>
    • mergeFrom

      public DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.Builder>
    • mergeFrom

    • isInitialized

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

      public DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.Builder>
      Throws:
      IOException
    • getTypeValue

      public int getTypeValue()
      .sharepubapi_v1.DataEntry.Type type = 1;
      Specified by:
      getTypeValue in interface DataEntryProto.DataEntryOrBuilder
      Returns:
      The enum numeric value on the wire for type.
    • setTypeValue

      public DataEntryProto.DataEntry.Builder setTypeValue(int value)
      .sharepubapi_v1.DataEntry.Type type = 1;
      Parameters:
      value - The enum numeric value on the wire for type to set.
      Returns:
      This builder for chaining.
    • getType

      .sharepubapi_v1.DataEntry.Type type = 1;
      Specified by:
      getType in interface DataEntryProto.DataEntryOrBuilder
      Returns:
      The type.
    • setType

      .sharepubapi_v1.DataEntry.Type type = 1;
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      .sharepubapi_v1.DataEntry.Type type = 1;
      Returns:
      This builder for chaining.
    • getValue

      public com.google.protobuf.ByteString getValue()
      bytes value = 2;
      Specified by:
      getValue in interface DataEntryProto.DataEntryOrBuilder
      Returns:
      The value.
    • setValue

      public DataEntryProto.DataEntry.Builder setValue(com.google.protobuf.ByteString value)
      bytes value = 2;
      Parameters:
      value - The value to set.
      Returns:
      This builder for chaining.
    • clearValue

      public DataEntryProto.DataEntry.Builder clearValue()
      bytes value = 2;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.Builder>
    • mergeUnknownFields

      public final DataEntryProto.DataEntry.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<DataEntryProto.DataEntry.Builder>