Package com.google.genai.types
Class DeleteResourceJob
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DeleteResourceJob
The return value of delete operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for DeleteResourceJob. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteResourceJob.Builderbuilder()Instantiates a builder for DeleteResourceJob.done()error()static DeleteResourceJobDeserializes a JSON string to a DeleteResourceJob object.name()abstract Optional<HttpResponse>Used to retain the full HTTP response.abstract DeleteResourceJob.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
DeleteResourceJob
public DeleteResourceJob()
-
-
Method Details
-
sdkHttpResponse
Used to retain the full HTTP response. -
name
-
done
-
error
-
builder
Instantiates a builder for DeleteResourceJob. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DeleteResourceJob object.
-