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 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;
      • getDataOrBuilder

        RpcRandomAccessDataMetaOrBuilder getDataOrBuilder​(int index)
        repeated .org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta data = 4;