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 TypeMethodDescriptionThe id of the registry itemcom.google.protobuf.ByteStringThe id of the registry itemmsg explaining reason for deprecationcom.google.protobuf.ByteStringmsg explaining reason for deprecationThe semver string of the version to deprecate.com.google.protobuf.ByteStringThe 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.
-