Interface TaggedRunMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TaggedRunMetadata, TaggedRunMetadata.Builder

    public interface TaggedRunMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getRunMetadata()
      Byte-encoded version of the `RunMetadata` proto in order to allow lazy deserialization.
      java.lang.String getTag()
      Tag name associated with this metadata.
      com.google.protobuf.ByteString getTagBytes()
      Tag name associated with this metadata.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTag

        java.lang.String getTag()
         Tag name associated with this metadata.
         
        string tag = 1;
        Returns:
        The tag.
      • getTagBytes

        com.google.protobuf.ByteString getTagBytes()
         Tag name associated with this metadata.
         
        string tag = 1;
        Returns:
        The bytes for tag.
      • getRunMetadata

        com.google.protobuf.ByteString getRunMetadata()
         Byte-encoded version of the `RunMetadata` proto in order to allow lazy
         deserialization.
         
        bytes run_metadata = 2;
        Returns:
        The runMetadata.