BidiGenerateContentServerMessage class final

Response message for the BidiGenerateContent call.

Properties

goAway → GoAway?
Output only. A notice that the server will soon disconnect.
final
hashCode → int
The hash code for this object.
no setterinherited
qualifiedName → String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
serverContent → BidiGenerateContentServerContent?
Output only. Content generated by the model in response to client messages.
final
sessionResumptionUpdate → SessionResumptionUpdate?
Output only. Update of the session resumption state.
final
setupComplete → BidiGenerateContentSetupComplete?
Output only. Sent in response to a BidiGenerateContentSetup message from the client when setup is complete.
final
toolCall → BidiGenerateContentToolCall?
Output only. Request for the client to execute the function_calls and return the responses with the matching ids.
final
toolCallCancellation → BidiGenerateContentToolCallCancellation?
Output only. Notification for the client that a previously issued ToolCallMessage with the specified ids should be cancelled.
final
usageMetadata → UsageMetadata?
Output only. Usage metadata about the response(s).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Object
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String