Package gauge.messages
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 StringgetPluginId()/ ID of the plugin initiating this requestcom.google.protobuf.ByteStringgetPluginIdBytes()/ ID of the plugin initiating this request-
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;
-
-