Interface RpcSearchTraceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcSearchTrace,RpcSearchTrace.Builder
public interface RpcSearchTraceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetData(int index) repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;intrepeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;getDataOrBuilder(int index) repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;List<? extends RpcRandomAccessDataMetaOrBuilder> repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;getProperties(int index) repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;intrepeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;getPropertiesOrBuilder(int index) repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;List<? extends RpcTracePropertyOrBuilder> repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;getTypes(int index) repeated string types = 2;com.google.protobuf.ByteStringgetTypesBytes(int index) repeated string types = 2;intrepeated string types = 2;repeated string types = 2;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
-
getId
String getId()string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- Returns:
- The bytes for id.
-
getTypesList
repeated string types = 2;- Returns:
- A list containing the types.
-
getTypesCount
int getTypesCount()repeated string types = 2;- Returns:
- The count of types.
-
getTypes
repeated string types = 2;- Parameters:
index- The index of the element to return.- Returns:
- The types at the given index.
-
getTypesBytes
com.google.protobuf.ByteString getTypesBytes(int index) repeated string types = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the types at the given index.
-
getPropertiesList
List<RpcTraceProperty> getPropertiesList()repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3; -
getProperties
repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3; -
getPropertiesCount
int getPropertiesCount()repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3; -
getPropertiesOrBuilderList
List<? extends RpcTracePropertyOrBuilder> getPropertiesOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3; -
getPropertiesOrBuilder
repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3; -
getDataList
List<RpcRandomAccessDataMeta> getDataList()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4; -
getData
repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4; -
getDataCount
int getDataCount()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4; -
getDataOrBuilderList
List<? extends RpcRandomAccessDataMetaOrBuilder> getDataOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4; -
getDataOrBuilder
repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;
-