Interface PendingActivityInfo.PauseInfo.RuleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PendingActivityInfo.PauseInfo.Rule,PendingActivityInfo.PauseInfo.Rule.Builder
- Enclosing class:
PendingActivityInfo.PauseInfo
public static interface PendingActivityInfo.PauseInfo.RuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe identity of the actor that created the rule.com.google.protobuf.ByteStringThe identity of the actor that created the rule.Reason why rule was created.com.google.protobuf.ByteStringReason why rule was created.The rule that paused the activity.com.google.protobuf.ByteStringThe rule that paused the activity.Methods 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
-
getRuleId
-
getRuleIdBytes
com.google.protobuf.ByteString getRuleIdBytes()The rule that paused the activity.
string rule_id = 1;- Returns:
- The bytes for ruleId.
-
getIdentity
String getIdentity()The identity of the actor that created the rule.
string identity = 2;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()The identity of the actor that created the rule.
string identity = 2;- Returns:
- The bytes for identity.
-
getReason
String getReason()Reason why rule was created. Populated from rule description.
string reason = 3;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()Reason why rule was created. Populated from rule description.
string reason = 3;- Returns:
- The bytes for reason.
-