Uses of Class
com.google.genai.types.Part.Builder
Packages that use Part.Builder
-
Uses of Part.Builder in com.google.genai.types
Methods in com.google.genai.types that return Part.BuilderModifier and TypeMethodDescriptionstatic Part.BuilderPart.builder()Instantiates a builder for Part.Part.Builder.clearCodeExecutionResult()Clears the value of codeExecutionResult field.Part.Builder.clearExecutableCode()Clears the value of executableCode field.Part.Builder.clearFileData()Clears the value of fileData field.Part.Builder.clearFunctionCall()Clears the value of functionCall field.Part.Builder.clearFunctionResponse()Clears the value of functionResponse field.Part.Builder.clearInlineData()Clears the value of inlineData field.Part.Builder.clearMediaResolution()Clears the value of mediaResolution field.Part.Builder.clearText()Clears the value of text field.Part.Builder.clearThought()Clears the value of thought field.Part.Builder.clearThoughtSignature()Clears the value of thoughtSignature field.Part.Builder.clearVideoMetadata()Clears the value of videoMetadata field.abstract Part.BuilderPart.Builder.codeExecutionResult(CodeExecutionResult codeExecutionResult) Setter for codeExecutionResult.Part.Builder.codeExecutionResult(CodeExecutionResult.Builder codeExecutionResultBuilder) Setter for codeExecutionResult builder.abstract Part.BuilderPart.Builder.executableCode(ExecutableCode executableCode) Setter for executableCode.Part.Builder.executableCode(ExecutableCode.Builder executableCodeBuilder) Setter for executableCode builder.abstract Part.BuilderSetter for fileData.Part.Builder.fileData(FileData.Builder fileDataBuilder) Setter for fileData builder.abstract Part.BuilderPart.Builder.functionCall(FunctionCall functionCall) Setter for functionCall.Part.Builder.functionCall(FunctionCall.Builder functionCallBuilder) Setter for functionCall builder.abstract Part.BuilderPart.Builder.functionResponse(FunctionResponse functionResponse) Setter for functionResponse.Part.Builder.functionResponse(FunctionResponse.Builder functionResponseBuilder) Setter for functionResponse builder.abstract Part.BuilderPart.Builder.inlineData(Blob inlineData) Setter for inlineData.Part.Builder.inlineData(Blob.Builder inlineDataBuilder) Setter for inlineData builder.abstract Part.BuilderPart.Builder.mediaResolution(PartMediaResolution mediaResolution) Setter for mediaResolution.Part.Builder.mediaResolution(PartMediaResolution.Builder mediaResolutionBuilder) Setter for mediaResolution builder.abstract Part.BuilderSetter for text.abstract Part.BuilderPart.Builder.thought(boolean thought) Setter for thought.abstract Part.BuilderPart.Builder.thoughtSignature(byte[] thoughtSignature) Setter for thoughtSignature.abstract Part.BuilderPart.toBuilder()Creates a builder with the same values as this instance.abstract Part.BuilderPart.Builder.videoMetadata(VideoMetadata videoMetadata) Setter for videoMetadata.Part.Builder.videoMetadata(VideoMetadata.Builder videoMetadataBuilder) Setter for videoMetadata builder.Methods in com.google.genai.types with parameters of type Part.BuilderModifier and TypeMethodDescriptionContent.Builder.parts(Part.Builder... partsBuilders) Setter for parts builder.