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
Modifier and TypeMethodDescription/ ID of the plugin initiating this requestcom.google.protobuf.ByteString/ ID of the plugin initiating this requestMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-