Package viam.app.v1
Interface App.UpdateRegistryItemRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.UpdateRegistryItemRequest
,App.UpdateRegistryItemRequest.Builder
- Enclosing class:
- App
public static interface App.UpdateRegistryItemRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring description = 3 [json_name = "description"];
com.google.protobuf.ByteString
string description = 3 [json_name = "description"];
string item_id = 1 [json_name = "itemId"];
com.google.protobuf.ByteString
string item_id = 1 [json_name = "itemId"];
.viam.app.v1.UpdateMLModelMetadata ml_model_update_metadata = 7 [json_name = "mlModelUpdateMetadata"];
.viam.app.v1.UpdateMLTrainingMetadata ml_training_update_metadata = 8 [json_name = "mlTrainingUpdateMetadata"];
.viam.app.v1.UpdateModuleMetadata module_update_metadata = 6 [json_name = "moduleUpdateMetadata"];
getType()
.viam.app.packages.v1.PackageType type = 2 [json_name = "type"];
int
.viam.app.packages.v1.PackageType type = 2 [json_name = "type"];
getUrl()
optional string url = 5 [json_name = "url"];
com.google.protobuf.ByteString
optional string url = 5 [json_name = "url"];
.viam.app.v1.Visibility visibility = 4 [json_name = "visibility"];
int
.viam.app.v1.Visibility visibility = 4 [json_name = "visibility"];
boolean
.viam.app.v1.UpdateMLModelMetadata ml_model_update_metadata = 7 [json_name = "mlModelUpdateMetadata"];
boolean
.viam.app.v1.UpdateMLTrainingMetadata ml_training_update_metadata = 8 [json_name = "mlTrainingUpdateMetadata"];
boolean
.viam.app.v1.UpdateModuleMetadata module_update_metadata = 6 [json_name = "moduleUpdateMetadata"];
boolean
hasUrl()
optional string url = 5 [json_name = "url"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getItemId
String getItemId()string item_id = 1 [json_name = "itemId"];
- Returns:
- The itemId.
-
getItemIdBytes
com.google.protobuf.ByteString getItemIdBytes()string item_id = 1 [json_name = "itemId"];
- Returns:
- The bytes for itemId.
-
getTypeValue
int getTypeValue().viam.app.packages.v1.PackageType type = 2 [json_name = "type"];
- Returns:
- The enum numeric value on the wire for type.
-
getType
Packages.PackageType getType().viam.app.packages.v1.PackageType type = 2 [json_name = "type"];
- Returns:
- The type.
-
getDescription
String getDescription()string description = 3 [json_name = "description"];
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 3 [json_name = "description"];
- Returns:
- The bytes for description.
-
getVisibilityValue
int getVisibilityValue().viam.app.v1.Visibility visibility = 4 [json_name = "visibility"];
- Returns:
- The enum numeric value on the wire for visibility.
-
getVisibility
App.Visibility getVisibility().viam.app.v1.Visibility visibility = 4 [json_name = "visibility"];
- Returns:
- The visibility.
-
hasUrl
boolean hasUrl()optional string url = 5 [json_name = "url"];
- Returns:
- Whether the url field is set.
-
getUrl
String getUrl()optional string url = 5 [json_name = "url"];
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()optional string url = 5 [json_name = "url"];
- Returns:
- The bytes for url.
-
hasModuleUpdateMetadata
boolean hasModuleUpdateMetadata().viam.app.v1.UpdateModuleMetadata module_update_metadata = 6 [json_name = "moduleUpdateMetadata"];
- Returns:
- Whether the moduleUpdateMetadata field is set.
-
getModuleUpdateMetadata
App.UpdateModuleMetadata getModuleUpdateMetadata().viam.app.v1.UpdateModuleMetadata module_update_metadata = 6 [json_name = "moduleUpdateMetadata"];
- Returns:
- The moduleUpdateMetadata.
-
hasMlModelUpdateMetadata
boolean hasMlModelUpdateMetadata().viam.app.v1.UpdateMLModelMetadata ml_model_update_metadata = 7 [json_name = "mlModelUpdateMetadata"];
- Returns:
- Whether the mlModelUpdateMetadata field is set.
-
getMlModelUpdateMetadata
App.UpdateMLModelMetadata getMlModelUpdateMetadata().viam.app.v1.UpdateMLModelMetadata ml_model_update_metadata = 7 [json_name = "mlModelUpdateMetadata"];
- Returns:
- The mlModelUpdateMetadata.
-
hasMlTrainingUpdateMetadata
boolean hasMlTrainingUpdateMetadata().viam.app.v1.UpdateMLTrainingMetadata ml_training_update_metadata = 8 [json_name = "mlTrainingUpdateMetadata"];
- Returns:
- Whether the mlTrainingUpdateMetadata field is set.
-
getMlTrainingUpdateMetadata
App.UpdateMLTrainingMetadata getMlTrainingUpdateMetadata().viam.app.v1.UpdateMLTrainingMetadata ml_training_update_metadata = 8 [json_name = "mlTrainingUpdateMetadata"];
- Returns:
- The mlTrainingUpdateMetadata.
-
getMetadataCase
App.UpdateRegistryItemRequest.MetadataCase getMetadataCase()
-