public interface AppendEventRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SessionEvent |
getEvent()
Required.
|
SessionEventOrBuilder |
getEventOrBuilder()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasEvent()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The resource name of the session to append event to.
Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The resource name of the session to append event to.
Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasEvent()
Required. The event to append to the session.
.google.cloud.aiplatform.v1beta1.SessionEvent event = 2 [(.google.api.field_behavior) = REQUIRED];
SessionEvent getEvent()
Required. The event to append to the session.
.google.cloud.aiplatform.v1beta1.SessionEvent event = 2 [(.google.api.field_behavior) = REQUIRED];
SessionEventOrBuilder getEventOrBuilder()
Required. The event to append to the session.
.google.cloud.aiplatform.v1beta1.SessionEvent event = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.