Uses of Class
com.ironsoftware.ironpdf.internal.proto.ListStringResultP
-
Packages that use ListStringResultP Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of ListStringResultP in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return ListStringResultP Modifier and Type Method Description ListStringResultP
ListStringResultP.Builder. build()
ListStringResultP
ListStringResultP.Builder. buildPartial()
static ListStringResultP
ListStringResultP. getDefaultInstance()
ListStringResultP
ListStringResultP.Builder. getDefaultInstanceForType()
ListStringResultP
ListStringResultP. getDefaultInstanceForType()
static ListStringResultP
ListStringResultP. parseDelimitedFrom(InputStream input)
static ListStringResultP
ListStringResultP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStringResultP
ListStringResultP. parseFrom(byte[] data)
static ListStringResultP
ListStringResultP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStringResultP
ListStringResultP. parseFrom(com.google.protobuf.ByteString data)
static ListStringResultP
ListStringResultP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStringResultP
ListStringResultP. parseFrom(com.google.protobuf.CodedInputStream input)
static ListStringResultP
ListStringResultP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStringResultP
ListStringResultP. parseFrom(InputStream input)
static ListStringResultP
ListStringResultP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStringResultP
ListStringResultP. parseFrom(ByteBuffer data)
static ListStringResultP
ListStringResultP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListStringResultP
IronPdfServiceGrpc.IronPdfServiceBlockingStub. pdfiumMetadataGetMetadataKeys(PdfiumGetMetadataKeysRequestP request)
Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type ListStringResultP Modifier and Type Method Description com.google.protobuf.Parser<ListStringResultP>
ListStringResultP. getParserForType()
static io.grpc.MethodDescriptor<PdfiumGetMetadataKeysRequestP,ListStringResultP>
IronPdfServiceGrpc. getPdfiumMetadataGetMetadataKeysMethod()
static com.google.protobuf.Parser<ListStringResultP>
ListStringResultP. parser()
com.google.common.util.concurrent.ListenableFuture<ListStringResultP>
IronPdfServiceGrpc.IronPdfServiceFutureStub. pdfiumMetadataGetMetadataKeys(PdfiumGetMetadataKeysRequestP request)
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type ListStringResultP Modifier and Type Method Description ListStringResultP.Builder
ListStringResultP.Builder. mergeFrom(ListStringResultP other)
static ListStringResultP.Builder
ListStringResultP. newBuilder(ListStringResultP prototype)
Method parameters in com.ironsoftware.ironpdf.internal.proto with type arguments of type ListStringResultP Modifier and Type Method Description default void
IronPdfServiceGrpc.AsyncService. pdfiumMetadataGetMetadataKeys(PdfiumGetMetadataKeysRequestP request, io.grpc.stub.StreamObserver<ListStringResultP> responseObserver)
void
IronPdfServiceGrpc.IronPdfServiceStub. pdfiumMetadataGetMetadataKeys(PdfiumGetMetadataKeysRequestP request, io.grpc.stub.StreamObserver<ListStringResultP> responseObserver)
-