public interface InlineSchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getItems()
public abstract TypeSchema getItems()Schema of the elements if this is an ARRAY type.
.google.cloud.dialogflow.cx.v3.TypeSchema items = 2;
| Returns | |
|---|---|
| Type | Description |
TypeSchema |
The items. |
getItemsOrBuilder()
public abstract TypeSchemaOrBuilder getItemsOrBuilder()Schema of the elements if this is an ARRAY type.
.google.cloud.dialogflow.cx.v3.TypeSchema items = 2;
| Returns | |
|---|---|
| Type | Description |
TypeSchemaOrBuilder |
|
getType()
public abstract DataType getType()Data type of the schema.
.google.cloud.dialogflow.cx.v3.DataType type = 1;
| Returns | |
|---|---|
| Type | Description |
DataType |
The type. |
getTypeValue()
public abstract int getTypeValue()Data type of the schema.
.google.cloud.dialogflow.cx.v3.DataType type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
hasItems()
public abstract boolean hasItems()Schema of the elements if this is an ARRAY type.
.google.cloud.dialogflow.cx.v3.TypeSchema items = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the items field is set. |