Interface ReloadResponseOrBuilder

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

@Generated public interface ReloadResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    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 Details

    • getResult

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

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