main.java.com.streamlayer.sdkSettings.game.common.GameRulesOrBuilder 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/game/common/game_common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.game.common;
public interface GameRulesOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.game.common.GameRules)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string heading = 1 [json_name = "heading"];
* @return The heading.
*/
java.lang.String getHeading();
/**
* string heading = 1 [json_name = "heading"];
* @return The bytes for heading.
*/
com.google.protobuf.ByteString
getHeadingBytes();
/**
* string typeface = 2 [json_name = "typeface"];
* @return The typeface.
*/
java.lang.String getTypeface();
/**
* string typeface = 2 [json_name = "typeface"];
* @return The bytes for typeface.
*/
com.google.protobuf.ByteString
getTypefaceBytes();
/**
* string button_label = 3 [json_name = "buttonLabel"];
* @return The buttonLabel.
*/
java.lang.String getButtonLabel();
/**
* string button_label = 3 [json_name = "buttonLabel"];
* @return The bytes for buttonLabel.
*/
com.google.protobuf.ByteString
getButtonLabelBytes();
/**
* string numbers_color = 4 [json_name = "numbersColor"];
* @return The numbersColor.
*/
java.lang.String getNumbersColor();
/**
* string numbers_color = 4 [json_name = "numbersColor"];
* @return The bytes for numbersColor.
*/
com.google.protobuf.ByteString
getNumbersColorBytes();
/**
* repeated string rules = 5 [json_name = "rules"];
* @return A list containing the rules.
*/
java.util.List
getRulesList();
/**
* repeated string rules = 5 [json_name = "rules"];
* @return The count of rules.
*/
int getRulesCount();
/**
* repeated string rules = 5 [json_name = "rules"];
* @param index The index of the element to return.
* @return The rules at the given index.
*/
java.lang.String getRules(int index);
/**
* repeated string rules = 5 [json_name = "rules"];
* @param index The index of the element to return.
* @return The rules at the given index.
*/
com.google.protobuf.ByteString
getRulesBytes(int index);
/**
* bool completed = 6 [json_name = "completed"];
* @return The completed.
*/
boolean getCompleted();
/**
* string terms = 7 [json_name = "terms"];
* @return The terms.
*/
java.lang.String getTerms();
/**
* string terms = 7 [json_name = "terms"];
* @return The bytes for terms.
*/
com.google.protobuf.ByteString
getTermsBytes();
/**
* string terms_url = 8 [json_name = "termsUrl"];
* @return The termsUrl.
*/
java.lang.String getTermsUrl();
/**
* string terms_url = 8 [json_name = "termsUrl"];
* @return The bytes for termsUrl.
*/
com.google.protobuf.ByteString
getTermsUrlBytes();
}