File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/com/google/genai/types Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2727import java .util .Optional ;
2828
2929/**
30- * API config for UpscaleImage with fields not exposed to users .
30+ * Internal API config for UpscaleImage.
3131 *
3232 * <p>These fields require default values sent to the API which are not intended to be modifiable or
3333 * exposed to users in the SDK method.
Original file line number Diff line number Diff line change 2121import com .fasterxml .jackson .annotation .JsonCreator ;
2222import com .fasterxml .jackson .annotation .JsonProperty ;
2323import com .fasterxml .jackson .databind .annotation .JsonDeserialize ;
24+ import com .google .api .core .InternalApi ;
2425import com .google .auto .value .AutoValue ;
2526import com .google .genai .JsonSerializable ;
2627import java .util .Optional ;
2728
2829/** API parameters for UpscaleImage. */
2930@ AutoValue
31+ @ InternalApi
3032@ JsonDeserialize (builder = UpscaleImageAPIParameters .Builder .class )
3133public abstract class UpscaleImageAPIParameters extends JsonSerializable {
3234 /** The model to use. */
You can’t perform that action at this time.
0 commit comments