public interface VariantsHistoryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUpdateTime()
public abstract Timestamp getUpdateTime()Update time of the variants.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Update time of the variants.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getVariantsCase()
public abstract VariantsHistory.VariantsCase getVariantsCase()| Returns | |
|---|---|
| Type | Description |
VariantsHistory.VariantsCase |
|
getVersionVariants()
public abstract VersionVariants getVersionVariants()The flow versions as the variants.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;
| Returns | |
|---|---|
| Type | Description |
VersionVariants |
The versionVariants. |
getVersionVariantsOrBuilder()
public abstract VersionVariantsOrBuilder getVersionVariantsOrBuilder()The flow versions as the variants.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;
| Returns | |
|---|---|
| Type | Description |
VersionVariantsOrBuilder |
|
hasUpdateTime()
public abstract boolean hasUpdateTime()Update time of the variants.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the versionVariants field is set. |