MemoryLogStepOrBuilder

공용 인터페이스 MemoryLogStepOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
get핸들 ()
 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;

공개 추상 긴 getStepId ()

 Process-unique step id.
 
int64 step_id = 1;