Interface DeleteWorkflowRuleRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteWorkflowRuleRequest,DeleteWorkflowRuleRequest.Builder
@Generated(value="protoc",
comments="annotations:DeleteWorkflowRuleRequestOrBuilder.java.pb.meta")
public interface DeleteWorkflowRuleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;ID of the rule to delete.com.google.protobuf.ByteStringID of the rule to delete.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
-
getNamespace
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 1;- Returns:
- The bytes for namespace.
-
getRuleId
String getRuleId()ID of the rule to delete. Unique within the namespace.
string rule_id = 2;- Returns:
- The ruleId.
-
getRuleIdBytes
com.google.protobuf.ByteString getRuleIdBytes()ID of the rule to delete. Unique within the namespace.
string rule_id = 2;- Returns:
- The bytes for ruleId.
-