Interface InlineSchemaOrBuilder (0.89.0)

public interface InlineSchemaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getItems()

public abstract TypeSchema getItems()

Schema of the elements if this is an ARRAY type.

.google.cloud.dialogflow.cx.v3beta1.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.v3beta1.TypeSchema items = 2;

Returns
Type Description
TypeSchemaOrBuilder

getType()

public abstract DataType getType()

Data type of the schema.

.google.cloud.dialogflow.cx.v3beta1.DataType type = 1;

Returns
Type Description
DataType

The type.

getTypeValue()

public abstract int getTypeValue()

Data type of the schema.

.google.cloud.dialogflow.cx.v3beta1.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.v3beta1.TypeSchema items = 2;

Returns
Type Description
boolean

Whether the items field is set.