Uses of Class
com.google.genai.types.GoogleSearch.Builder
Packages that use GoogleSearch.Builder
- 
Uses of GoogleSearch.Builder in com.google.genai.typesMethods in com.google.genai.types that return GoogleSearch.BuilderModifier and TypeMethodDescriptionstatic GoogleSearch.BuilderGoogleSearch.builder()Instantiates a builder for GoogleSearch.GoogleSearch.Builder.excludeDomains(String... excludeDomains) Setter for excludeDomains.abstract GoogleSearch.BuilderGoogleSearch.Builder.excludeDomains(List<String> excludeDomains) Setter for excludeDomains.abstract GoogleSearch.BuilderGoogleSearch.Builder.timeRangeFilter(Interval timeRangeFilter) Setter for timeRangeFilter.GoogleSearch.Builder.timeRangeFilter(Interval.Builder timeRangeFilterBuilder) Setter for timeRangeFilter builder.abstract GoogleSearch.BuilderGoogleSearch.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type GoogleSearch.BuilderModifier and TypeMethodDescriptionTool.Builder.googleSearch(GoogleSearch.Builder googleSearchBuilder) Setter for googleSearch builder.