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

main.java.com.streamlayer.interactive.common.WebLinkOrBuilder 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/interactive/interactive.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;

public interface WebLinkOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.WebLink)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string label = 1 [json_name = "label"];
   * @return The label.
   */
  java.lang.String getLabel();
  /**
   * string label = 1 [json_name = "label"];
   * @return The bytes for label.
   */
  com.google.protobuf.ByteString
      getLabelBytes();

  /**
   * 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy