Class GoogleMaps.Builder

java.lang.Object
com.google.genai.types.GoogleMaps.Builder
Enclosing class:
GoogleMaps

public abstract static class GoogleMaps.Builder extends Object
Builder for GoogleMaps.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • authConfig

      public abstract GoogleMaps.Builder authConfig(AuthConfig authConfig)
      Setter for authConfig.

      authConfig: Optional. Auth config for the Google Maps tool.

    • authConfig

      public GoogleMaps.Builder authConfig(AuthConfig.Builder authConfigBuilder)
      Setter for authConfig builder.

      authConfig: Optional. Auth config for the Google Maps tool.

    • build

      public abstract GoogleMaps build()