Package viam.app.data.v1
Interface Data.ListSequencesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.ListSequencesRequest,Data.ListSequencesRequest.Builder
- Enclosing class:
Data
public static interface Data.ListSequencesRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringstring organization_id = 1 [json_name = "organizationId"];intuint32 page_size = 3 [json_name = "pageSize"];string page_token = 2 [json_name = "pageToken"];com.google.protobuf.ByteStringstring page_token = 2 [json_name = "pageToken"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
String getOrganizationId()string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getPageToken
String getPageToken()string page_token = 2 [json_name = "pageToken"];- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()string page_token = 2 [json_name = "pageToken"];- Returns:
- The bytes for pageToken.
-
getPageSize
int getPageSize()uint32 page_size = 3 [json_name = "pageSize"];- Returns:
- The pageSize.
-