Uses of Class
com.google.genai.gaos.models.interactions.GoogleMapsCallArguments
Packages that use GoogleMapsCallArguments
-
Uses of GoogleMapsCallArguments in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return GoogleMapsCallArgumentsModifier and TypeMethodDescriptionGoogleMapsCallArguments.Builder.build()GoogleMapsCallArguments.withQueries(List<String> queries) The queries to be executed.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type GoogleMapsCallArgumentsModifier and TypeMethodDescriptionGoogleMapsCallDelta.arguments()The arguments to pass to the Google Maps tool.GoogleMapsCallStep.arguments()The arguments to pass to the Google Maps tool.Methods in com.google.genai.gaos.models.interactions with parameters of type GoogleMapsCallArgumentsModifier and TypeMethodDescriptionGoogleMapsCallDelta.Builder.arguments(GoogleMapsCallArguments arguments) The arguments to pass to the Google Maps tool.GoogleMapsCallStep.Builder.arguments(GoogleMapsCallArguments arguments) The arguments to pass to the Google Maps tool.GoogleMapsCallDelta.withArguments(GoogleMapsCallArguments arguments) The arguments to pass to the Google Maps tool.GoogleMapsCallStep.withArguments(GoogleMapsCallArguments arguments) The arguments to pass to the Google Maps tool.Constructors in com.google.genai.gaos.models.interactions with parameters of type GoogleMapsCallArgumentsModifierConstructorDescriptionGoogleMapsCallDelta(GoogleMapsCallArguments arguments, String signature) GoogleMapsCallStep(GoogleMapsCallArguments arguments, String id, String signature)