Package viam.app.v1

Interface AppOuterClass.DeprecateRegistryItemVersionRequestOrBuilder

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

public static interface AppOuterClass.DeprecateRegistryItemVersionRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The id of the registry item
    com.google.protobuf.ByteString
    The id of the registry item
    msg explaining reason for deprecation
    com.google.protobuf.ByteString
    msg explaining reason for deprecation
    The semver string of the version to deprecate.
    com.google.protobuf.ByteString
    The semver string of the version to deprecate.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getItemId

      String getItemId()
       The id of the registry item
       
      string item_id = 1 [json_name = "itemId"];
      Returns:
      The itemId.
    • getItemIdBytes

      com.google.protobuf.ByteString getItemIdBytes()
       The id of the registry item
       
      string item_id = 1 [json_name = "itemId"];
      Returns:
      The bytes for itemId.
    • getVersion

      String getVersion()
       The semver string of the version to deprecate.
       
      string version = 2 [json_name = "version"];
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       The semver string of the version to deprecate.
       
      string version = 2 [json_name = "version"];
      Returns:
      The bytes for version.
    • getMessage

      String getMessage()
       msg explaining reason for deprecation
       
      string message = 3 [json_name = "message"];
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       msg explaining reason for deprecation
       
      string message = 3 [json_name = "message"];
      Returns:
      The bytes for message.