Interface ReloadResponseOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReloadResponse, ReloadResponse.Builder

public interface ReloadResponseOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A string that a tool asking for configuration reload can show.
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    A string that a tool asking for configuration reload can show.

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder

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

    • getResult

      String getResult()
       A string that a tool asking for configuration reload can show.
       
      string result = 1;
      Returns:
      The result.
    • getResultBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getResultBytes()
       A string that a tool asking for configuration reload can show.
       
      string result = 1;
      Returns:
      The bytes for result.