TaggedRunMetadataOrBuilder

공개 인터페이스 TaggedRunMetadataOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 com.google.protobuf.ByteString
getRunMetadata ()
 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
추상 문자열
태그 가져오기 ()
 Tag name associated with this metadata.
추상 com.google.protobuf.ByteString
getTagBytes ()
 Tag name associated with this metadata.

공개 방법

공개 추상 com.google.protobuf.ByteString getRunMetadata ()

 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
 
bytes run_metadata = 2;

공개 추상 문자열 getTag ()

 Tag name associated with this metadata.
 
string tag = 1;

공개 추상 com.google.protobuf.ByteString getTagBytes ()

 Tag name associated with this metadata.
 
string tag = 1;