Interface Messages.KeepAliveOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Messages.KeepAlive, Messages.KeepAlive.Builder
    Enclosing class:
    Messages

    public static interface Messages.KeepAliveOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPluginId()
      / ID of the plugin initiating this request
      com.google.protobuf.ByteString getPluginIdBytes()
      / ID of the plugin initiating this request
      • 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

      • getPluginId

        String getPluginId()
        / ID of the plugin initiating this request
         
        string pluginId = 1;
      • getPluginIdBytes

        com.google.protobuf.ByteString getPluginIdBytes()
        / ID of the plugin initiating this request
         
        string pluginId = 1;