Interface DescribeWorkflowRuleRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DescribeWorkflowRuleRequest, DescribeWorkflowRuleRequest.Builder

@Generated(value="protoc", comments="annotations:DescribeWorkflowRuleRequestOrBuilder.java.pb.meta") public interface DescribeWorkflowRuleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;
    User-specified ID of the rule to read.
    com.google.protobuf.ByteString
    User-specified ID of the rule to read.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNamespace

      String getNamespace()
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getRuleId

      String getRuleId()
       User-specified ID of the rule to read. Unique within the namespace.
       
      string rule_id = 2;
      Returns:
      The ruleId.
    • getRuleIdBytes

      com.google.protobuf.ByteString getRuleIdBytes()
       User-specified ID of the rule to read. Unique within the namespace.
       
      string rule_id = 2;
      Returns:
      The bytes for ruleId.