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