Class ProcessingCallStep
java.lang.Object
com.google.genai.gaos.models.interactions.ProcessingCallStep
- All Implemented Interfaces:
Step
ProcessingCallStep
A server-initiated processing step for media analysis (e.g. video understanding).
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessingCallStep.Builderbuilder()booleaninthashCode()id()Required.A signature hash for backend validation.toString()type()Required.withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
ProcessingCallStep
-
ProcessingCallStep
-
-
Method Details
-
id
Required. A unique ID for this specific tool call. -
signature
A signature hash for backend validation. -
type
-
builder
-
withId
Required. A unique ID for this specific tool call. -
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-