Package com.google.genai.types
Class GetOperationParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GetOperationParameters
Parameters for the GET method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for GetOperationParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for GetOperationParameters.abstract Optional<GetOperationConfig>
config()
Used to override the default configuration.static GetOperationParameters
Deserializes a JSON string to a GetOperationParameters object.The server-assigned name for the operation.abstract GetOperationParameters.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
GetOperationParameters
public GetOperationParameters()
-
-
Method Details
-
operationName
The server-assigned name for the operation. -
config
Used to override the default configuration. -
builder
Instantiates a builder for GetOperationParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GetOperationParameters object.
-