main.java.com.streamlayer.interactive.common.SponsorshipOrBuilder 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 SponsorshipOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.Sponsorship)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string logo = 1 [json_name = "logo"];
* @return The logo.
*/
java.lang.String getLogo();
/**
* string logo = 1 [json_name = "logo"];
* @return The bytes for logo.
*/
com.google.protobuf.ByteString
getLogoBytes();
/**
* string name = 2 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 2 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
}