Uses of Class
com.google.genai.types.GcsDestination.Builder
Packages that use GcsDestination.Builder
-
Uses of GcsDestination.Builder in com.google.genai.types
Methods in com.google.genai.types that return GcsDestination.BuilderModifier and TypeMethodDescriptionstatic GcsDestination.BuilderGcsDestination.builder()Instantiates a builder for GcsDestination.GcsDestination.Builder.clearOutputUriPrefix()Clears the value of outputUriPrefix field.abstract GcsDestination.BuilderGcsDestination.Builder.outputUriPrefix(String outputUriPrefix) Setter for outputUriPrefix.abstract GcsDestination.BuilderGcsDestination.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type GcsDestination.BuilderModifier and TypeMethodDescriptionOutputConfig.Builder.gcsDestination(GcsDestination.Builder gcsDestinationBuilder) Setter for gcsDestination builder.