Interface RpcReadOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcRead,RpcRead.Builder
public interface RpcReadOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intgetCount()int32 count = 2;StringgetDataType()string dataType = 4;com.google.protobuf.ByteStringgetDataTypeBytes()string dataType = 4;longgetPosition()int64 position = 1;StringgetTraceId()Deprecated.org.hansken.extraction.plugin.grpc.RpcRead.traceId is deprecated.com.google.protobuf.ByteStringgetTraceIdBytes()Deprecated.org.hansken.extraction.plugin.grpc.RpcRead.traceId is deprecated.StringgetTraceUid()string traceUid = 5;com.google.protobuf.ByteStringgetTraceUidBytes()string traceUid = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPosition
long getPosition()
int64 position = 1;- Returns:
- The position.
-
getCount
int getCount()
int32 count = 2;- Returns:
- The count.
-
getTraceId
@Deprecated String getTraceId()
Deprecated.org.hansken.extraction.plugin.grpc.RpcRead.traceId is deprecated. See hansken_extraction_plugin/framework/RpcCallMessages.proto;l=140The id of the trace. @deprecated since version 0.4.9: use traceUid instead. Different traces from different images may use the same traceId, so using the traceId to identify data may cause wrong data to return.
string traceId = 3 [deprecated = true];- Returns:
- The traceId.
-
getTraceIdBytes
@Deprecated com.google.protobuf.ByteString getTraceIdBytes()
Deprecated.org.hansken.extraction.plugin.grpc.RpcRead.traceId is deprecated. See hansken_extraction_plugin/framework/RpcCallMessages.proto;l=140The id of the trace. @deprecated since version 0.4.9: use traceUid instead. Different traces from different images may use the same traceId, so using the traceId to identify data may cause wrong data to return.
string traceId = 3 [deprecated = true];- Returns:
- The bytes for traceId.
-
getDataType
String getDataType()
string dataType = 4;- Returns:
- The dataType.
-
getDataTypeBytes
com.google.protobuf.ByteString getDataTypeBytes()
string dataType = 4;- Returns:
- The bytes for dataType.
-
getTraceUid
String getTraceUid()
string traceUid = 5;- Returns:
- The traceUid.
-
getTraceUidBytes
com.google.protobuf.ByteString getTraceUidBytes()
string traceUid = 5;- Returns:
- The bytes for traceUid.
-
-