main.java.com.streamlayer.sdkSettings.common.GetStreamChannelOrBuilder 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/sdkSettings.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.common;
public interface GetStreamChannelOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.GetStreamChannel)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string organization_id = 1 [json_name = "organizationId"];
* @return The organizationId.
*/
java.lang.String getOrganizationId();
/**
* string organization_id = 1 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
com.google.protobuf.ByteString
getOrganizationIdBytes();
/**
* 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();
/**
* string channel_id = 3 [json_name = "channelId"];
* @return The channelId.
*/
java.lang.String getChannelId();
/**
* string channel_id = 3 [json_name = "channelId"];
* @return The bytes for channelId.
*/
com.google.protobuf.ByteString
getChannelIdBytes();
/**
* .streamlayer.sdkSettings.GetStreamChannelType channel_type = 4 [json_name = "channelType"];
* @return The enum numeric value on the wire for channelType.
*/
int getChannelTypeValue();
/**
* .streamlayer.sdkSettings.GetStreamChannelType channel_type = 4 [json_name = "channelType"];
* @return The channelType.
*/
com.streamlayer.sdkSettings.common.GetStreamChannelType getChannelType();
/**
* .streamlayer.sdkSettings.GetStreamChannelDefault is_default = 5 [json_name = "isDefault"];
* @return The enum numeric value on the wire for isDefault.
*/
int getIsDefaultValue();
/**
* .streamlayer.sdkSettings.GetStreamChannelDefault is_default = 5 [json_name = "isDefault"];
* @return The isDefault.
*/
com.streamlayer.sdkSettings.common.GetStreamChannelDefault getIsDefault();
}