Package com.google.genai.types
Class CreateAuthTokenParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.CreateAuthTokenParameters
Config for auth_tokens.create parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for CreateAuthTokenParameters. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for CreateAuthTokenParameters.abstract Optional<CreateAuthTokenConfig>config()Optional parameters for the request.static CreateAuthTokenParametersDeserializes a JSON string to a CreateAuthTokenParameters object.abstract CreateAuthTokenParameters.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
CreateAuthTokenParameters
public CreateAuthTokenParameters()
-
-
Method Details
-
config
Optional parameters for the request. -
builder
Instantiates a builder for CreateAuthTokenParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a CreateAuthTokenParameters object.
-