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

main.java.com.streamlayer.sports.common.SportOrBuilder 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/sports/sports_common.proto

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

public interface SportOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.Sport)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * uint64 id = 1 [json_name = "id"];
   * @return The id.
   */
  long getId();

  /**
   * string created = 2 [json_name = "created"];
   * @return The created.
   */
  java.lang.String getCreated();
  /**
   * string created = 2 [json_name = "created"];
   * @return The bytes for created.
   */
  com.google.protobuf.ByteString
      getCreatedBytes();

  /**
   * string updated = 3 [json_name = "updated"];
   * @return The updated.
   */
  java.lang.String getUpdated();
  /**
   * string updated = 3 [json_name = "updated"];
   * @return The bytes for updated.
   */
  com.google.protobuf.ByteString
      getUpdatedBytes();

  /**
   * string custom_fields = 8 [json_name = "customFields"];
   * @return The customFields.
   */
  java.lang.String getCustomFields();
  /**
   * string custom_fields = 8 [json_name = "customFields"];
   * @return The bytes for customFields.
   */
  com.google.protobuf.ByteString
      getCustomFieldsBytes();

  /**
   * string name = 10 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 10 [json_name = "name"];
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * string alias = 11 [json_name = "alias"];
   * @return The alias.
   */
  java.lang.String getAlias();
  /**
   * string alias = 11 [json_name = "alias"];
   * @return The bytes for alias.
   */
  com.google.protobuf.ByteString
      getAliasBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy