Package viam.app.v1
Interface AppOuterClass.GetRobotPartHistoryRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.GetRobotPartHistoryRequest,AppOuterClass.GetRobotPartHistoryRequest.Builder
- Enclosing class:
AppOuterClass
public static interface AppOuterClass.GetRobotPartHistoryRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampgetEnd()optional .google.protobuf.Timestamp end = 5 [json_name = "end"];getId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringstring id = 1 [json_name = "id"];longoptional int64 page_limit = 3 [json_name = "pageLimit"];optional string page_token = 2 [json_name = "pageToken"];com.google.protobuf.ByteStringoptional string page_token = 2 [json_name = "pageToken"];com.google.protobuf.TimestampgetStart()optional .google.protobuf.Timestamp start = 4 [json_name = "start"];booleanhasEnd()optional .google.protobuf.Timestamp end = 5 [json_name = "end"];booleanoptional int64 page_limit = 3 [json_name = "pageLimit"];booleanoptional string page_token = 2 [json_name = "pageToken"];booleanhasStart()optional .google.protobuf.Timestamp start = 4 [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.
-
hasPageToken
boolean hasPageToken()optional string page_token = 2 [json_name = "pageToken"];- Returns:
- Whether the pageToken field is set.
-
getPageToken
String getPageToken()optional string page_token = 2 [json_name = "pageToken"];- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()optional string page_token = 2 [json_name = "pageToken"];- Returns:
- The bytes for pageToken.
-
hasPageLimit
boolean hasPageLimit()optional int64 page_limit = 3 [json_name = "pageLimit"];- Returns:
- Whether the pageLimit field is set.
-
getPageLimit
long getPageLimit()optional int64 page_limit = 3 [json_name = "pageLimit"];- Returns:
- The pageLimit.
-
hasStart
boolean hasStart()optional .google.protobuf.Timestamp start = 4 [json_name = "start"];- Returns:
- Whether the start field is set.
-
getStart
com.google.protobuf.Timestamp getStart()optional .google.protobuf.Timestamp start = 4 [json_name = "start"];- Returns:
- The start.
-
hasEnd
boolean hasEnd()optional .google.protobuf.Timestamp end = 5 [json_name = "end"];- Returns:
- Whether the end field is set.
-
getEnd
com.google.protobuf.Timestamp getEnd()optional .google.protobuf.Timestamp end = 5 [json_name = "end"];- Returns:
- The end.
-