Interface MemoryLogStepOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
MemoryLogStep, MemoryLogStep.Builder

public interface MemoryLogStepOrBuilder extends MessageOrBuilder
  • Method Details

    • getStepId

      long getStepId()
      Process-unique step id.
      
      int64 step_id = 1;
      Returns:
      The stepId.
    • getHandle

      String getHandle()
      Handle describing the feeds and fetches of the step.
      
      string handle = 2;
      Returns:
      The handle.
    • getHandleBytes

      ByteString getHandleBytes()
      Handle describing the feeds and fetches of the step.
      
      string handle = 2;
      Returns:
      The bytes for handle.