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.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.-
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()
-
-