Uses of Class
com.google.genai.gaos.models.interactions.Network
Packages that use Network
-
Uses of Network in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return NetworkModifier and TypeMethodDescriptionstatic NetworkNetwork.of(EnvironmentNetworkEgressAllowlist value) static NetworkNetwork.of(NetworkEnum value) Methods in com.google.genai.gaos.models.interactions that return types with arguments of type NetworkModifier and TypeMethodDescriptionEnvironment.network()Network configuration for the environment.Methods in com.google.genai.gaos.models.interactions with parameters of type NetworkModifier and TypeMethodDescriptionNetwork configuration for the environment.Environment.withNetwork(Network network) Network configuration for the environment.Constructors in com.google.genai.gaos.models.interactions with parameters of type NetworkModifierConstructorDescriptionEnvironment(String environmentId, Network network, List<Source> sources)