org.openfeed.ContextDataOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3
package org.openfeed;
public interface ContextDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.ContextData)
com.google.protobuf.MessageOrBuilder {
/**
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* string vstring = 5;
* @return Whether the vstring field is set.
*/
boolean hasVstring();
/**
* string vstring = 5;
* @return The vstring.
*/
java.lang.String getVstring();
/**
* string vstring = 5;
* @return The bytes for vstring.
*/
com.google.protobuf.ByteString
getVstringBytes();
/**
* bytes vbytes = 6;
* @return Whether the vbytes field is set.
*/
boolean hasVbytes();
/**
* bytes vbytes = 6;
* @return The vbytes.
*/
com.google.protobuf.ByteString getVbytes();
/**
* bool vbool = 7;
* @return Whether the vbool field is set.
*/
boolean hasVbool();
/**
* bool vbool = 7;
* @return The vbool.
*/
boolean getVbool();
/**
* sint32 vsint32 = 8;
* @return Whether the vsint32 field is set.
*/
boolean hasVsint32();
/**
* sint32 vsint32 = 8;
* @return The vsint32.
*/
int getVsint32();
/**
* sint64 vsint64 = 9;
* @return Whether the vsint64 field is set.
*/
boolean hasVsint64();
/**
* sint64 vsint64 = 9;
* @return The vsint64.
*/
long getVsint64();
/**
* float vfloat = 10;
* @return Whether the vfloat field is set.
*/
boolean hasVfloat();
/**
* float vfloat = 10;
* @return The vfloat.
*/
float getVfloat();
/**
* double vdouble = 11;
* @return Whether the vdouble field is set.
*/
boolean hasVdouble();
/**
* double vdouble = 11;
* @return The vdouble.
*/
double getVdouble();
org.openfeed.ContextData.DataCase getDataCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy