Package io.temporal.api.testservice.v1
Interface SleepRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SleepRequest,SleepRequest.Builder
@Generated(value="protoc", comments="annotations:SleepRequestOrBuilder.java.pb.meta") public interface SleepRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetDuration().google.protobuf.Duration duration = 1 [(.gogoproto.stdduration) = true];com.google.protobuf.DurationOrBuildergetDurationOrBuilder().google.protobuf.Duration duration = 1 [(.gogoproto.stdduration) = true];booleanhasDuration().google.protobuf.Duration duration = 1 [(.gogoproto.stdduration) = true];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDuration
boolean hasDuration()
.google.protobuf.Duration duration = 1 [(.gogoproto.stdduration) = true];- Returns:
- Whether the duration field is set.
-
getDuration
com.google.protobuf.Duration getDuration()
.google.protobuf.Duration duration = 1 [(.gogoproto.stdduration) = true];- Returns:
- The duration.
-
getDurationOrBuilder
com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
.google.protobuf.Duration duration = 1 [(.gogoproto.stdduration) = true];
-
-