Package com.google.genai.types
Class RawOutput.Builder
java.lang.Object
com.google.genai.types.RawOutput.Builder
- Enclosing class:
- RawOutput
Builder for RawOutput.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract RawOutputbuild()Clears the value of rawOutput field.Setter for rawOutput.abstract RawOutput.BuilderSetter for rawOutput.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rawOutput
Setter for rawOutput.rawOutput: Output only. Raw output string.
-
rawOutput
Setter for rawOutput.rawOutput: Output only. Raw output string.
-
clearRawOutput
Clears the value of rawOutput field. -
build
-