main.java.com.streamlayer.sdkSettings.client.GetStreamRequestOrBuilder 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 GetStreamRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.client.GetStreamRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* stream id
*
*
* string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
*
* stream id
*
*
* string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}