Interface VariantsHistoryOrBuilder (0.48.0)

public interface VariantsHistoryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUpdateTime()

public abstract Timestamp getUpdateTime()

Update time of the variants.

.google.protobuf.Timestamp update_time = 2;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Update time of the variants.

.google.protobuf.Timestamp update_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getVariantsCase()

public abstract VariantsHistory.VariantsCase getVariantsCase()
Returns
TypeDescription
VariantsHistory.VariantsCase

getVersionVariants()

public abstract VersionVariants getVersionVariants()

The flow versions as the variants.

.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;

Returns
TypeDescription
VersionVariants

The versionVariants.

getVersionVariantsOrBuilder()

public abstract VersionVariantsOrBuilder getVersionVariantsOrBuilder()

The flow versions as the variants.

.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;

Returns
TypeDescription
VersionVariantsOrBuilder

hasUpdateTime()

public abstract boolean hasUpdateTime()

Update time of the variants.

.google.protobuf.Timestamp update_time = 2;

Returns
TypeDescription
boolean

Whether the updateTime field is set.

hasVersionVariants()

public abstract boolean hasVersionVariants()

The flow versions as the variants.

.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;

Returns
TypeDescription
boolean

Whether the versionVariants field is set.