
wechat.protobuf.SKBuiltinStringOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface SKBuiltinStringOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.SKBuiltinString)
com.google.protobuf.MessageOrBuilder {
/**
* optional string str = 1;
* @return Whether the str field is set.
*/
boolean hasStr();
/**
* optional string str = 1;
* @return The str.
*/
java.lang.String getStr();
/**
* optional string str = 1;
* @return The bytes for str.
*/
com.google.protobuf.ByteString
getStrBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy