Package viam.app.v1

Interface AppOuterClass.UpdateRegistryItemRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.UpdateRegistryItemRequest, AppOuterClass.UpdateRegistryItemRequest.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.UpdateRegistryItemRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • 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

      .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

      AppOuterClass.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.
    • hasUpdateModuleMetadata

      boolean hasUpdateModuleMetadata()
      .viam.app.v1.UpdateModuleMetadata update_module_metadata = 6 [json_name = "updateModuleMetadata"];
      Returns:
      Whether the updateModuleMetadata field is set.
    • getUpdateModuleMetadata

      AppOuterClass.UpdateModuleMetadata getUpdateModuleMetadata()
      .viam.app.v1.UpdateModuleMetadata update_module_metadata = 6 [json_name = "updateModuleMetadata"];
      Returns:
      The updateModuleMetadata.
    • hasUpdateMlModelMetadata

      boolean hasUpdateMlModelMetadata()
      .viam.app.v1.UpdateMLModelMetadata update_ml_model_metadata = 7 [json_name = "updateMlModelMetadata"];
      Returns:
      Whether the updateMlModelMetadata field is set.
    • getUpdateMlModelMetadata

      AppOuterClass.UpdateMLModelMetadata getUpdateMlModelMetadata()
      .viam.app.v1.UpdateMLModelMetadata update_ml_model_metadata = 7 [json_name = "updateMlModelMetadata"];
      Returns:
      The updateMlModelMetadata.
    • hasUpdateMlTrainingMetadata

      boolean hasUpdateMlTrainingMetadata()
      .viam.app.v1.UpdateMLTrainingMetadata update_ml_training_metadata = 8 [json_name = "updateMlTrainingMetadata"];
      Returns:
      Whether the updateMlTrainingMetadata field is set.
    • getUpdateMlTrainingMetadata

      AppOuterClass.UpdateMLTrainingMetadata getUpdateMlTrainingMetadata()
      .viam.app.v1.UpdateMLTrainingMetadata update_ml_training_metadata = 8 [json_name = "updateMlTrainingMetadata"];
      Returns:
      The updateMlTrainingMetadata.
    • hasMarkdownDescription

      boolean hasMarkdownDescription()
      optional string markdown_description = 9 [json_name = "markdownDescription"];
      Returns:
      Whether the markdownDescription field is set.
    • getMarkdownDescription

      String getMarkdownDescription()
      optional string markdown_description = 9 [json_name = "markdownDescription"];
      Returns:
      The markdownDescription.
    • getMarkdownDescriptionBytes

      com.google.protobuf.ByteString getMarkdownDescriptionBytes()
      optional string markdown_description = 9 [json_name = "markdownDescription"];
      Returns:
      The bytes for markdownDescription.
    • getMetadataCase