Interface WebsocketProtoMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WebsocketProtoMessage
,WebsocketProtoMessage.Builder
public interface WebsocketProtoMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.ignition.rpc.WebsocketProtoMessage.ConnectionMode connection_mode = 1;
.ignition.rpc.WebsocketProtoMessage.ConnectionMode connection_mode = 1;
.ignition.rpc.WebsocketProtoMessage.PushNotification push_notification = 2;
.ignition.rpc.WebsocketProtoMessage.PushNotification push_notification = 2;
boolean
.ignition.rpc.WebsocketProtoMessage.ConnectionMode connection_mode = 1;
boolean
.ignition.rpc.WebsocketProtoMessage.PushNotification push_notification = 2;
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
-
hasConnectionMode
boolean hasConnectionMode().ignition.rpc.WebsocketProtoMessage.ConnectionMode connection_mode = 1;
- Returns:
- Whether the connectionMode field is set.
-
getConnectionMode
WebsocketProtoMessage.ConnectionMode getConnectionMode().ignition.rpc.WebsocketProtoMessage.ConnectionMode connection_mode = 1;
- Returns:
- The connectionMode.
-
getConnectionModeOrBuilder
WebsocketProtoMessage.ConnectionModeOrBuilder getConnectionModeOrBuilder().ignition.rpc.WebsocketProtoMessage.ConnectionMode connection_mode = 1;
-
hasPushNotification
boolean hasPushNotification().ignition.rpc.WebsocketProtoMessage.PushNotification push_notification = 2;
- Returns:
- Whether the pushNotification field is set.
-
getPushNotification
WebsocketProtoMessage.PushNotification getPushNotification().ignition.rpc.WebsocketProtoMessage.PushNotification push_notification = 2;
- Returns:
- The pushNotification.
-
getPushNotificationOrBuilder
WebsocketProtoMessage.PushNotificationOrBuilder getPushNotificationOrBuilder().ignition.rpc.WebsocketProtoMessage.PushNotification push_notification = 2;
-
getMessageCase
WebsocketProtoMessage.MessageCase getMessageCase()
-