All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sdkSettings.client.ClientSettingsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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 ClientSettingsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.client.ClientSettings)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.sdkSettings.client.VisibleStatus visible_status = 1 [json_name = "visibleStatus"];
   * @return The enum numeric value on the wire for visibleStatus.
   */
  int getVisibleStatusValue();
  /**
   * .streamlayer.sdkSettings.client.VisibleStatus visible_status = 1 [json_name = "visibleStatus"];
   * @return The visibleStatus.
   */
  com.streamlayer.sdkSettings.client.VisibleStatus getVisibleStatus();

  /**
   * .streamlayer.sdkSettings.client.MessagesNotify messages_notify = 2 [json_name = "messagesNotify"];
   * @return The enum numeric value on the wire for messagesNotify.
   */
  int getMessagesNotifyValue();
  /**
   * .streamlayer.sdkSettings.client.MessagesNotify messages_notify = 2 [json_name = "messagesNotify"];
   * @return The messagesNotify.
   */
  com.streamlayer.sdkSettings.client.MessagesNotify getMessagesNotify();

  /**
   * .streamlayer.sdkSettings.client.FriendsNotify friends_notify = 3 [json_name = "friendsNotify"];
   * @return The enum numeric value on the wire for friendsNotify.
   */
  int getFriendsNotifyValue();
  /**
   * .streamlayer.sdkSettings.client.FriendsNotify friends_notify = 3 [json_name = "friendsNotify"];
   * @return The friendsNotify.
   */
  com.streamlayer.sdkSettings.client.FriendsNotify getFriendsNotify();

  /**
   * .streamlayer.sdkSettings.client.CallsSound calls_sound = 4 [json_name = "callsSound"];
   * @return The enum numeric value on the wire for callsSound.
   */
  int getCallsSoundValue();
  /**
   * .streamlayer.sdkSettings.client.CallsSound calls_sound = 4 [json_name = "callsSound"];
   * @return The callsSound.
   */
  com.streamlayer.sdkSettings.client.CallsSound getCallsSound();

  /**
   * .streamlayer.sdkSettings.client.MessagesSound messages_sound = 5 [json_name = "messagesSound"];
   * @return The enum numeric value on the wire for messagesSound.
   */
  int getMessagesSoundValue();
  /**
   * .streamlayer.sdkSettings.client.MessagesSound messages_sound = 5 [json_name = "messagesSound"];
   * @return The messagesSound.
   */
  com.streamlayer.sdkSettings.client.MessagesSound getMessagesSound();

  /**
   * .streamlayer.sdkSettings.client.FriendsSound friends_sound = 6 [json_name = "friendsSound"];
   * @return The enum numeric value on the wire for friendsSound.
   */
  int getFriendsSoundValue();
  /**
   * .streamlayer.sdkSettings.client.FriendsSound friends_sound = 6 [json_name = "friendsSound"];
   * @return The friendsSound.
   */
  com.streamlayer.sdkSettings.client.FriendsSound getFriendsSound();

  /**
   * .streamlayer.sdkSettings.client.TwitterNotify twitter_notify = 7 [json_name = "twitterNotify"];
   * @return The enum numeric value on the wire for twitterNotify.
   */
  int getTwitterNotifyValue();
  /**
   * .streamlayer.sdkSettings.client.TwitterNotify twitter_notify = 7 [json_name = "twitterNotify"];
   * @return The twitterNotify.
   */
  com.streamlayer.sdkSettings.client.TwitterNotify getTwitterNotify();

  /**
   * .streamlayer.sdkSettings.client.TwitterSound twitter_sound = 8 [json_name = "twitterSound"];
   * @return The enum numeric value on the wire for twitterSound.
   */
  int getTwitterSoundValue();
  /**
   * .streamlayer.sdkSettings.client.TwitterSound twitter_sound = 8 [json_name = "twitterSound"];
   * @return The twitterSound.
   */
  com.streamlayer.sdkSettings.client.TwitterSound getTwitterSound();

  /**
   * .streamlayer.sdkSettings.client.ClientSettingsNotifications gamification = 9 [json_name = "gamification"];
   * @return Whether the gamification field is set.
   */
  boolean hasGamification();
  /**
   * .streamlayer.sdkSettings.client.ClientSettingsNotifications gamification = 9 [json_name = "gamification"];
   * @return The gamification.
   */
  com.streamlayer.sdkSettings.client.ClientSettingsNotifications getGamification();

  /**
   * .streamlayer.sdkSettings.client.ClientSettingsNotifications watch_party_invitation = 10 [json_name = "watchPartyInvitation"];
   * @return Whether the watchPartyInvitation field is set.
   */
  boolean hasWatchPartyInvitation();
  /**
   * .streamlayer.sdkSettings.client.ClientSettingsNotifications watch_party_invitation = 10 [json_name = "watchPartyInvitation"];
   * @return The watchPartyInvitation.
   */
  com.streamlayer.sdkSettings.client.ClientSettingsNotifications getWatchPartyInvitation();

  /**
   * .streamlayer.sdkSettings.client.ClientSettingsNotifications twitter_question = 11 [json_name = "twitterQuestion"];
   * @return Whether the twitterQuestion field is set.
   */
  boolean hasTwitterQuestion();
  /**
   * .streamlayer.sdkSettings.client.ClientSettingsNotifications twitter_question = 11 [json_name = "twitterQuestion"];
   * @return The twitterQuestion.
   */
  com.streamlayer.sdkSettings.client.ClientSettingsNotifications getTwitterQuestion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy