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