public static interface GenerateMemoriesRequest.DirectContentsSource.EventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContent()
public abstract Content getContent()Required. A single piece of content from which to generate memories.
.google.cloud.aiplatform.v1beta1.Content content = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Content |
The content. |
getContentOrBuilder()
public abstract ContentOrBuilder getContentOrBuilder()Required. A single piece of content from which to generate memories.
.google.cloud.aiplatform.v1beta1.Content content = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContentOrBuilder |
|
hasContent()
public abstract boolean hasContent()Required. A single piece of content from which to generate memories.
.google.cloud.aiplatform.v1beta1.Content content = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the content field is set. |