public interface SyntheticFieldOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContent()
public abstract Content getContent()
Required. The content of the field.
.google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Content |
The content. |
getContentOrBuilder()
public abstract ContentOrBuilder getContentOrBuilder()
Required. The content of the field.
.google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ContentOrBuilder |
getFieldName()
public abstract String getFieldName()
Optional. The name of the field.
string field_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The fieldName. |
getFieldNameBytes()
public abstract ByteString getFieldNameBytes()
Optional. The name of the field.
string field_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for fieldName. |
hasContent()
public abstract boolean hasContent()
Required. The content of the field.
.google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the content field is set. |