Package com.google.genai.types
Class GetOperationConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GetOperationConfig
None
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for GetOperationConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetOperationConfig.Builder
builder()
Instantiates a builder for GetOperationConfig.static GetOperationConfig
Deserializes a JSON string to a GetOperationConfig object.abstract Optional<HttpOptions>
Used to override HTTP request options.abstract GetOperationConfig.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
GetOperationConfig
public GetOperationConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
builder
Instantiates a builder for GetOperationConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GetOperationConfig object.
-