Package viam.app.dataset.v1
Interface DatasetOuterClass.CreateDatasetRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DatasetOuterClass.CreateDatasetRequest,DatasetOuterClass.CreateDatasetRequest.Builder
- Enclosing class:
- DatasetOuterClass
public static interface DatasetOuterClass.CreateDatasetRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringstring name = 1 [json_name = "name"];string organization_id = 2 [json_name = "organizationId"];com.google.protobuf.ByteStringstring organization_id = 2 [json_name = "organizationId"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getOrganizationId
String getOrganizationId()string organization_id = 2 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-