Package com.google.genai.types
Class GcsSource.Builder
java.lang.Object
com.google.genai.types.GcsSource.Builder
- Enclosing class:
- GcsSource
Builder for GcsSource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GcsSourcebuild()Clears the value of uris field.Setter for uris.abstract GcsSource.BuilderSetter for uris.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
uris
Setter for uris.uris: Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/wildcards.
-
uris
Setter for uris.uris: Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/wildcards.
-
clearUris
Clears the value of uris field. -
build
-