Package viam.app.v1

Interface App.GetRobotPartLogsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.GetRobotPartLogsRequest, App.GetRobotPartLogsRequest.Builder
Enclosing class:
App

public static interface App.GetRobotPartLogsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
    boolean
    Deprecated.
    viam.app.v1.GetRobotPartLogsRequest.errors_only is deprecated.
    optional string filter = 3 [json_name = "filter"];
    com.google.protobuf.ByteString
    optional string filter = 3 [json_name = "filter"];
    string id = 1 [json_name = "id"];
    com.google.protobuf.ByteString
    string id = 1 [json_name = "id"];
    getLevels(int index)
    logs of all levels are returned when the levels field is empty
    com.google.protobuf.ByteString
    getLevelsBytes(int index)
    logs of all levels are returned when the levels field is empty
    int
    logs of all levels are returned when the levels field is empty
    logs of all levels are returned when the levels field is empty
    long
    optional int64 limit = 8 [json_name = "limit"];
    optional string page_token = 4 [json_name = "pageToken"];
    com.google.protobuf.ByteString
    optional string page_token = 4 [json_name = "pageToken"];
    optional string source = 9 [json_name = "source"];
    com.google.protobuf.ByteString
    optional string source = 9 [json_name = "source"];
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
    boolean
    optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
    boolean
    optional string filter = 3 [json_name = "filter"];
    boolean
    optional int64 limit = 8 [json_name = "limit"];
    boolean
    optional string page_token = 4 [json_name = "pageToken"];
    boolean
    optional string source = 9 [json_name = "source"];
    boolean
    optional .google.protobuf.Timestamp start = 6 [json_name = "start"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getId

      String getId()
      string id = 1 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      Returns:
      The bytes for id.
    • getErrorsOnly

      @Deprecated boolean getErrorsOnly()
      Deprecated.
      viam.app.v1.GetRobotPartLogsRequest.errors_only is deprecated. See app/v1/app.proto;l=723
       TODO(https://viam.atlassian.net/browse/APP-3877): Remove this field
       
      bool errors_only = 2 [json_name = "errorsOnly", deprecated = true];
      Returns:
      The errorsOnly.
    • hasFilter

      boolean hasFilter()
      optional string filter = 3 [json_name = "filter"];
      Returns:
      Whether the filter field is set.
    • getFilter

      String getFilter()
      optional string filter = 3 [json_name = "filter"];
      Returns:
      The filter.
    • getFilterBytes

      com.google.protobuf.ByteString getFilterBytes()
      optional string filter = 3 [json_name = "filter"];
      Returns:
      The bytes for filter.
    • hasPageToken

      boolean hasPageToken()
      optional string page_token = 4 [json_name = "pageToken"];
      Returns:
      Whether the pageToken field is set.
    • getPageToken

      String getPageToken()
      optional string page_token = 4 [json_name = "pageToken"];
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
      optional string page_token = 4 [json_name = "pageToken"];
      Returns:
      The bytes for pageToken.
    • getLevelsList

      List<String> getLevelsList()
       logs of all levels are returned when the levels field is empty
       
      repeated string levels = 5 [json_name = "levels"];
      Returns:
      A list containing the levels.
    • getLevelsCount

      int getLevelsCount()
       logs of all levels are returned when the levels field is empty
       
      repeated string levels = 5 [json_name = "levels"];
      Returns:
      The count of levels.
    • getLevels

      String getLevels(int index)
       logs of all levels are returned when the levels field is empty
       
      repeated string levels = 5 [json_name = "levels"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The levels at the given index.
    • getLevelsBytes

      com.google.protobuf.ByteString getLevelsBytes(int index)
       logs of all levels are returned when the levels field is empty
       
      repeated string levels = 5 [json_name = "levels"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The levels at the given index.
    • hasStart

      boolean hasStart()
      optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
      Returns:
      Whether the start field is set.
    • getStart

      com.google.protobuf.Timestamp getStart()
      optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
      Returns:
      The start.
    • hasEnd

      boolean hasEnd()
      optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
      Returns:
      Whether the end field is set.
    • getEnd

      com.google.protobuf.Timestamp getEnd()
      optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
      Returns:
      The end.
    • hasLimit

      boolean hasLimit()
      optional int64 limit = 8 [json_name = "limit"];
      Returns:
      Whether the limit field is set.
    • getLimit

      long getLimit()
      optional int64 limit = 8 [json_name = "limit"];
      Returns:
      The limit.
    • hasSource

      boolean hasSource()
      optional string source = 9 [json_name = "source"];
      Returns:
      Whether the source field is set.
    • getSource

      String getSource()
      optional string source = 9 [json_name = "source"];
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
      optional string source = 9 [json_name = "source"];
      Returns:
      The bytes for source.