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

main.java.com.streamlayer.triggers.GetMetadataRequestOrBuilder 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/triggers/triggers.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.triggers;

public interface GetMetadataRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.triggers.GetMetadataRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string event_id = 1 [json_name = "eventId"];
   * @return The eventId.
   */
  java.lang.String getEventId();
  /**
   * string event_id = 1 [json_name = "eventId"];
   * @return The bytes for eventId.
   */
  com.google.protobuf.ByteString
      getEventIdBytes();

  /**
   * string sport = 2 [json_name = "sport"];
   * @return The sport.
   */
  java.lang.String getSport();
  /**
   * string sport = 2 [json_name = "sport"];
   * @return The bytes for sport.
   */
  com.google.protobuf.ByteString
      getSportBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy