public interface TaggedRunMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getRunMetadata()
Byte-encoded version of the `RunMetadata` proto in order to allow lazy
deserialization.
|
String |
getTag()
Tag name associated with this metadata.
|
com.google.protobuf.ByteString |
getTagBytes()
Tag name associated with this metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTag()
Tag name associated with this metadata.
string tag = 1;com.google.protobuf.ByteString getTagBytes()
Tag name associated with this metadata.
string tag = 1;com.google.protobuf.ByteString getRunMetadata()
Byte-encoded version of the `RunMetadata` proto in order to allow lazy deserialization.
bytes run_metadata = 2;Copyright © 2015–2019. All rights reserved.