Uses of Class
com.ironsoftware.ironpdf.internal.proto.RenderPdfDocumentFromZipRequestStream.Info.Builder
Packages that use RenderPdfDocumentFromZipRequestStream.Info.Builder
-
Uses of RenderPdfDocumentFromZipRequestStream.Info.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return RenderPdfDocumentFromZipRequestStream.Info.BuilderModifier and TypeMethodDescriptionRenderPdfDocumentFromZipRequestStream.Info.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RenderPdfDocumentFromZipRequestStream.Info.Builder.clear()RenderPdfDocumentFromZipRequestStream.Info.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RenderPdfDocumentFromZipRequestStream.Info.Builder.clearHttpOptions()optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;RenderPdfDocumentFromZipRequestStream.Info.Builder.clearMainFile()string main_file = 1;RenderPdfDocumentFromZipRequestStream.Info.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RenderPdfDocumentFromZipRequestStream.Info.Builder.clearRenderOptions()optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;RenderPdfDocumentFromZipRequestStream.Info.Builder.clone()RenderPdfDocumentFromZipRequestStream.Builder.getInfoBuilder().IronPdfEngine.Proto.RenderPdfDocumentFromZipRequestStream.Info info = 1;RenderPdfDocumentFromZipRequestStream.Info.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RenderPdfDocumentFromZipRequestStream.Info.Builder.mergeFrom(com.google.protobuf.Message other) RenderPdfDocumentFromZipRequestStream.Info.Builder.mergeFrom(RenderPdfDocumentFromZipRequestStream.Info other) RenderPdfDocumentFromZipRequestStream.Info.Builder.mergeHttpOptions(ChromeHttpLoginCredentials value) optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;RenderPdfDocumentFromZipRequestStream.Info.Builder.mergeRenderOptions(ChromePdfRenderOptions value) optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;RenderPdfDocumentFromZipRequestStream.Info.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RenderPdfDocumentFromZipRequestStream.Info.newBuilder()RenderPdfDocumentFromZipRequestStream.Info.newBuilder(RenderPdfDocumentFromZipRequestStream.Info prototype) RenderPdfDocumentFromZipRequestStream.Info.newBuilderForType()RenderPdfDocumentFromZipRequestStream.Info.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RenderPdfDocumentFromZipRequestStream.Info.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RenderPdfDocumentFromZipRequestStream.Info.Builder.setHttpOptions(ChromeHttpLoginCredentials value) optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;RenderPdfDocumentFromZipRequestStream.Info.Builder.setHttpOptions(ChromeHttpLoginCredentials.Builder builderForValue) optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;RenderPdfDocumentFromZipRequestStream.Info.Builder.setMainFile(String value) string main_file = 1;RenderPdfDocumentFromZipRequestStream.Info.Builder.setMainFileBytes(com.google.protobuf.ByteString value) string main_file = 1;RenderPdfDocumentFromZipRequestStream.Info.Builder.setRenderOptions(ChromePdfRenderOptions value) optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;RenderPdfDocumentFromZipRequestStream.Info.Builder.setRenderOptions(ChromePdfRenderOptions.Builder builderForValue) optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;RenderPdfDocumentFromZipRequestStream.Info.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RenderPdfDocumentFromZipRequestStream.Info.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RenderPdfDocumentFromZipRequestStream.Info.toBuilder()Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type RenderPdfDocumentFromZipRequestStream.Info.BuilderModifier and TypeMethodDescriptionRenderPdfDocumentFromZipRequestStream.Builder.setInfo(RenderPdfDocumentFromZipRequestStream.Info.Builder builderForValue) .IronPdfEngine.Proto.RenderPdfDocumentFromZipRequestStream.Info info = 1;