main.java.com.streamlayer.interactive.common.FileLinkOrBuilder 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/interactive/interactive.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;
public interface FileLinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.FileLink)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* string url = 2 [json_name = "url"];
* @return The url.
*/
java.lang.String getUrl();
/**
* string url = 2 [json_name = "url"];
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
* string thumbnail_url = 3 [json_name = "thumbnailUrl"];
* @return The thumbnailUrl.
*/
java.lang.String getThumbnailUrl();
/**
* string thumbnail_url = 3 [json_name = "thumbnailUrl"];
* @return The bytes for thumbnailUrl.
*/
com.google.protobuf.ByteString
getThumbnailUrlBytes();
}