Interface VariantsHistoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VariantsHistory,VariantsHistory.Builder
public interface VariantsHistoryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetUpdateTime()Update time of the variants.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Update time of the variants.VariantsHistory.VariantsCasegetVariantsCase()VersionVariantsgetVersionVariants()The flow versions as the variants.VersionVariantsOrBuildergetVersionVariantsOrBuilder()The flow versions as the variants.booleanhasUpdateTime()Update time of the variants.booleanhasVersionVariants()The flow versions as the variants.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVersionVariants
boolean hasVersionVariants()
The flow versions as the variants.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;- Returns:
- Whether the versionVariants field is set.
-
getVersionVariants
VersionVariants getVersionVariants()
The flow versions as the variants.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;- Returns:
- The versionVariants.
-
getVersionVariantsOrBuilder
VersionVariantsOrBuilder getVersionVariantsOrBuilder()
The flow versions as the variants.
.google.cloud.dialogflow.cx.v3.VersionVariants version_variants = 1;
-
hasUpdateTime
boolean hasUpdateTime()
Update time of the variants.
.google.protobuf.Timestamp update_time = 2;- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Update time of the variants.
.google.protobuf.Timestamp update_time = 2;- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Update time of the variants.
.google.protobuf.Timestamp update_time = 2;
-
getVariantsCase
VariantsHistory.VariantsCase getVariantsCase()
-
-