Package com.google.genai.types
Class LiveServerGoAway.Builder
-
- All Implemented Interfaces:
public abstract class LiveServerGoAway.BuilderBuilder for LiveServerGoAway.
-
-
Constructor Summary
Constructors Constructor Description LiveServerGoAway.Builder()
-
Method Summary
Modifier and Type Method Description abstract LiveServerGoAway.BuildertimeLeft(Duration timeLeft)Setter for timeLeft. LiveServerGoAway.BuilderclearTimeLeft()Clears the value of timeLeft field. abstract LiveServerGoAwaybuild()-
-
Method Detail
-
timeLeft
abstract LiveServerGoAway.Builder timeLeft(Duration timeLeft)
Setter for timeLeft.
timeLeft: The remaining time before the connection will be terminated as ABORTED. The minimal time returned here is specified differently together with the rate limits for a given model.
-
clearTimeLeft
@CanIgnoreReturnValue() LiveServerGoAway.Builder clearTimeLeft()
Clears the value of timeLeft field.
-
build
abstract LiveServerGoAway build()
-
-
-
-