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

main.java.com.streamlayer.sdkSettings.client.GetStreamRequestOrBuilder 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/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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy