Uses of Class
com.google.genai.gaos.models.environments.CreateEnvironmentRequestNetworkUnion
Packages that use CreateEnvironmentRequestNetworkUnion
-
Uses of CreateEnvironmentRequestNetworkUnion in com.google.genai.gaos.models.environments
Methods in com.google.genai.gaos.models.environments that return CreateEnvironmentRequestNetworkUnionModifier and TypeMethodDescriptionCreateEnvironmentRequestNetworkUnion.of(CreateEnvironmentRequestNetworkEnum value) CreateEnvironmentRequestNetworkUnion.of(EnvironmentNetworkEgressAllowlist value) Methods in com.google.genai.gaos.models.environments that return types with arguments of type CreateEnvironmentRequestNetworkUnionModifier and TypeMethodDescriptionCreateEnvironmentRequest.network()Network configuration for the environment.Methods in com.google.genai.gaos.models.environments with parameters of type CreateEnvironmentRequestNetworkUnionModifier and TypeMethodDescriptionCreateEnvironmentRequest.Builder.network(CreateEnvironmentRequestNetworkUnion network) Network configuration for the environment.CreateEnvironmentRequest.withNetwork(CreateEnvironmentRequestNetworkUnion network) Network configuration for the environment.Constructors in com.google.genai.gaos.models.environments with parameters of type CreateEnvironmentRequestNetworkUnionModifierConstructorDescriptionCreateEnvironmentRequest(CreateEnvironmentRequestNetworkUnion network, List<Source> sources)