public interface EventActionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsArtifactDelta(String key)
Optional.
|
Map<String,Integer> |
getArtifactDelta()
Deprecated.
|
int |
getArtifactDeltaCount()
Optional.
|
Map<String,Integer> |
getArtifactDeltaMap()
Optional.
|
int |
getArtifactDeltaOrDefault(String key,
int defaultValue)
Optional.
|
int |
getArtifactDeltaOrThrow(String key)
Optional.
|
boolean |
getEscalate()
Optional.
|
com.google.protobuf.Struct |
getRequestedAuthConfigs()
Optional.
|
com.google.protobuf.StructOrBuilder |
getRequestedAuthConfigsOrBuilder()
Optional.
|
boolean |
getSkipSummarization()
Optional.
|
com.google.protobuf.Struct |
getStateDelta()
Optional.
|
com.google.protobuf.StructOrBuilder |
getStateDeltaOrBuilder()
Optional.
|
String |
getTransferAgent()
Optional.
|
com.google.protobuf.ByteString |
getTransferAgentBytes()
Optional.
|
boolean |
getTransferToAgent()
Deprecated.
google.cloud.aiplatform.v1beta1.EventActions.transfer_to_agent is deprecated. See
google/cloud/aiplatform/v1beta1/session.proto;l=163
|
boolean |
hasRequestedAuthConfigs()
Optional.
|
boolean |
hasStateDelta()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getSkipSummarization()
Optional. If true, it won't call model to summarize function response. Only used for function_response event.
bool skip_summarization = 1 [(.google.api.field_behavior) = OPTIONAL];boolean hasStateDelta()
Optional. Indicates that the event is updating the state with the given delta.
.google.protobuf.Struct state_delta = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.Struct getStateDelta()
Optional. Indicates that the event is updating the state with the given delta.
.google.protobuf.Struct state_delta = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.StructOrBuilder getStateDeltaOrBuilder()
Optional. Indicates that the event is updating the state with the given delta.
.google.protobuf.Struct state_delta = 2 [(.google.api.field_behavior) = OPTIONAL];int getArtifactDeltaCount()
Optional. Indicates that the event is updating an artifact. key is the filename, value is the version.
map<string, int32> artifact_delta = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean containsArtifactDelta(String key)
Optional. Indicates that the event is updating an artifact. key is the filename, value is the version.
map<string, int32> artifact_delta = 3 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated Map<String,Integer> getArtifactDelta()
getArtifactDeltaMap() instead.Map<String,Integer> getArtifactDeltaMap()
Optional. Indicates that the event is updating an artifact. key is the filename, value is the version.
map<string, int32> artifact_delta = 3 [(.google.api.field_behavior) = OPTIONAL];
int getArtifactDeltaOrDefault(String key, int defaultValue)
Optional. Indicates that the event is updating an artifact. key is the filename, value is the version.
map<string, int32> artifact_delta = 3 [(.google.api.field_behavior) = OPTIONAL];
int getArtifactDeltaOrThrow(String key)
Optional. Indicates that the event is updating an artifact. key is the filename, value is the version.
map<string, int32> artifact_delta = 3 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated boolean getTransferToAgent()
Deprecated. If set, the event transfers to the specified agent.
bool transfer_to_agent = 5 [deprecated = true];boolean getEscalate()
Optional. The agent is escalating to a higher level agent.
bool escalate = 6 [(.google.api.field_behavior) = OPTIONAL];boolean hasRequestedAuthConfigs()
Optional. Will only be set by a tool response indicating tool request euc. Struct key is the function call id since one function call response (from model) could correspond to multiple function calls. Struct value is the required auth config, which can be another struct.
.google.protobuf.Struct requested_auth_configs = 7 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Struct getRequestedAuthConfigs()
Optional. Will only be set by a tool response indicating tool request euc. Struct key is the function call id since one function call response (from model) could correspond to multiple function calls. Struct value is the required auth config, which can be another struct.
.google.protobuf.Struct requested_auth_configs = 7 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.StructOrBuilder getRequestedAuthConfigsOrBuilder()
Optional. Will only be set by a tool response indicating tool request euc. Struct key is the function call id since one function call response (from model) could correspond to multiple function calls. Struct value is the required auth config, which can be another struct.
.google.protobuf.Struct requested_auth_configs = 7 [(.google.api.field_behavior) = OPTIONAL];
String getTransferAgent()
Optional. If set, the event transfers to the specified agent.
string transfer_agent = 8 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getTransferAgentBytes()
Optional. If set, the event transfers to the specified agent.
string transfer_agent = 8 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.