MemoryLogStepOrBuilder

public interface MemoryLogStepOrBuilder
Known Indirect Subclasses

Public Methods

abstract String
getHandle()
 Handle describing the feeds and fetches of the step.
abstract com.google.protobuf.ByteString
getHandleBytes()
 Handle describing the feeds and fetches of the step.
abstract long
getStepId()
 Process-unique step id.

Public Methods

public abstract String getHandle ()

 Handle describing the feeds and fetches of the step.
 
string handle = 2;

public abstract com.google.protobuf.ByteString getHandleBytes ()

 Handle describing the feeds and fetches of the step.
 
string handle = 2;

public abstract long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;