Package io.temporal.api.testservice.v1
Interface SleepUntilRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SleepUntilRequest,SleepUntilRequest.Builder
@Generated(value="protoc", comments="annotations:SleepUntilRequestOrBuilder.java.pb.meta") public interface SleepUntilRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetTimestamp().google.protobuf.Timestamp timestamp = 1 [(.gogoproto.stdtime) = true];com.google.protobuf.TimestampOrBuildergetTimestampOrBuilder().google.protobuf.Timestamp timestamp = 1 [(.gogoproto.stdtime) = true];booleanhasTimestamp().google.protobuf.Timestamp timestamp = 1 [(.gogoproto.stdtime) = true];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTimestamp
boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.stdtime) = true];- Returns:
- Whether the timestamp field is set.
-
getTimestamp
com.google.protobuf.Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.stdtime) = true];- Returns:
- The timestamp.
-
getTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 1 [(.gogoproto.stdtime) = true];
-
-