Interface EBPFProfilingTaskQueryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EBPFProfilingTaskQuery, EBPFProfilingTaskQuery.Builder

public interface EBPFProfilingTaskQueryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    latest task update time
    rover instance id
    com.google.protobuf.ByteString
    rover instance id

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRoverInstanceId

      String getRoverInstanceId()
       rover instance id
       
      string roverInstanceId = 1;
      Returns:
      The roverInstanceId.
    • getRoverInstanceIdBytes

      com.google.protobuf.ByteString getRoverInstanceIdBytes()
       rover instance id
       
      string roverInstanceId = 1;
      Returns:
      The bytes for roverInstanceId.
    • getLatestUpdateTime

      long getLatestUpdateTime()
       latest task update time
       
      int64 latestUpdateTime = 2;
      Returns:
      The latestUpdateTime.