main.java.com.streamlayer.sdkSettings.organization.getstream.GetStreamSettingsOrBuilder 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/organization/getstream/organizations.getstream.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.organization.getstream;
public interface GetStreamSettingsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.organization.getstream.GetStreamSettings)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sdkSettings.GetStreamEnabled enabled = 1 [json_name = "enabled"];
* @return The enum numeric value on the wire for enabled.
*/
int getEnabledValue();
/**
* .streamlayer.sdkSettings.GetStreamEnabled enabled = 1 [json_name = "enabled"];
* @return The enabled.
*/
com.streamlayer.sdkSettings.common.GetStreamEnabled getEnabled();
/**
* string key = 2 [json_name = "key"];
* @return The key.
*/
java.lang.String getKey();
/**
* string key = 2 [json_name = "key"];
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
* string secret = 3 [json_name = "secret"];
* @return The secret.
*/
java.lang.String getSecret();
/**
* string secret = 3 [json_name = "secret"];
* @return The bytes for secret.
*/
com.google.protobuf.ByteString
getSecretBytes();
/**
* string app_id = 4 [json_name = "appId"];
* @return The appId.
*/
java.lang.String getAppId();
/**
* string app_id = 4 [json_name = "appId"];
* @return The bytes for appId.
*/
com.google.protobuf.ByteString
getAppIdBytes();
/**
* .streamlayer.sdkSettings.GetStreamChannelType default_channel_type = 5 [json_name = "defaultChannelType"];
* @return The enum numeric value on the wire for defaultChannelType.
*/
int getDefaultChannelTypeValue();
/**
* .streamlayer.sdkSettings.GetStreamChannelType default_channel_type = 5 [json_name = "defaultChannelType"];
* @return The defaultChannelType.
*/
com.streamlayer.sdkSettings.common.GetStreamChannelType getDefaultChannelType();
}