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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RpcRandomAccessDataMetagetData(int index)repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;intgetDataCount()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;List<RpcRandomAccessDataMeta>getDataList()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;RpcRandomAccessDataMetaOrBuildergetDataOrBuilder(int index)repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;List<? extends RpcRandomAccessDataMetaOrBuilder>getDataOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;RpcTracePropertygetProperties(int index)repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;intgetPropertiesCount()repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;List<RpcTraceProperty>getPropertiesList()repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;RpcTracePropertyOrBuildergetPropertiesOrBuilder(int index)repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;List<? extends RpcTracePropertyOrBuilder>getPropertiesOrBuilderList()repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;StringgetTypes(int index)repeated string types = 2;com.google.protobuf.ByteStringgetTypesBytes(int index)repeated string types = 2;intgetTypesCount()repeated string types = 2;List<String>getTypesList()repeated string types = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1;- Returns:
- The bytes for id.
-
getTypesList
List<String> getTypesList()
repeated string types = 2;- Returns:
- A list containing the types.
-
getTypesCount
int getTypesCount()
repeated string types = 2;- Returns:
- The count of types.
-
getTypes
String getTypes(int index)
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
RpcTraceProperty getProperties(int index)
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
RpcTracePropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .org.hansken.extraction.plugin.grpc.RpcTraceProperty properties = 3;
-
getDataList
List<RpcRandomAccessDataMeta> getDataList()
repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;
-
getData
RpcRandomAccessDataMeta getData(int index)
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
RpcRandomAccessDataMetaOrBuilder getDataOrBuilder(int index)
repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;
-
-