main.java.com.streamlayer.interactive.common.ServerNotificationOptionsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/interactive/interactive.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;
public interface ServerNotificationOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.ServerNotificationOptions)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* skip modal
*
*
* bool silence = 1 [json_name = "silence"];
* @return The silence.
*/
boolean getSilence();
/**
*
* skip update data
*
*
* bool skip_update = 2 [json_name = "skipUpdate"];
* @return The skipUpdate.
*/
boolean getSkipUpdate();
}