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

main.java.com.streamlayer.pass.passClient.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/pass/passClient.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.pass.passClient;

public interface GenerateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.pass.GenerateRequest)
    com.google.protobuf.MessageLiteOrBuilder {

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

  /**
   * string barcode_url = 2 [json_name = "barcodeUrl"];
   * @return The barcodeUrl.
   */
  java.lang.String getBarcodeUrl();
  /**
   * string barcode_url = 2 [json_name = "barcodeUrl"];
   * @return The bytes for barcodeUrl.
   */
  com.google.protobuf.ByteString
      getBarcodeUrlBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy