Interface GenerateMemoriesRequest.DirectMemoriesSource.DirectMemoryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateMemoriesRequest.DirectMemoriesSource.DirectMemory,GenerateMemoriesRequest.DirectMemoriesSource.DirectMemory.Builder
- Enclosing class:
- GenerateMemoriesRequest.DirectMemoriesSource
public static interface GenerateMemoriesRequest.DirectMemoriesSource.DirectMemoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFact
String getFact()Required. The fact to consolidate with existing memories.
string fact = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The fact.
-
getFactBytes
com.google.protobuf.ByteString getFactBytes()Required. The fact to consolidate with existing memories.
string fact = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for fact.
-