Package com.google.genai.types
Class GcsSource.Builder
-
- All Implemented Interfaces:
public abstract class GcsSource.BuilderBuilder for GcsSource.
-
-
Constructor Summary
Constructors Constructor Description GcsSource.Builder()
-
Method Summary
Modifier and Type Method Description abstract GcsSource.Builderuris(List<String> uris)Setter for uris. GcsSource.Builderuris(Array<String> uris)Setter for uris. GcsSource.BuilderclearUris()Clears the value of uris field. abstract GcsSourcebuild()-
-
Method Detail
-
uris
abstract GcsSource.Builder uris(List<String> 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
@CanIgnoreReturnValue() GcsSource.Builder uris(Array<String> 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
@CanIgnoreReturnValue() GcsSource.Builder clearUris()
Clears the value of uris field.
-
-
-
-