Interface PlayerNotificationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PlayerNotification, PlayerNotification.Builder

public interface PlayerNotificationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getTranslations(int index)
    List of translated messages; the player's locale will be selected automatically.
    int
    List of translated messages; the player's locale will be selected automatically.
    List of translated messages; the player's locale will be selected automatically.
    List of translated messages; the player's locale will be selected automatically.
    List of translated messages; the player's locale will be selected automatically.

    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

    • getTranslationsList

      List<Translation> getTranslationsList()
       List of translated messages; the player's locale will be selected automatically.
       
      repeated .api.v1.Translation translations = 1 [json_name = "translations"];
    • getTranslations

      Translation getTranslations(int index)
       List of translated messages; the player's locale will be selected automatically.
       
      repeated .api.v1.Translation translations = 1 [json_name = "translations"];
    • getTranslationsCount

      int getTranslationsCount()
       List of translated messages; the player's locale will be selected automatically.
       
      repeated .api.v1.Translation translations = 1 [json_name = "translations"];
    • getTranslationsOrBuilderList

      List<? extends TranslationOrBuilder> getTranslationsOrBuilderList()
       List of translated messages; the player's locale will be selected automatically.
       
      repeated .api.v1.Translation translations = 1 [json_name = "translations"];
    • getTranslationsOrBuilder

      TranslationOrBuilder getTranslationsOrBuilder(int index)
       List of translated messages; the player's locale will be selected automatically.
       
      repeated .api.v1.Translation translations = 1 [json_name = "translations"];