public interface AppendEventRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEvent()
public abstract SessionEvent getEvent()
Required. The event to append to the session.
.google.cloud.aiplatform.v1beta1.SessionEvent event = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SessionEvent |
The event. |
getEventOrBuilder()
public abstract SessionEventOrBuilder getEventOrBuilder()
Required. The event to append to the session.
.google.cloud.aiplatform.v1beta1.SessionEvent event = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SessionEventOrBuilder |
getName()
public abstract String 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) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract 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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
hasEvent()
public abstract boolean hasEvent()
Required. The event to append to the session.
.google.cloud.aiplatform.v1beta1.SessionEvent event = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the event field is set. |