main.java.com.streamlayer.sdkSettings.client.DeepLinkDataOrBuilder 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/client/client.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.client;
public interface DeepLinkDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.client.DeepLinkData)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* tinode group id
*
*
* string group_id = 1 [json_name = "groupId"];
* @return The groupId.
*/
java.lang.String getGroupId();
/**
*
* tinode group id
*
*
* string group_id = 1 [json_name = "groupId"];
* @return The bytes for groupId.
*/
com.google.protobuf.ByteString
getGroupIdBytes();
/**
* string event_id = 2 [json_name = "eventId"];
* @return The eventId.
*/
java.lang.String getEventId();
/**
* string event_id = 2 [json_name = "eventId"];
* @return The bytes for eventId.
*/
com.google.protobuf.ByteString
getEventIdBytes();
/**
* bool gamification = 3 [json_name = "gamification"];
* @return The gamification.
*/
boolean getGamification();
/**
* .streamlayer.sdkSettings.client.ManagedGroup managed_group = 4 [json_name = "managedGroup"];
* @return Whether the managedGroup field is set.
*/
boolean hasManagedGroup();
/**
* .streamlayer.sdkSettings.client.ManagedGroup managed_group = 4 [json_name = "managedGroup"];
* @return The managedGroup.
*/
com.streamlayer.sdkSettings.client.ManagedGroup getManagedGroup();
/**
* string external_event_id = 5 [json_name = "externalEventId"];
* @return The externalEventId.
*/
java.lang.String getExternalEventId();
/**
* string external_event_id = 5 [json_name = "externalEventId"];
* @return The bytes for externalEventId.
*/
com.google.protobuf.ByteString
getExternalEventIdBytes();
/**
* string external_group_id = 6 [json_name = "externalGroupId"];
* @return The externalGroupId.
*/
java.lang.String getExternalGroupId();
/**
* string external_group_id = 6 [json_name = "externalGroupId"];
* @return The bytes for externalGroupId.
*/
com.google.protobuf.ByteString
getExternalGroupIdBytes();
/**
* .streamlayer.sdkSettings.client.GroupType group_type = 7 [json_name = "groupType"];
* @return The enum numeric value on the wire for groupType.
*/
int getGroupTypeValue();
/**
* .streamlayer.sdkSettings.client.GroupType group_type = 7 [json_name = "groupType"];
* @return The groupType.
*/
com.streamlayer.sdkSettings.client.GroupType getGroupType();
}