Class PdfiumGetComboboxSelectedIndexResultP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetComboboxSelectedIndexResultP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumGetComboboxSelectedIndexResultP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PdfiumGetComboboxSelectedIndexResultPOrBuilder,Cloneable
- Enclosing class:
- PdfiumGetComboboxSelectedIndexResultP
public static final class PdfiumGetComboboxSelectedIndexResultP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetComboboxSelectedIndexResultP.Builder> implements PdfiumGetComboboxSelectedIndexResultPOrBuilder
Protobuf typeironpdfengineproto.PdfiumGetComboboxSelectedIndexResultP
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetComboboxSelectedIndexResultP.Builder>
-
clear
public PdfiumGetComboboxSelectedIndexResultP.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetComboboxSelectedIndexResultP.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetComboboxSelectedIndexResultP.Builder>
-
getDefaultInstanceForType
public PdfiumGetComboboxSelectedIndexResultP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumGetComboboxSelectedIndexResultP build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumGetComboboxSelectedIndexResultP buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public PdfiumGetComboboxSelectedIndexResultP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PdfiumGetComboboxSelectedIndexResultP.Builder>
-
mergeFrom
public PdfiumGetComboboxSelectedIndexResultP.Builder mergeFrom(PdfiumGetComboboxSelectedIndexResultP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetComboboxSelectedIndexResultP.Builder>
-
mergeFrom
public PdfiumGetComboboxSelectedIndexResultP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PdfiumGetComboboxSelectedIndexResultP.Builder>- Throws:
IOException
-
getResultOrExceptionCase
public PdfiumGetComboboxSelectedIndexResultP.ResultOrExceptionCase getResultOrExceptionCase()
- Specified by:
getResultOrExceptionCasein interfacePdfiumGetComboboxSelectedIndexResultPOrBuilder
-
clearResultOrException
public PdfiumGetComboboxSelectedIndexResultP.Builder clearResultOrException()
-
hasResult
public boolean hasResult()
int32 result = 1;- Specified by:
hasResultin interfacePdfiumGetComboboxSelectedIndexResultPOrBuilder- Returns:
- Whether the result field is set.
-
getResult
public int getResult()
int32 result = 1;- Specified by:
getResultin interfacePdfiumGetComboboxSelectedIndexResultPOrBuilder- Returns:
- The result.
-
setResult
public PdfiumGetComboboxSelectedIndexResultP.Builder setResult(int value)
int32 result = 1;- Parameters:
value- The result to set.- Returns:
- This builder for chaining.
-
clearResult
public PdfiumGetComboboxSelectedIndexResultP.Builder clearResult()
int32 result = 1;- Returns:
- This builder for chaining.
-
hasException
public boolean hasException()
.ironpdfengineproto.RemoteExceptionP exception = 2;- Specified by:
hasExceptionin interfacePdfiumGetComboboxSelectedIndexResultPOrBuilder- Returns:
- Whether the exception field is set.
-
getException
public RemoteExceptionP getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;- Specified by:
getExceptionin interfacePdfiumGetComboboxSelectedIndexResultPOrBuilder- Returns:
- The exception.
-
setException
public PdfiumGetComboboxSelectedIndexResultP.Builder setException(RemoteExceptionP value)
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
setException
public PdfiumGetComboboxSelectedIndexResultP.Builder setException(RemoteExceptionP.Builder builderForValue)
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
mergeException
public PdfiumGetComboboxSelectedIndexResultP.Builder mergeException(RemoteExceptionP value)
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
clearException
public PdfiumGetComboboxSelectedIndexResultP.Builder clearException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
getExceptionBuilder
public RemoteExceptionP.Builder getExceptionBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
getExceptionOrBuilder
public RemoteExceptionPOrBuilder getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;- Specified by:
getExceptionOrBuilderin interfacePdfiumGetComboboxSelectedIndexResultPOrBuilder
-
setUnknownFields
public final PdfiumGetComboboxSelectedIndexResultP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetComboboxSelectedIndexResultP.Builder>
-
mergeUnknownFields
public final PdfiumGetComboboxSelectedIndexResultP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumGetComboboxSelectedIndexResultP.Builder>
-
-