public static interface GenerateMemoriesRequest.VertexSessionSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Optional.
|
String |
getSession()
Required.
|
com.google.protobuf.ByteString |
getSessionBytes()
Required.
|
com.google.protobuf.Timestamp |
getStartTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Optional.
|
boolean |
hasEndTime()
Optional.
|
boolean |
hasStartTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSession()
Required. The resource name of the Session to generate memories for.
Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}`
string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getSessionBytes()
Required. The resource name of the Session to generate memories for.
Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}`
string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasStartTime()
Optional. Time range to define which session events should be used to generate memories. Start time (inclusive) of the time range. If not set, the start time is unbounded.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Timestamp getStartTime()
Optional. Time range to define which session events should be used to generate memories. Start time (inclusive) of the time range. If not set, the start time is unbounded.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Optional. Time range to define which session events should be used to generate memories. Start time (inclusive) of the time range. If not set, the start time is unbounded.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasEndTime()
Optional. End time (exclusive) of the time range. If not set, the end time is unbounded.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Timestamp getEndTime()
Optional. End time (exclusive) of the time range. If not set, the end time is unbounded.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Optional. End time (exclusive) of the time range. If not set, the end time is unbounded.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.