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"];getType()type is the membership kind for the new dataset.inttype is the membership kind for the new dataset.booleanhasType()type is the membership kind for the new dataset.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.
-
hasType
boolean hasType()type is the membership kind for the new dataset. Defaults to DATASET_TYPE_BINARY_DATA when unset.
optional .viam.app.dataset.v1.DatasetType type = 3 [json_name = "type"];- Returns:
- Whether the type field is set.
-
getTypeValue
int getTypeValue()type is the membership kind for the new dataset. Defaults to DATASET_TYPE_BINARY_DATA when unset.
optional .viam.app.dataset.v1.DatasetType type = 3 [json_name = "type"];- Returns:
- The enum numeric value on the wire for type.
-
getType
DatasetOuterClass.DatasetType getType()type is the membership kind for the new dataset. Defaults to DATASET_TYPE_BINARY_DATA when unset.
optional .viam.app.dataset.v1.DatasetType type = 3 [json_name = "type"];- Returns:
- The type.
-