Uses of Class
com.ironsoftware.ironpdf.internal.proto.ListIntP
-
Packages that use ListIntP Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of ListIntP in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return ListIntP Modifier and Type Method Description ListIntP
ListIntP.Builder. build()
ListIntP
ListIntP.Builder. buildPartial()
static ListIntP
ListIntP. getDefaultInstance()
ListIntP
ListIntP.Builder. getDefaultInstanceForType()
ListIntP
ListIntP. getDefaultInstanceForType()
ListIntP
IntListResultP.Builder. getResult()
.ironpdfengineproto.ListIntP result = 1;
ListIntP
IntListResultP. getResult()
.ironpdfengineproto.ListIntP result = 1;
ListIntP
IntListResultPOrBuilder. getResult()
.ironpdfengineproto.ListIntP result = 1;
static ListIntP
ListIntP. parseDelimitedFrom(InputStream input)
static ListIntP
ListIntP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIntP
ListIntP. parseFrom(byte[] data)
static ListIntP
ListIntP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIntP
ListIntP. parseFrom(com.google.protobuf.ByteString data)
static ListIntP
ListIntP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIntP
ListIntP. parseFrom(com.google.protobuf.CodedInputStream input)
static ListIntP
ListIntP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIntP
ListIntP. parseFrom(InputStream input)
static ListIntP
ListIntP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIntP
ListIntP. parseFrom(ByteBuffer data)
static ListIntP
ListIntP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type ListIntP Modifier and Type Method Description com.google.protobuf.Parser<ListIntP>
ListIntP. getParserForType()
static com.google.protobuf.Parser<ListIntP>
ListIntP. parser()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type ListIntP Modifier and Type Method Description ListIntP.Builder
ListIntP.Builder. mergeFrom(ListIntP other)
IntListResultP.Builder
IntListResultP.Builder. mergeResult(ListIntP value)
.ironpdfengineproto.ListIntP result = 1;
static ListIntP.Builder
ListIntP. newBuilder(ListIntP prototype)
IntListResultP.Builder
IntListResultP.Builder. setResult(ListIntP value)
.ironpdfengineproto.ListIntP result = 1;
-