TaggedRunMetadataOrBuilder

interface pública TaggedRunMetadataOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

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 de string tag = 1;

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

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

Tag de string tag = 1;

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