wechat.protobuf.DATAOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface DATAOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.DATA)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 len = 1;
* @return Whether the len field is set.
*/
boolean hasLen();
/**
* optional uint32 len = 1;
* @return The len.
*/
int getLen();
/**
*
*base64字符串
*
*
* optional bytes data = 2;
* @return Whether the data field is set.
*/
boolean hasData();
/**
*
*base64字符串
*
*
* optional bytes data = 2;
* @return The data.
*/
com.google.protobuf.ByteString getData();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy