public static interface ContentsExample.ExpectedContentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContent()
public abstract Content getContent()
Required. A single step's content.
.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 step's content.
.google.cloud.aiplatform.v1beta1.Content content = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ContentOrBuilder |
hasContent()
public abstract boolean hasContent()
Required. A single step's content.
.google.cloud.aiplatform.v1beta1.Content content = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the content field is set. |