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

main.java.com.streamlayer.social.SyncTweetRequestOrBuilder 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/social/twitter.proto

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

public interface SyncTweetRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.social.SyncTweetRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string tweet_id = 1 [json_name = "tweetId"];
   * @return The tweetId.
   */
  java.lang.String getTweetId();
  /**
   * string tweet_id = 1 [json_name = "tweetId"];
   * @return The bytes for tweetId.
   */
  com.google.protobuf.ByteString
      getTweetIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy