Class PdfiumFontNamesP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontNamesP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumFontNamesP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PdfiumFontNamesPOrBuilder,Cloneable
- Enclosing class:
- PdfiumFontNamesP
public static final class PdfiumFontNamesP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontNamesP.Builder> implements PdfiumFontNamesPOrBuilder
Protobuf typeironpdfengineproto.PdfiumFontNamesP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfiumFontNamesP.BuilderaddAllValue(Iterable<String> values)repeated string value = 1;PdfiumFontNamesP.BuilderaddValue(String value)repeated string value = 1;PdfiumFontNamesP.BuilderaddValueBytes(com.google.protobuf.ByteString value)repeated string value = 1;PdfiumFontNamesPbuild()PdfiumFontNamesPbuildPartial()PdfiumFontNamesP.Builderclear()PdfiumFontNamesP.BuilderclearValue()repeated string value = 1;PdfiumFontNamesPgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetValue(int index)repeated string value = 1;com.google.protobuf.ByteStringgetValueBytes(int index)repeated string value = 1;intgetValueCount()repeated string value = 1;com.google.protobuf.ProtocolStringListgetValueList()repeated string value = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PdfiumFontNamesP.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PdfiumFontNamesP.BuildermergeFrom(com.google.protobuf.Message other)PdfiumFontNamesP.BuildermergeFrom(PdfiumFontNamesP other)PdfiumFontNamesP.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PdfiumFontNamesP.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PdfiumFontNamesP.BuildersetValue(int index, String value)repeated string value = 1;-
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<PdfiumFontNamesP.Builder>
-
clear
public PdfiumFontNamesP.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<PdfiumFontNamesP.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<PdfiumFontNamesP.Builder>
-
getDefaultInstanceForType
public PdfiumFontNamesP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumFontNamesP build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumFontNamesP buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public PdfiumFontNamesP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PdfiumFontNamesP.Builder>
-
mergeFrom
public PdfiumFontNamesP.Builder mergeFrom(PdfiumFontNamesP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontNamesP.Builder>
-
mergeFrom
public PdfiumFontNamesP.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<PdfiumFontNamesP.Builder>- Throws:
IOException
-
getValueList
public com.google.protobuf.ProtocolStringList getValueList()
repeated string value = 1;- Specified by:
getValueListin interfacePdfiumFontNamesPOrBuilder- Returns:
- A list containing the value.
-
getValueCount
public int getValueCount()
repeated string value = 1;- Specified by:
getValueCountin interfacePdfiumFontNamesPOrBuilder- Returns:
- The count of value.
-
getValue
public String getValue(int index)
repeated string value = 1;- Specified by:
getValuein interfacePdfiumFontNamesPOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-
getValueBytes
public com.google.protobuf.ByteString getValueBytes(int index)
repeated string value = 1;- Specified by:
getValueBytesin interfacePdfiumFontNamesPOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the value at the given index.
-
setValue
public PdfiumFontNamesP.Builder setValue(int index, String value)
repeated string value = 1;- Parameters:
index- The index to set the value at.value- The value to set.- Returns:
- This builder for chaining.
-
addValue
public PdfiumFontNamesP.Builder addValue(String value)
repeated string value = 1;- Parameters:
value- The value to add.- Returns:
- This builder for chaining.
-
addAllValue
public PdfiumFontNamesP.Builder addAllValue(Iterable<String> values)
repeated string value = 1;- Parameters:
values- The value to add.- Returns:
- This builder for chaining.
-
clearValue
public PdfiumFontNamesP.Builder clearValue()
repeated string value = 1;- Returns:
- This builder for chaining.
-
addValueBytes
public PdfiumFontNamesP.Builder addValueBytes(com.google.protobuf.ByteString value)
repeated string value = 1;- Parameters:
value- The bytes of the value to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final PdfiumFontNamesP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontNamesP.Builder>
-
mergeUnknownFields
public final PdfiumFontNamesP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFontNamesP.Builder>
-
-