Package viam.app.dataset.v1
Interface DatasetOuterClass.DatasetOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- DatasetOuterClass.Dataset,- DatasetOuterClass.Dataset.Builder
- Enclosing class:
- DatasetOuterClass
public static interface DatasetOuterClass.DatasetOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiongetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringstring id = 1 [json_name = "id"];getName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringstring name = 2 [json_name = "name"];string organization_id = 3 [json_name = "organizationId"];com.google.protobuf.ByteStringstring organization_id = 3 [json_name = "organizationId"];com.google.protobuf.Timestamp.google.protobuf.Timestamp time_created = 4 [json_name = "timeCreated"];boolean.google.protobuf.Timestamp time_created = 4 [json_name = "timeCreated"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getIdString getId()string id = 1 [json_name = "id"];- Returns:
- The id.
 
- 
getIdBytescom.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
 
- 
getNameString getName()string name = 2 [json_name = "name"];- Returns:
- The name.
 
- 
getNameBytescom.google.protobuf.ByteString getNameBytes()string name = 2 [json_name = "name"];- Returns:
- The bytes for name.
 
- 
getOrganizationIdString getOrganizationId()string organization_id = 3 [json_name = "organizationId"];- Returns:
- The organizationId.
 
- 
getOrganizationIdBytescom.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 3 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
 
- 
hasTimeCreatedboolean hasTimeCreated().google.protobuf.Timestamp time_created = 4 [json_name = "timeCreated"];- Returns:
- Whether the timeCreated field is set.
 
- 
getTimeCreatedcom.google.protobuf.Timestamp getTimeCreated().google.protobuf.Timestamp time_created = 4 [json_name = "timeCreated"];- Returns:
- The timeCreated.
 
 
-