Package viam.app.data.v1
Interface Data.DeleteTabularDataRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.DeleteTabularDataRequest
,Data.DeleteTabularDataRequest.Builder
- Enclosing class:
- Data
public static interface Data.DeleteTabularDataRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
uint32 delete_older_than_days = 2 [json_name = "deleteOlderThanDays"];
string organization_id = 1 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 1 [json_name = "organizationId"];
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.
-
getDeleteOlderThanDays
int getDeleteOlderThanDays()uint32 delete_older_than_days = 2 [json_name = "deleteOlderThanDays"];
- Returns:
- The deleteOlderThanDays.
-