Class GcsSource.Builder

java.lang.Object
com.google.genai.types.GcsSource.Builder
Enclosing class:
GcsSource

public abstract static class GcsSource.Builder extends Object
Builder for GcsSource.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • uris

      public 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 public GcsSource.Builder uris(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 public GcsSource.Builder clearUris()
      Clears the value of uris field.
    • build

      public abstract GcsSource build()