Class DeleteFileConfig

java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DeleteFileConfig

public abstract class DeleteFileConfig extends JsonSerializable
Used to override the default configuration.
  • Constructor Details

    • DeleteFileConfig

      public DeleteFileConfig()
  • Method Details

    • httpOptions

      public abstract Optional<HttpOptions> httpOptions()
      Used to override HTTP request options.
    • builder

      public static DeleteFileConfig.Builder builder()
      Instantiates a builder for DeleteFileConfig.
    • toBuilder

      public abstract DeleteFileConfig.Builder toBuilder()
      Creates a builder with the same values as this instance.
    • fromJson

      public static DeleteFileConfig fromJson(String jsonString)
      Deserializes a JSON string to a DeleteFileConfig object.