main.java.com.streamlayer.sdkSettings.game.common.GameInviteCardOrBuilder 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 GameInviteCardOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.game.common.GameInviteCard)
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 subtext = 3 [json_name = "subtext"];
* @return The subtext.
*/
java.lang.String getSubtext();
/**
* string subtext = 3 [json_name = "subtext"];
* @return The bytes for subtext.
*/
com.google.protobuf.ByteString
getSubtextBytes();
/**
* string button_label = 4 [json_name = "buttonLabel"];
* @return The buttonLabel.
*/
java.lang.String getButtonLabel();
/**
* string button_label = 4 [json_name = "buttonLabel"];
* @return The bytes for buttonLabel.
*/
com.google.protobuf.ByteString
getButtonLabelBytes();
/**
* string icon_color = 5 [json_name = "iconColor"];
* @return The iconColor.
*/
java.lang.String getIconColor();
/**
* string icon_color = 5 [json_name = "iconColor"];
* @return The bytes for iconColor.
*/
com.google.protobuf.ByteString
getIconColorBytes();
/**
* string terms = 6 [json_name = "terms", deprecated = true];
* @deprecated streamlayer.sdkSettings.game.common.GameInviteCard.terms is deprecated.
* See streamlayer/sdkSettings/game/common/game_common.proto;l=100
* @return The terms.
*/
@java.lang.Deprecated java.lang.String getTerms();
/**
* string terms = 6 [json_name = "terms", deprecated = true];
* @deprecated streamlayer.sdkSettings.game.common.GameInviteCard.terms is deprecated.
* See streamlayer/sdkSettings/game/common/game_common.proto;l=100
* @return The bytes for terms.
*/
@java.lang.Deprecated com.google.protobuf.ByteString
getTermsBytes();
/**
* bool completed = 7 [json_name = "completed"];
* @return The completed.
*/
boolean getCompleted();
}