Interface SaveRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    SaveRequest, SaveRequest.Builder

    public interface SaveRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEventId()
      string event_id = 2 [json_name = "eventId"];
      com.google.protobuf.ByteString getEventIdBytes()
      string event_id = 2 [json_name = "eventId"];
      java.lang.String getField()
      overview | titleCard | onboarding | rules | inviteCard
      com.google.protobuf.ByteString getFieldBytes()
      overview | titleCard | onboarding | rules | inviteCard
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      boolean getSetEnable()
      bool set_enable = 5 [json_name = "setEnable"];
      GameSettings getSettings()
      .streamlayer.sdkSettings.game.common.GameSettings settings = 4 [json_name = "settings"];
      boolean hasSettings()
      .streamlayer.sdkSettings.game.common.GameSettings settings = 4 [json_name = "settings"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • getEventId

        java.lang.String getEventId()
        string event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • getEventIdBytes

        com.google.protobuf.ByteString getEventIdBytes()
        string event_id = 2 [json_name = "eventId"];
        Returns:
        The bytes for eventId.
      • getField

        java.lang.String getField()
         overview | titleCard | onboarding | rules | inviteCard
         
        string field = 3 [json_name = "field"];
        Returns:
        The field.
      • getFieldBytes

        com.google.protobuf.ByteString getFieldBytes()
         overview | titleCard | onboarding | rules | inviteCard
         
        string field = 3 [json_name = "field"];
        Returns:
        The bytes for field.
      • hasSettings

        boolean hasSettings()
        .streamlayer.sdkSettings.game.common.GameSettings settings = 4 [json_name = "settings"];
        Returns:
        Whether the settings field is set.
      • getSettings

        GameSettings getSettings()
        .streamlayer.sdkSettings.game.common.GameSettings settings = 4 [json_name = "settings"];
        Returns:
        The settings.
      • getSetEnable

        boolean getSetEnable()
        bool set_enable = 5 [json_name = "setEnable"];
        Returns:
        The setEnable.