main.java.com.streamlayer.sdkSettings.client.ClientSettingsNotificationsOrBuilder 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/sdkSettings/client/client.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.client;
public interface ClientSettingsNotificationsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.client.ClientSettingsNotifications)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sdkSettings.client.NotifySettings notify = 1 [json_name = "notify"];
* @return Whether the notify field is set.
*/
boolean hasNotify();
/**
* .streamlayer.sdkSettings.client.NotifySettings notify = 1 [json_name = "notify"];
* @return The notify.
*/
com.streamlayer.sdkSettings.client.NotifySettings getNotify();
/**
* .streamlayer.sdkSettings.client.SoundSettings sound = 2 [json_name = "sound"];
* @return Whether the sound field is set.
*/
boolean hasSound();
/**
* .streamlayer.sdkSettings.client.SoundSettings sound = 2 [json_name = "sound"];
* @return The sound.
*/
com.streamlayer.sdkSettings.client.SoundSettings getSound();
}