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 Summary
Modifier 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.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.
-
getName
String getName()string name = 2 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2 [json_name = "name"];- Returns:
- The bytes for name.
-
getOrganizationId
String getOrganizationId()string organization_id = 3 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 3 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasTimeCreated
boolean hasTimeCreated().google.protobuf.Timestamp time_created = 4 [json_name = "timeCreated"];- Returns:
- Whether the timeCreated field is set.
-
getTimeCreated
com.google.protobuf.Timestamp getTimeCreated().google.protobuf.Timestamp time_created = 4 [json_name = "timeCreated"];- Returns:
- The timeCreated.
-