Interface Protocol.WorkflowTargetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protocol.WorkflowTarget, Protocol.WorkflowTarget.Builder
Enclosing class:
Protocol

public static interface Protocol.WorkflowTargetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string workflow_key = 2;
    com.google.protobuf.ByteString
    string workflow_key = 2;
    string workflow_name = 1;
    com.google.protobuf.ByteString
    string workflow_name = 1;

    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

    • getWorkflowName

      String getWorkflowName()
      string workflow_name = 1;
      Returns:
      The workflowName.
    • getWorkflowNameBytes

      com.google.protobuf.ByteString getWorkflowNameBytes()
      string workflow_name = 1;
      Returns:
      The bytes for workflowName.
    • getWorkflowKey

      String getWorkflowKey()
      string workflow_key = 2;
      Returns:
      The workflowKey.
    • getWorkflowKeyBytes

      com.google.protobuf.ByteString getWorkflowKeyBytes()
      string workflow_key = 2;
      Returns:
      The bytes for workflowKey.