Uses of Class
com.google.genai.gaos.models.interactions.Source
Packages that use Source
Package
Description
-
Uses of Source in com.google.genai.gaos.models.environments
Methods in com.google.genai.gaos.models.environments that return types with arguments of type SourceModifier and TypeMethodDescriptionCreateEnvironmentRequest.sources()Sources to be mounted into the environment.Environment.sources()Sources to be mounted into the environment.Method parameters in com.google.genai.gaos.models.environments with type arguments of type SourceModifier and TypeMethodDescriptionSources to be mounted into the environment.Sources to be mounted into the environment.CreateEnvironmentRequest.withSources(List<Source> sources) Sources to be mounted into the environment.Environment.withSources(List<Source> sources) Sources to be mounted into the environment.Constructor parameters in com.google.genai.gaos.models.environments with type arguments of type SourceModifierConstructorDescriptionCreateEnvironmentRequest(CreateEnvironmentRequestNetworkUnion network, List<Source> sources) Environment(String created, String fileCount, String id, String lastAccessed, EnvironmentNetworkUnion network, String sizeBytes, List<Source> sources, Status status, String updated) -
Uses of Source in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return SourceModifier and TypeMethodDescriptionSource.Builder.build()Source.withContent(String content) The inline content if `type` is `INLINE`.Source.withEncoding(String encoding) Optional encoding for inline content (e.g.Source.withSource(String source) The source of the environment.Source.withTarget(String target) Where the source should appear in the environment.Source.withType(SourceType type) Methods in com.google.genai.gaos.models.interactions that return types with arguments of type SourceMethod parameters in com.google.genai.gaos.models.interactions with type arguments of type SourceConstructor parameters in com.google.genai.gaos.models.interactions with type arguments of type SourceModifierConstructorDescriptionEnvironment(String environmentId, Network network, List<Source> sources)