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.PushNotifications push_notifications = 2;
.ignition.rpc.WebsocketProtoMessage.PushNotifications push_notifications = 2;
boolean
.ignition.rpc.WebsocketProtoMessage.ConnectionMode connection_mode = 1;
boolean
.ignition.rpc.WebsocketProtoMessage.PushNotifications push_notifications = 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;
-
hasPushNotifications
boolean hasPushNotifications().ignition.rpc.WebsocketProtoMessage.PushNotifications push_notifications = 2;
- Returns:
- Whether the pushNotifications field is set.
-
getPushNotifications
WebsocketProtoMessage.PushNotifications getPushNotifications().ignition.rpc.WebsocketProtoMessage.PushNotifications push_notifications = 2;
- Returns:
- The pushNotifications.
-
getPushNotificationsOrBuilder
WebsocketProtoMessage.PushNotificationsOrBuilder getPushNotificationsOrBuilder().ignition.rpc.WebsocketProtoMessage.PushNotifications push_notifications = 2;
-
getMessageCase
WebsocketProtoMessage.MessageCase getMessageCase()
-