TaggedRunMetadataOrBuilder

public interface TaggedRunMetadataOrBuilder
Known Indirect Subclasses

Public Methods

abstract com.google.protobuf.ByteString
getRunMetadata()
 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
abstract String
getTag()
 Tag name associated with this metadata.
abstract com.google.protobuf.ByteString
getTagBytes()
 Tag name associated with this metadata.

Public Methods

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

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

public abstract String getTag ()

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

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

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