public interface CreateMemoryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Memory |
getMemory()
Required.
|
MemoryOrBuilder |
getMemoryOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasMemory()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the ReasoningEngine to create the Memory
under. Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the ReasoningEngine to create the Memory
under. Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasMemory()
Required. The Memory to be created.
.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];
Memory getMemory()
Required. The Memory to be created.
.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];
MemoryOrBuilder getMemoryOrBuilder()
Required. The Memory to be created.
.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.