Class GoogleSearchCallStep
java.lang.Object
com.google.genai.gaos.models.interactions.GoogleSearchCallStep
- All Implemented Interfaces:
Step
GoogleSearchCallStep
Google Search call step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGoogleSearchCallStep(GoogleSearchCallArguments arguments, String id) GoogleSearchCallStep(GoogleSearchCallArguments arguments, String id, GoogleSearchCallStepSearchType searchType, String signature) -
Method Summary
Modifier and TypeMethodDescriptionThe arguments to pass to Google Search.static GoogleSearchCallStep.Builderbuilder()booleaninthashCode()id()Required.The type of search grounding enabled.A signature hash for backend validation.toString()type()withArguments(GoogleSearchCallArguments arguments) The arguments to pass to Google Search.Required.withSearchType(GoogleSearchCallStepSearchType searchType) The type of search grounding enabled.withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
GoogleSearchCallStep
public GoogleSearchCallStep(@Nonnull GoogleSearchCallArguments arguments, @Nonnull String id, @Nullable GoogleSearchCallStepSearchType searchType, @Nullable String signature) -
GoogleSearchCallStep
-
-
Method Details
-
arguments
The arguments to pass to Google Search. -
id
Required. A unique ID for this specific tool call. -
searchType
The type of search grounding enabled. -
signature
A signature hash for backend validation. -
type
-
builder
-
withArguments
The arguments to pass to Google Search. -
withId
Required. A unique ID for this specific tool call. -
withSearchType
The type of search grounding enabled. -
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-