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