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

wechat.protobuf.OplogRetOrBuilder 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 OplogRetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.OplogRet)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional uint32 count = 1;
   * @return Whether the count field is set.
   */
  boolean hasCount();
  /**
   * optional uint32 count = 1;
   * @return The count.
   */
  int getCount();

  /**
   * repeated int32 ret = 2;
   * @return A list containing the ret.
   */
  java.util.List getRetList();
  /**
   * repeated int32 ret = 2;
   * @return The count of ret.
   */
  int getRetCount();
  /**
   * repeated int32 ret = 2;
   * @param index The index of the element to return.
   * @return The ret at the given index.
   */
  int getRet(int index);

  /**
   * repeated .wechat_proto.OplogErrMsg errMsg = 3;
   */
  java.util.List 
      getErrMsgList();
  /**
   * repeated .wechat_proto.OplogErrMsg errMsg = 3;
   */
  wechat.protobuf.OplogErrMsg getErrMsg(int index);
  /**
   * repeated .wechat_proto.OplogErrMsg errMsg = 3;
   */
  int getErrMsgCount();
  /**
   * repeated .wechat_proto.OplogErrMsg errMsg = 3;
   */
  java.util.List 
      getErrMsgOrBuilderList();
  /**
   * repeated .wechat_proto.OplogErrMsg errMsg = 3;
   */
  wechat.protobuf.OplogErrMsgOrBuilder getErrMsgOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy