Interface CancelTimerCommandAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CancelTimerCommandAttributes,CancelTimerCommandAttributes.Builder
@Generated(value="protoc",
comments="annotations:CancelTimerCommandAttributesOrBuilder.java.pb.meta")
public interface CancelTimerCommandAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe same timer id from the start timer commandcom.google.protobuf.ByteStringThe same timer id from the start timer commandMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTimerId
String getTimerId()The same timer id from the start timer command
string timer_id = 1;- Returns:
- The timerId.
-
getTimerIdBytes
com.google.protobuf.ByteString getTimerIdBytes()The same timer id from the start timer command
string timer_id = 1;- Returns:
- The bytes for timerId.
-