All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sdkSettings.organization.getstream.GetStreamChannelOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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 GetStreamChannelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.organization.getstream.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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy