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

main.java.com.streamlayer.shortLinks.linksClient.GenerateRequestOrBuilder 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/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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy