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 TypeMethodDescriptioncom.google.protobuf.Timestamp
getEnd()
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"];
getId()
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 emptycom.google.protobuf.ByteString
getLevelsBytes
(int index) logs of all levels are returned when the levels field is emptyint
logs of all levels are returned when the levels field is emptylogs of all levels are returned when the levels field is emptylong
getLimit()
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
getStart()
optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
boolean
hasEnd()
optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
boolean
optional string filter = 3 [json_name = "filter"];
boolean
hasLimit()
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
hasStart()
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.viam.app.v1.GetRobotPartLogsRequest.errors_only is deprecated. See app/v1/app.proto;l=723TODO(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
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
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.
-