main.java.com.streamlayer.shortLinks.linksClient.GenerateRequestOrBuilder 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/shortLinks/linksClient.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.shortLinks.linksClient;
public interface GenerateRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.shortLinks.GenerateRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string web = 1 [json_name = "web"];
* @return The web.
*/
java.lang.String getWeb();
/**
* string web = 1 [json_name = "web"];
* @return The bytes for web.
*/
com.google.protobuf.ByteString
getWebBytes();
/**
* string mobile = 2 [json_name = "mobile"];
* @return The mobile.
*/
java.lang.String getMobile();
/**
* string mobile = 2 [json_name = "mobile"];
* @return The bytes for mobile.
*/
com.google.protobuf.ByteString
getMobileBytes();
}