Class GetFileConfig

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

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

    • GetFileConfig

      public GetFileConfig()
  • Method Details

    • httpOptions

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

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

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

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