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
Modifier and TypeMethodDescriptionintgetCount()int32 count = 2;string dataType = 4;com.google.protobuf.ByteStringstring dataType = 4;longint64 position = 1;Deprecated.org.hansken.extraction.plugin.grpc.RpcRead.traceId is deprecated.com.google.protobuf.ByteStringDeprecated.org.hansken.extraction.plugin.grpc.RpcRead.traceId is deprecated.string traceUid = 5;com.google.protobuf.ByteStringstring traceUid = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPosition
long getPosition()int64 position = 1;- Returns:
- The position.
-
getCount
int getCount()int32 count = 2;- Returns:
- The count.
-
getTraceId
Deprecated.org.hansken.extraction.plugin.grpc.RpcRead.traceId is deprecated. See hansken_extraction_plugin/framework/RpcCallMessages.proto;l=162The 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.org.hansken.extraction.plugin.grpc.RpcRead.traceId is deprecated. See hansken_extraction_plugin/framework/RpcCallMessages.proto;l=162The 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.
-