Skip to content

Commit 2c97806

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Update docstring for UpscaleImageAPIConfig
PiperOrigin-RevId: 756463193
1 parent dcd08a4 commit 2c97806

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/main/java/com/google/genai/types/UpscaleImageAPIConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import 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.

src/main/java/com/google/genai/types/UpscaleImageAPIParameters.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@
2121
import com.fasterxml.jackson.annotation.JsonCreator;
2222
import com.fasterxml.jackson.annotation.JsonProperty;
2323
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
24+
import com.google.api.core.InternalApi;
2425
import com.google.auto.value.AutoValue;
2526
import com.google.genai.JsonSerializable;
2627
import java.util.Optional;
2728

2829
/** API parameters for UpscaleImage. */
2930
@AutoValue
31+
@InternalApi
3032
@JsonDeserialize(builder = UpscaleImageAPIParameters.Builder.class)
3133
public abstract class UpscaleImageAPIParameters extends JsonSerializable {
3234
/** The model to use. */

0 commit comments

Comments
 (0)