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

wechat.protobuf.SyncKey_OrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface SyncKey_OrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.SyncKey_)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional uint32 type = 1;
   * @return Whether the type field is set.
   */
  boolean hasType();
  /**
   * optional uint32 type = 1;
   * @return The type.
   */
  int getType();

  /**
   * optional int64 sync_key = 2;
   * @return Whether the syncKey field is set.
   */
  boolean hasSyncKey();
  /**
   * optional int64 sync_key = 2;
   * @return The syncKey.
   */
  long getSyncKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy