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

    Modifier and Type
    Method
    Description
    / ID of the plugin initiating this request
    com.google.protobuf.ByteString
    / 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 Details

    • getPluginId

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

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