MemoryLogStepOrBuilder

パブリック インターフェイスMemoryLogStepOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
getHandle ()
 Handle describing the feeds and fetches of the step.
抽象的な com.google.protobuf.ByteString
getHandleBytes ()
 Handle describing the feeds and fetches of the step.
抽象的な長い
getStepId ()
 Process-unique step id.

パブリックメソッド

パブリック抽象文字列getHandle ()

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

パブリック抽象 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;