Class PdfiumPageBoundsPResultP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumPageBoundsPResultP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumPageBoundsPResultPOrBuilder
,Cloneable
- Enclosing class:
- PdfiumPageBoundsPResultP
public static final class PdfiumPageBoundsPResultP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder> implements PdfiumPageBoundsPResultPOrBuilder
Protobuf typeironpdfengineproto.PdfiumPageBoundsPResultP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfiumPageBoundsPResultP.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumPageBoundsPResultP
build()
PdfiumPageBoundsPResultP
buildPartial()
PdfiumPageBoundsPResultP.Builder
clear()
PdfiumPageBoundsPResultP.Builder
clearException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
PdfiumPageBoundsPResultP.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PdfiumPageBoundsPResultP.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PdfiumPageBoundsPResultP.Builder
clearResult()
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
PdfiumPageBoundsPResultP.Builder
clearResultOrException()
PdfiumPageBoundsPResultP.Builder
clone()
PdfiumPageBoundsPResultP
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
RemoteExceptionP
getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
RemoteExceptionP.Builder
getExceptionBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;
RemoteExceptionPOrBuilder
getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;
PdfiumPageBoundsP
getResult()
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
PdfiumPageBoundsP.Builder
getResultBuilder()
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
PdfiumPageBoundsPOrBuilder
getResultOrBuilder()
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
PdfiumPageBoundsPResultP.ResultOrExceptionCase
getResultOrExceptionCase()
boolean
hasException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
boolean
hasResult()
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PdfiumPageBoundsPResultP.Builder
mergeException(RemoteExceptionP value)
.ironpdfengineproto.RemoteExceptionP exception = 2;
PdfiumPageBoundsPResultP.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfiumPageBoundsPResultP.Builder
mergeFrom(com.google.protobuf.Message other)
PdfiumPageBoundsPResultP.Builder
mergeFrom(PdfiumPageBoundsPResultP other)
PdfiumPageBoundsPResultP.Builder
mergeResult(PdfiumPageBoundsP value)
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
PdfiumPageBoundsPResultP.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumPageBoundsPResultP.Builder
setException(RemoteExceptionP value)
.ironpdfengineproto.RemoteExceptionP exception = 2;
PdfiumPageBoundsPResultP.Builder
setException(RemoteExceptionP.Builder builderForValue)
.ironpdfengineproto.RemoteExceptionP exception = 2;
PdfiumPageBoundsPResultP.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfiumPageBoundsPResultP.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PdfiumPageBoundsPResultP.Builder
setResult(PdfiumPageBoundsP value)
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
PdfiumPageBoundsPResultP.Builder
setResult(PdfiumPageBoundsP.Builder builderForValue)
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
PdfiumPageBoundsPResultP.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, 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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
clear
public PdfiumPageBoundsPResultP.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
getDefaultInstanceForType
public PdfiumPageBoundsPResultP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumPageBoundsPResultP build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumPageBoundsPResultP buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PdfiumPageBoundsPResultP.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
setField
public PdfiumPageBoundsPResultP.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
clearField
public PdfiumPageBoundsPResultP.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
clearOneof
public PdfiumPageBoundsPResultP.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
setRepeatedField
public PdfiumPageBoundsPResultP.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
addRepeatedField
public PdfiumPageBoundsPResultP.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
mergeFrom
public PdfiumPageBoundsPResultP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumPageBoundsPResultP.Builder>
-
mergeFrom
public PdfiumPageBoundsPResultP.Builder mergeFrom(PdfiumPageBoundsPResultP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
mergeFrom
public PdfiumPageBoundsPResultP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumPageBoundsPResultP.Builder>
- Throws:
IOException
-
getResultOrExceptionCase
public PdfiumPageBoundsPResultP.ResultOrExceptionCase getResultOrExceptionCase()
- Specified by:
getResultOrExceptionCase
in interfacePdfiumPageBoundsPResultPOrBuilder
-
clearResultOrException
public PdfiumPageBoundsPResultP.Builder clearResultOrException()
-
hasResult
public boolean hasResult()
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
- Specified by:
hasResult
in interfacePdfiumPageBoundsPResultPOrBuilder
- Returns:
- Whether the result field is set.
-
getResult
public PdfiumPageBoundsP getResult()
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
- Specified by:
getResult
in interfacePdfiumPageBoundsPResultPOrBuilder
- Returns:
- The result.
-
setResult
public PdfiumPageBoundsPResultP.Builder setResult(PdfiumPageBoundsP value)
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
-
setResult
public PdfiumPageBoundsPResultP.Builder setResult(PdfiumPageBoundsP.Builder builderForValue)
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
-
mergeResult
public PdfiumPageBoundsPResultP.Builder mergeResult(PdfiumPageBoundsP value)
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
-
clearResult
public PdfiumPageBoundsPResultP.Builder clearResult()
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
-
getResultBuilder
public PdfiumPageBoundsP.Builder getResultBuilder()
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
-
getResultOrBuilder
public PdfiumPageBoundsPOrBuilder getResultOrBuilder()
.ironpdfengineproto.PdfiumPageBoundsP result = 1;
- Specified by:
getResultOrBuilder
in interfacePdfiumPageBoundsPResultPOrBuilder
-
hasException
public boolean hasException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
- Specified by:
hasException
in interfacePdfiumPageBoundsPResultPOrBuilder
- Returns:
- Whether the exception field is set.
-
getException
public RemoteExceptionP getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
- Specified by:
getException
in interfacePdfiumPageBoundsPResultPOrBuilder
- Returns:
- The exception.
-
setException
public PdfiumPageBoundsPResultP.Builder setException(RemoteExceptionP value)
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
setException
public PdfiumPageBoundsPResultP.Builder setException(RemoteExceptionP.Builder builderForValue)
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
mergeException
public PdfiumPageBoundsPResultP.Builder mergeException(RemoteExceptionP value)
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
clearException
public PdfiumPageBoundsPResultP.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:
getExceptionOrBuilder
in interfacePdfiumPageBoundsPResultPOrBuilder
-
setUnknownFields
public final PdfiumPageBoundsPResultP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
mergeUnknownFields
public final PdfiumPageBoundsPResultP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageBoundsPResultP.Builder>
-
-