Package viam.app.v1
Interface App.GetFragmentHistoryRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.GetFragmentHistoryRequest
,App.GetFragmentHistoryRequest.Builder
- Enclosing class:
- App
public static interface App.GetFragmentHistoryRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString
string id = 1 [json_name = "id"];
long
optional int64 page_limit = 3 [json_name = "pageLimit"];
optional string page_token = 2 [json_name = "pageToken"];
com.google.protobuf.ByteString
optional string page_token = 2 [json_name = "pageToken"];
boolean
optional int64 page_limit = 3 [json_name = "pageLimit"];
boolean
optional string page_token = 2 [json_name = "pageToken"];
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.
-