public interface VariantsHistoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getUpdateTime()
Update time of the variants.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Update time of the variants.
|
VariantsHistory.VariantsCase |
getVariantsCase() |
VersionVariants |
getVersionVariants()
The flow versions as the variants.
|
VersionVariantsOrBuilder |
getVersionVariantsOrBuilder()
The flow versions as the variants.
|
boolean |
hasUpdateTime()
Update time of the variants.
|
boolean |
hasVersionVariants()
The flow versions as the variants.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVersionVariants()
The flow versions as the variants.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;VersionVariants getVersionVariants()
The flow versions as the variants.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;VersionVariantsOrBuilder getVersionVariantsOrBuilder()
The flow versions as the variants.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;boolean hasUpdateTime()
Update time of the variants.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.Timestamp getUpdateTime()
Update time of the variants.
.google.protobuf.Timestamp update_time = 2;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Update time of the variants.
.google.protobuf.Timestamp update_time = 2;VariantsHistory.VariantsCase getVariantsCase()
Copyright © 2022 Google LLC. All rights reserved.