Class RegisterFilesConfig

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

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

    • RegisterFilesConfig

      public RegisterFilesConfig()
  • Method Details

    • httpOptions

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

      public abstract Optional<Boolean> shouldReturnHttpResponse()
      If true, the raw HTTP response will be returned in the 'sdk_http_response' field.
    • builder

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

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

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