From 5db98f747e33584f3ecade0bb60bed6c86d2b706 Mon Sep 17 00:00:00 2001 From: viambot Date: Fri, 12 Jun 2026 21:26:37 +0000 Subject: [PATCH] [WORKFLOW] Updating protos from viamrobotics/api, commit: 7cce3d5e667cb52ecd6163b1c0e7228347cc4778 --- src/viam/api/api_proto_tag.lock | 2 +- src/viam/api/app/v1/app.grpc.pb.cc | 242 +- src/viam/api/app/v1/app.grpc.pb.h | 974 ++++- src/viam/api/app/v1/app.pb.cc | 5145 ++++++++++++++++-------- src/viam/api/app/v1/app.pb.h | 5967 ++++++++++++++++++++-------- 5 files changed, 8749 insertions(+), 3581 deletions(-) diff --git a/src/viam/api/api_proto_tag.lock b/src/viam/api/api_proto_tag.lock index 37630b980..bc2d9db88 100644 --- a/src/viam/api/api_proto_tag.lock +++ b/src/viam/api/api_proto_tag.lock @@ -1 +1 @@ -v0.1.558 +v0.1.560 diff --git a/src/viam/api/app/v1/app.grpc.pb.cc b/src/viam/api/app/v1/app.grpc.pb.cc index 8df516e33..111b606d5 100644 --- a/src/viam/api/app/v1/app.grpc.pb.cc +++ b/src/viam/api/app/v1/app.grpc.pb.cc @@ -121,11 +121,15 @@ static const char* AppService_method_names[] = { "/viam.app.v1.AppService/DeleteRegistryItem", "/viam.app.v1.AppService/RenameRegistryItem", "/viam.app.v1.AppService/TransferRegistryItem", + "/viam.app.v1.AppService/DeprecateRegistryItem", + "/viam.app.v1.AppService/UndeprecateRegistryItem", "/viam.app.v1.AppService/CreateModule", "/viam.app.v1.AppService/UpdateModule", "/viam.app.v1.AppService/UploadModuleFile", "/viam.app.v1.AppService/GetModule", "/viam.app.v1.AppService/ListModules", + "/viam.app.v1.AppService/DeprecateRegistryItemVersion", + "/viam.app.v1.AppService/UndeprecateRegistryItemVersion", "/viam.app.v1.AppService/CreateKey", "/viam.app.v1.AppService/DeleteKey", "/viam.app.v1.AppService/ListKeys", @@ -246,25 +250,29 @@ AppService::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel , rpcmethod_DeleteRegistryItem_(AppService_method_names[94], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) , rpcmethod_RenameRegistryItem_(AppService_method_names[95], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) , rpcmethod_TransferRegistryItem_(AppService_method_names[96], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateModule_(AppService_method_names[97], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_UpdateModule_(AppService_method_names[98], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_UploadModuleFile_(AppService_method_names[99], options.suffix_for_stats(),::grpc::internal::RpcMethod::CLIENT_STREAMING, channel) - , rpcmethod_GetModule_(AppService_method_names[100], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListModules_(AppService_method_names[101], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateKey_(AppService_method_names[102], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_DeleteKey_(AppService_method_names[103], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListKeys_(AppService_method_names[104], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_RenameKey_(AppService_method_names[105], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_RotateKey_(AppService_method_names[106], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateKeyFromExistingKeyAuthorizations_(AppService_method_names[107], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetAppContent_(AppService_method_names[108], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetAppBranding_(AppService_method_names[109], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_UploadDevicePushToken_(AppService_method_names[110], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_DeleteDevicePushToken_(AppService_method_names[111], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetDevicePushTokens_(AppService_method_names[112], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_SetFirebaseConfig_(AppService_method_names[113], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetFirebaseConfig_(AppService_method_names[114], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_DeleteFirebaseConfig_(AppService_method_names[115], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_DeprecateRegistryItem_(AppService_method_names[97], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_UndeprecateRegistryItem_(AppService_method_names[98], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateModule_(AppService_method_names[99], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_UpdateModule_(AppService_method_names[100], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_UploadModuleFile_(AppService_method_names[101], options.suffix_for_stats(),::grpc::internal::RpcMethod::CLIENT_STREAMING, channel) + , rpcmethod_GetModule_(AppService_method_names[102], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListModules_(AppService_method_names[103], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_DeprecateRegistryItemVersion_(AppService_method_names[104], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_UndeprecateRegistryItemVersion_(AppService_method_names[105], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateKey_(AppService_method_names[106], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_DeleteKey_(AppService_method_names[107], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListKeys_(AppService_method_names[108], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_RenameKey_(AppService_method_names[109], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_RotateKey_(AppService_method_names[110], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateKeyFromExistingKeyAuthorizations_(AppService_method_names[111], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetAppContent_(AppService_method_names[112], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetAppBranding_(AppService_method_names[113], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_UploadDevicePushToken_(AppService_method_names[114], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_DeleteDevicePushToken_(AppService_method_names[115], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetDevicePushTokens_(AppService_method_names[116], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_SetFirebaseConfig_(AppService_method_names[117], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetFirebaseConfig_(AppService_method_names[118], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_DeleteFirebaseConfig_(AppService_method_names[119], options.suffix_for_stats(),::grpc::internal::RpcMethod::NORMAL_RPC, channel) {} ::grpc::Status AppService::Stub::GetUserIDByEmail(::grpc::ClientContext* context, const ::viam::app::v1::GetUserIDByEmailRequest& request, ::viam::app::v1::GetUserIDByEmailResponse* response) { @@ -2491,6 +2499,52 @@ ::grpc::ClientAsyncResponseReader< ::viam::app::v1::TransferRegistryItemResponse return result; } +::grpc::Status AppService::Stub::DeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::viam::app::v1::DeprecateRegistryItemResponse* response) { + return ::grpc::internal::BlockingUnaryCall< ::viam::app::v1::DeprecateRegistryItemRequest, ::viam::app::v1::DeprecateRegistryItemResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), rpcmethod_DeprecateRegistryItem_, context, request, response); +} + +void AppService::Stub::async::DeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest* request, ::viam::app::v1::DeprecateRegistryItemResponse* response, std::function f) { + ::grpc::internal::CallbackUnaryCall< ::viam::app::v1::DeprecateRegistryItemRequest, ::viam::app::v1::DeprecateRegistryItemResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(stub_->channel_.get(), stub_->rpcmethod_DeprecateRegistryItem_, context, request, response, std::move(f)); +} + +void AppService::Stub::async::DeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest* request, ::viam::app::v1::DeprecateRegistryItemResponse* response, ::grpc::ClientUnaryReactor* reactor) { + ::grpc::internal::ClientCallbackUnaryFactory::Create< ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(stub_->channel_.get(), stub_->rpcmethod_DeprecateRegistryItem_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemResponse>* AppService::Stub::PrepareAsyncDeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderHelper::Create< ::viam::app::v1::DeprecateRegistryItemResponse, ::viam::app::v1::DeprecateRegistryItemRequest, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), cq, rpcmethod_DeprecateRegistryItem_, context, request); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemResponse>* AppService::Stub::AsyncDeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + auto* result = + this->PrepareAsyncDeprecateRegistryItemRaw(context, request, cq); + result->StartCall(); + return result; +} + +::grpc::Status AppService::Stub::UndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::viam::app::v1::UndeprecateRegistryItemResponse* response) { + return ::grpc::internal::BlockingUnaryCall< ::viam::app::v1::UndeprecateRegistryItemRequest, ::viam::app::v1::UndeprecateRegistryItemResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), rpcmethod_UndeprecateRegistryItem_, context, request, response); +} + +void AppService::Stub::async::UndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest* request, ::viam::app::v1::UndeprecateRegistryItemResponse* response, std::function f) { + ::grpc::internal::CallbackUnaryCall< ::viam::app::v1::UndeprecateRegistryItemRequest, ::viam::app::v1::UndeprecateRegistryItemResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(stub_->channel_.get(), stub_->rpcmethod_UndeprecateRegistryItem_, context, request, response, std::move(f)); +} + +void AppService::Stub::async::UndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest* request, ::viam::app::v1::UndeprecateRegistryItemResponse* response, ::grpc::ClientUnaryReactor* reactor) { + ::grpc::internal::ClientCallbackUnaryFactory::Create< ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(stub_->channel_.get(), stub_->rpcmethod_UndeprecateRegistryItem_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemResponse>* AppService::Stub::PrepareAsyncUndeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderHelper::Create< ::viam::app::v1::UndeprecateRegistryItemResponse, ::viam::app::v1::UndeprecateRegistryItemRequest, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), cq, rpcmethod_UndeprecateRegistryItem_, context, request); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemResponse>* AppService::Stub::AsyncUndeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + auto* result = + this->PrepareAsyncUndeprecateRegistryItemRaw(context, request, cq); + result->StartCall(); + return result; +} + ::grpc::Status AppService::Stub::CreateModule(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest& request, ::viam::app::v1::CreateModuleResponse* response) { return ::grpc::internal::BlockingUnaryCall< ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), rpcmethod_CreateModule_, context, request, response); } @@ -2599,6 +2653,52 @@ ::grpc::ClientAsyncResponseReader< ::viam::app::v1::ListModulesResponse>* AppSer return result; } +::grpc::Status AppService::Stub::DeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response) { + return ::grpc::internal::BlockingUnaryCall< ::viam::app::v1::DeprecateRegistryItemVersionRequest, ::viam::app::v1::DeprecateRegistryItemVersionResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), rpcmethod_DeprecateRegistryItemVersion_, context, request, response); +} + +void AppService::Stub::async::DeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response, std::function f) { + ::grpc::internal::CallbackUnaryCall< ::viam::app::v1::DeprecateRegistryItemVersionRequest, ::viam::app::v1::DeprecateRegistryItemVersionResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(stub_->channel_.get(), stub_->rpcmethod_DeprecateRegistryItemVersion_, context, request, response, std::move(f)); +} + +void AppService::Stub::async::DeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response, ::grpc::ClientUnaryReactor* reactor) { + ::grpc::internal::ClientCallbackUnaryFactory::Create< ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(stub_->channel_.get(), stub_->rpcmethod_DeprecateRegistryItemVersion_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemVersionResponse>* AppService::Stub::PrepareAsyncDeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderHelper::Create< ::viam::app::v1::DeprecateRegistryItemVersionResponse, ::viam::app::v1::DeprecateRegistryItemVersionRequest, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), cq, rpcmethod_DeprecateRegistryItemVersion_, context, request); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemVersionResponse>* AppService::Stub::AsyncDeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + auto* result = + this->PrepareAsyncDeprecateRegistryItemVersionRaw(context, request, cq); + result->StartCall(); + return result; +} + +::grpc::Status AppService::Stub::UndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response) { + return ::grpc::internal::BlockingUnaryCall< ::viam::app::v1::UndeprecateRegistryItemVersionRequest, ::viam::app::v1::UndeprecateRegistryItemVersionResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), rpcmethod_UndeprecateRegistryItemVersion_, context, request, response); +} + +void AppService::Stub::async::UndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response, std::function f) { + ::grpc::internal::CallbackUnaryCall< ::viam::app::v1::UndeprecateRegistryItemVersionRequest, ::viam::app::v1::UndeprecateRegistryItemVersionResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(stub_->channel_.get(), stub_->rpcmethod_UndeprecateRegistryItemVersion_, context, request, response, std::move(f)); +} + +void AppService::Stub::async::UndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response, ::grpc::ClientUnaryReactor* reactor) { + ::grpc::internal::ClientCallbackUnaryFactory::Create< ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(stub_->channel_.get(), stub_->rpcmethod_UndeprecateRegistryItemVersion_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>* AppService::Stub::PrepareAsyncUndeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderHelper::Create< ::viam::app::v1::UndeprecateRegistryItemVersionResponse, ::viam::app::v1::UndeprecateRegistryItemVersionRequest, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), cq, rpcmethod_UndeprecateRegistryItemVersion_, context, request); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>* AppService::Stub::AsyncUndeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + auto* result = + this->PrepareAsyncUndeprecateRegistryItemVersionRaw(context, request, cq); + result->StartCall(); + return result; +} + ::grpc::Status AppService::Stub::CreateKey(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest& request, ::viam::app::v1::CreateKeyResponse* response) { return ::grpc::internal::BlockingUnaryCall< ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>(channel_.get(), rpcmethod_CreateKey_, context, request, response); } @@ -3895,6 +3995,26 @@ AppService::Service::Service() { AddMethod(new ::grpc::internal::RpcServiceMethod( AppService_method_names[97], ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::DeprecateRegistryItemRequest, ::viam::app::v1::DeprecateRegistryItemResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( + [](AppService::Service* service, + ::grpc::ServerContext* ctx, + const ::viam::app::v1::DeprecateRegistryItemRequest* req, + ::viam::app::v1::DeprecateRegistryItemResponse* resp) { + return service->DeprecateRegistryItem(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AppService_method_names[98], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::UndeprecateRegistryItemRequest, ::viam::app::v1::UndeprecateRegistryItemResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( + [](AppService::Service* service, + ::grpc::ServerContext* ctx, + const ::viam::app::v1::UndeprecateRegistryItemRequest* req, + ::viam::app::v1::UndeprecateRegistryItemResponse* resp) { + return service->UndeprecateRegistryItem(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AppService_method_names[99], + ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, ::grpc::ServerContext* ctx, @@ -3903,7 +4023,7 @@ AppService::Service::Service() { return service->CreateModule(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[98], + AppService_method_names[100], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::UpdateModuleRequest, ::viam::app::v1::UpdateModuleResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -3913,7 +4033,7 @@ AppService::Service::Service() { return service->UpdateModule(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[99], + AppService_method_names[101], ::grpc::internal::RpcMethod::CLIENT_STREAMING, new ::grpc::internal::ClientStreamingHandler< AppService::Service, ::viam::app::v1::UploadModuleFileRequest, ::viam::app::v1::UploadModuleFileResponse>( [](AppService::Service* service, @@ -3923,7 +4043,7 @@ AppService::Service::Service() { return service->UploadModuleFile(ctx, reader, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[100], + AppService_method_names[102], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::GetModuleRequest, ::viam::app::v1::GetModuleResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -3933,7 +4053,7 @@ AppService::Service::Service() { return service->GetModule(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[101], + AppService_method_names[103], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::ListModulesRequest, ::viam::app::v1::ListModulesResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -3943,7 +4063,27 @@ AppService::Service::Service() { return service->ListModules(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[102], + AppService_method_names[104], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::DeprecateRegistryItemVersionRequest, ::viam::app::v1::DeprecateRegistryItemVersionResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( + [](AppService::Service* service, + ::grpc::ServerContext* ctx, + const ::viam::app::v1::DeprecateRegistryItemVersionRequest* req, + ::viam::app::v1::DeprecateRegistryItemVersionResponse* resp) { + return service->DeprecateRegistryItemVersion(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AppService_method_names[105], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::UndeprecateRegistryItemVersionRequest, ::viam::app::v1::UndeprecateRegistryItemVersionResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( + [](AppService::Service* service, + ::grpc::ServerContext* ctx, + const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* req, + ::viam::app::v1::UndeprecateRegistryItemVersionResponse* resp) { + return service->UndeprecateRegistryItemVersion(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AppService_method_names[106], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -3953,7 +4093,7 @@ AppService::Service::Service() { return service->CreateKey(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[103], + AppService_method_names[107], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::DeleteKeyRequest, ::viam::app::v1::DeleteKeyResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -3963,7 +4103,7 @@ AppService::Service::Service() { return service->DeleteKey(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[104], + AppService_method_names[108], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::ListKeysRequest, ::viam::app::v1::ListKeysResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -3973,7 +4113,7 @@ AppService::Service::Service() { return service->ListKeys(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[105], + AppService_method_names[109], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::RenameKeyRequest, ::viam::app::v1::RenameKeyResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -3983,7 +4123,7 @@ AppService::Service::Service() { return service->RenameKey(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[106], + AppService_method_names[110], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::RotateKeyRequest, ::viam::app::v1::RotateKeyResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -3993,7 +4133,7 @@ AppService::Service::Service() { return service->RotateKey(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[107], + AppService_method_names[111], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -4003,7 +4143,7 @@ AppService::Service::Service() { return service->CreateKeyFromExistingKeyAuthorizations(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[108], + AppService_method_names[112], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::GetAppContentRequest, ::viam::app::v1::GetAppContentResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -4013,7 +4153,7 @@ AppService::Service::Service() { return service->GetAppContent(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[109], + AppService_method_names[113], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::GetAppBrandingRequest, ::viam::app::v1::GetAppBrandingResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -4023,7 +4163,7 @@ AppService::Service::Service() { return service->GetAppBranding(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[110], + AppService_method_names[114], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::UploadDevicePushTokenRequest, ::viam::app::v1::UploadDevicePushTokenResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -4033,7 +4173,7 @@ AppService::Service::Service() { return service->UploadDevicePushToken(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[111], + AppService_method_names[115], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::DeleteDevicePushTokenRequest, ::viam::app::v1::DeleteDevicePushTokenResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -4043,7 +4183,7 @@ AppService::Service::Service() { return service->DeleteDevicePushToken(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[112], + AppService_method_names[116], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::GetDevicePushTokensRequest, ::viam::app::v1::GetDevicePushTokensResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -4053,7 +4193,7 @@ AppService::Service::Service() { return service->GetDevicePushTokens(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[113], + AppService_method_names[117], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::SetFirebaseConfigRequest, ::viam::app::v1::SetFirebaseConfigResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -4063,7 +4203,7 @@ AppService::Service::Service() { return service->SetFirebaseConfig(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[114], + AppService_method_names[118], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::GetFirebaseConfigRequest, ::viam::app::v1::GetFirebaseConfigResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -4073,7 +4213,7 @@ AppService::Service::Service() { return service->GetFirebaseConfig(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[115], + AppService_method_names[119], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::DeleteFirebaseConfigRequest, ::viam::app::v1::DeleteFirebaseConfigResponse, ::grpc::protobuf::MessageLite, ::grpc::protobuf::MessageLite>( [](AppService::Service* service, @@ -4766,6 +4906,20 @@ ::grpc::Status AppService::Service::TransferRegistryItem(::grpc::ServerContext* return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } +::grpc::Status AppService::Service::DeprecateRegistryItem(::grpc::ServerContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest* request, ::viam::app::v1::DeprecateRegistryItemResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status AppService::Service::UndeprecateRegistryItem(::grpc::ServerContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest* request, ::viam::app::v1::UndeprecateRegistryItemResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + ::grpc::Status AppService::Service::CreateModule(::grpc::ServerContext* context, const ::viam::app::v1::CreateModuleRequest* request, ::viam::app::v1::CreateModuleResponse* response) { (void) context; (void) request; @@ -4801,6 +4955,20 @@ ::grpc::Status AppService::Service::ListModules(::grpc::ServerContext* context, return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } +::grpc::Status AppService::Service::DeprecateRegistryItemVersion(::grpc::ServerContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status AppService::Service::UndeprecateRegistryItemVersion(::grpc::ServerContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + ::grpc::Status AppService::Service::CreateKey(::grpc::ServerContext* context, const ::viam::app::v1::CreateKeyRequest* request, ::viam::app::v1::CreateKeyResponse* response) { (void) context; (void) request; diff --git a/src/viam/api/app/v1/app.grpc.pb.h b/src/viam/api/app/v1/app.grpc.pb.h index cafcc8737..b513f4441 100644 --- a/src/viam/api/app/v1/app.grpc.pb.h +++ b/src/viam/api/app/v1/app.grpc.pb.h @@ -803,6 +803,20 @@ class AppService final { std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::TransferRegistryItemResponse>> PrepareAsyncTransferRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::TransferRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::TransferRegistryItemResponse>>(PrepareAsyncTransferRegistryItemRaw(context, request, cq)); } + virtual ::grpc::Status DeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::viam::app::v1::DeprecateRegistryItemResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemResponse>> AsyncDeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemResponse>>(AsyncDeprecateRegistryItemRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemResponse>> PrepareAsyncDeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemResponse>>(PrepareAsyncDeprecateRegistryItemRaw(context, request, cq)); + } + virtual ::grpc::Status UndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::viam::app::v1::UndeprecateRegistryItemResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemResponse>> AsyncUndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemResponse>>(AsyncUndeprecateRegistryItemRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemResponse>> PrepareAsyncUndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemResponse>>(PrepareAsyncUndeprecateRegistryItemRaw(context, request, cq)); + } virtual ::grpc::Status CreateModule(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest& request, ::viam::app::v1::CreateModuleResponse* response) = 0; std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::CreateModuleResponse>> AsyncCreateModule(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::CreateModuleResponse>>(AsyncCreateModuleRaw(context, request, cq)); @@ -840,6 +854,20 @@ class AppService final { std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::ListModulesResponse>> PrepareAsyncListModules(::grpc::ClientContext* context, const ::viam::app::v1::ListModulesRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::ListModulesResponse>>(PrepareAsyncListModulesRaw(context, request, cq)); } + virtual ::grpc::Status DeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemVersionResponse>> AsyncDeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemVersionResponse>>(AsyncDeprecateRegistryItemVersionRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemVersionResponse>> PrepareAsyncDeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemVersionResponse>>(PrepareAsyncDeprecateRegistryItemVersionRaw(context, request, cq)); + } + virtual ::grpc::Status UndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>> AsyncUndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>>(AsyncUndeprecateRegistryItemVersionRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>> PrepareAsyncUndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>>(PrepareAsyncUndeprecateRegistryItemVersionRaw(context, request, cq)); + } virtual ::grpc::Status CreateKey(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest& request, ::viam::app::v1::CreateKeyResponse* response) = 0; std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::CreateKeyResponse>> AsyncCreateKey(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::CreateKeyResponse>>(AsyncCreateKeyRaw(context, request, cq)); @@ -1226,6 +1254,10 @@ class AppService final { virtual void RenameRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::RenameRegistryItemRequest* request, ::viam::app::v1::RenameRegistryItemResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; virtual void TransferRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::TransferRegistryItemRequest* request, ::viam::app::v1::TransferRegistryItemResponse* response, std::function) = 0; virtual void TransferRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::TransferRegistryItemRequest* request, ::viam::app::v1::TransferRegistryItemResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + virtual void DeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest* request, ::viam::app::v1::DeprecateRegistryItemResponse* response, std::function) = 0; + virtual void DeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest* request, ::viam::app::v1::DeprecateRegistryItemResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + virtual void UndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest* request, ::viam::app::v1::UndeprecateRegistryItemResponse* response, std::function) = 0; + virtual void UndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest* request, ::viam::app::v1::UndeprecateRegistryItemResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; virtual void CreateModule(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest* request, ::viam::app::v1::CreateModuleResponse* response, std::function) = 0; virtual void CreateModule(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest* request, ::viam::app::v1::CreateModuleResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; virtual void UpdateModule(::grpc::ClientContext* context, const ::viam::app::v1::UpdateModuleRequest* request, ::viam::app::v1::UpdateModuleResponse* response, std::function) = 0; @@ -1235,6 +1267,10 @@ class AppService final { virtual void GetModule(::grpc::ClientContext* context, const ::viam::app::v1::GetModuleRequest* request, ::viam::app::v1::GetModuleResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; virtual void ListModules(::grpc::ClientContext* context, const ::viam::app::v1::ListModulesRequest* request, ::viam::app::v1::ListModulesResponse* response, std::function) = 0; virtual void ListModules(::grpc::ClientContext* context, const ::viam::app::v1::ListModulesRequest* request, ::viam::app::v1::ListModulesResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + virtual void DeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response, std::function) = 0; + virtual void DeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + virtual void UndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response, std::function) = 0; + virtual void UndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; virtual void CreateKey(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest* request, ::viam::app::v1::CreateKeyResponse* response, std::function) = 0; virtual void CreateKey(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest* request, ::viam::app::v1::CreateKeyResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; virtual void DeleteKey(::grpc::ClientContext* context, const ::viam::app::v1::DeleteKeyRequest* request, ::viam::app::v1::DeleteKeyResponse* response, std::function) = 0; @@ -1470,6 +1506,10 @@ class AppService final { virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::RenameRegistryItemResponse>* PrepareAsyncRenameRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::RenameRegistryItemRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::TransferRegistryItemResponse>* AsyncTransferRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::TransferRegistryItemRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::TransferRegistryItemResponse>* PrepareAsyncTransferRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::TransferRegistryItemRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemResponse>* AsyncDeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemResponse>* PrepareAsyncDeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemResponse>* AsyncUndeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemResponse>* PrepareAsyncUndeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::CreateModuleResponse>* AsyncCreateModuleRaw(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::CreateModuleResponse>* PrepareAsyncCreateModuleRaw(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UpdateModuleResponse>* AsyncUpdateModuleRaw(::grpc::ClientContext* context, const ::viam::app::v1::UpdateModuleRequest& request, ::grpc::CompletionQueue* cq) = 0; @@ -1481,6 +1521,10 @@ class AppService final { virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetModuleResponse>* PrepareAsyncGetModuleRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetModuleRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::ListModulesResponse>* AsyncListModulesRaw(::grpc::ClientContext* context, const ::viam::app::v1::ListModulesRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::ListModulesResponse>* PrepareAsyncListModulesRaw(::grpc::ClientContext* context, const ::viam::app::v1::ListModulesRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemVersionResponse>* AsyncDeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeprecateRegistryItemVersionResponse>* PrepareAsyncDeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>* AsyncUndeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>* PrepareAsyncUndeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::CreateKeyResponse>* AsyncCreateKeyRaw(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::CreateKeyResponse>* PrepareAsyncCreateKeyRaw(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeleteKeyResponse>* AsyncDeleteKeyRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeleteKeyRequest& request, ::grpc::CompletionQueue* cq) = 0; @@ -2194,6 +2238,20 @@ class AppService final { std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::TransferRegistryItemResponse>> PrepareAsyncTransferRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::TransferRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::TransferRegistryItemResponse>>(PrepareAsyncTransferRegistryItemRaw(context, request, cq)); } + ::grpc::Status DeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::viam::app::v1::DeprecateRegistryItemResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemResponse>> AsyncDeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemResponse>>(AsyncDeprecateRegistryItemRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemResponse>> PrepareAsyncDeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemResponse>>(PrepareAsyncDeprecateRegistryItemRaw(context, request, cq)); + } + ::grpc::Status UndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::viam::app::v1::UndeprecateRegistryItemResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemResponse>> AsyncUndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemResponse>>(AsyncUndeprecateRegistryItemRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemResponse>> PrepareAsyncUndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemResponse>>(PrepareAsyncUndeprecateRegistryItemRaw(context, request, cq)); + } ::grpc::Status CreateModule(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest& request, ::viam::app::v1::CreateModuleResponse* response) override; std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::CreateModuleResponse>> AsyncCreateModule(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::CreateModuleResponse>>(AsyncCreateModuleRaw(context, request, cq)); @@ -2231,6 +2289,20 @@ class AppService final { std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::ListModulesResponse>> PrepareAsyncListModules(::grpc::ClientContext* context, const ::viam::app::v1::ListModulesRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::ListModulesResponse>>(PrepareAsyncListModulesRaw(context, request, cq)); } + ::grpc::Status DeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemVersionResponse>> AsyncDeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemVersionResponse>>(AsyncDeprecateRegistryItemVersionRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemVersionResponse>> PrepareAsyncDeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemVersionResponse>>(PrepareAsyncDeprecateRegistryItemVersionRaw(context, request, cq)); + } + ::grpc::Status UndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>> AsyncUndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>>(AsyncUndeprecateRegistryItemVersionRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>> PrepareAsyncUndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>>(PrepareAsyncUndeprecateRegistryItemVersionRaw(context, request, cq)); + } ::grpc::Status CreateKey(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest& request, ::viam::app::v1::CreateKeyResponse* response) override; std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::CreateKeyResponse>> AsyncCreateKey(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::CreateKeyResponse>>(AsyncCreateKeyRaw(context, request, cq)); @@ -2525,6 +2597,10 @@ class AppService final { void RenameRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::RenameRegistryItemRequest* request, ::viam::app::v1::RenameRegistryItemResponse* response, ::grpc::ClientUnaryReactor* reactor) override; void TransferRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::TransferRegistryItemRequest* request, ::viam::app::v1::TransferRegistryItemResponse* response, std::function) override; void TransferRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::TransferRegistryItemRequest* request, ::viam::app::v1::TransferRegistryItemResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + void DeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest* request, ::viam::app::v1::DeprecateRegistryItemResponse* response, std::function) override; + void DeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest* request, ::viam::app::v1::DeprecateRegistryItemResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + void UndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest* request, ::viam::app::v1::UndeprecateRegistryItemResponse* response, std::function) override; + void UndeprecateRegistryItem(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest* request, ::viam::app::v1::UndeprecateRegistryItemResponse* response, ::grpc::ClientUnaryReactor* reactor) override; void CreateModule(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest* request, ::viam::app::v1::CreateModuleResponse* response, std::function) override; void CreateModule(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest* request, ::viam::app::v1::CreateModuleResponse* response, ::grpc::ClientUnaryReactor* reactor) override; void UpdateModule(::grpc::ClientContext* context, const ::viam::app::v1::UpdateModuleRequest* request, ::viam::app::v1::UpdateModuleResponse* response, std::function) override; @@ -2534,6 +2610,10 @@ class AppService final { void GetModule(::grpc::ClientContext* context, const ::viam::app::v1::GetModuleRequest* request, ::viam::app::v1::GetModuleResponse* response, ::grpc::ClientUnaryReactor* reactor) override; void ListModules(::grpc::ClientContext* context, const ::viam::app::v1::ListModulesRequest* request, ::viam::app::v1::ListModulesResponse* response, std::function) override; void ListModules(::grpc::ClientContext* context, const ::viam::app::v1::ListModulesRequest* request, ::viam::app::v1::ListModulesResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + void DeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response, std::function) override; + void DeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + void UndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response, std::function) override; + void UndeprecateRegistryItemVersion(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response, ::grpc::ClientUnaryReactor* reactor) override; void CreateKey(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest* request, ::viam::app::v1::CreateKeyResponse* response, std::function) override; void CreateKey(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest* request, ::viam::app::v1::CreateKeyResponse* response, ::grpc::ClientUnaryReactor* reactor) override; void DeleteKey(::grpc::ClientContext* context, const ::viam::app::v1::DeleteKeyRequest* request, ::viam::app::v1::DeleteKeyResponse* response, std::function) override; @@ -2768,6 +2848,10 @@ class AppService final { ::grpc::ClientAsyncResponseReader< ::viam::app::v1::RenameRegistryItemResponse>* PrepareAsyncRenameRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::RenameRegistryItemRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::TransferRegistryItemResponse>* AsyncTransferRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::TransferRegistryItemRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::TransferRegistryItemResponse>* PrepareAsyncTransferRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::TransferRegistryItemRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemResponse>* AsyncDeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemResponse>* PrepareAsyncDeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemResponse>* AsyncUndeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemResponse>* PrepareAsyncUndeprecateRegistryItemRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::CreateModuleResponse>* AsyncCreateModuleRaw(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::CreateModuleResponse>* PrepareAsyncCreateModuleRaw(::grpc::ClientContext* context, const ::viam::app::v1::CreateModuleRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UpdateModuleResponse>* AsyncUpdateModuleRaw(::grpc::ClientContext* context, const ::viam::app::v1::UpdateModuleRequest& request, ::grpc::CompletionQueue* cq) override; @@ -2779,6 +2863,10 @@ class AppService final { ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetModuleResponse>* PrepareAsyncGetModuleRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetModuleRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::ListModulesResponse>* AsyncListModulesRaw(::grpc::ClientContext* context, const ::viam::app::v1::ListModulesRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::ListModulesResponse>* PrepareAsyncListModulesRaw(::grpc::ClientContext* context, const ::viam::app::v1::ListModulesRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemVersionResponse>* AsyncDeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeprecateRegistryItemVersionResponse>* PrepareAsyncDeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>* AsyncUndeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>* PrepareAsyncUndeprecateRegistryItemVersionRaw(::grpc::ClientContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::CreateKeyResponse>* AsyncCreateKeyRaw(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::CreateKeyResponse>* PrepareAsyncCreateKeyRaw(::grpc::ClientContext* context, const ::viam::app::v1::CreateKeyRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeleteKeyResponse>* AsyncDeleteKeyRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeleteKeyRequest& request, ::grpc::CompletionQueue* cq) override; @@ -2904,11 +2992,15 @@ class AppService final { const ::grpc::internal::RpcMethod rpcmethod_DeleteRegistryItem_; const ::grpc::internal::RpcMethod rpcmethod_RenameRegistryItem_; const ::grpc::internal::RpcMethod rpcmethod_TransferRegistryItem_; + const ::grpc::internal::RpcMethod rpcmethod_DeprecateRegistryItem_; + const ::grpc::internal::RpcMethod rpcmethod_UndeprecateRegistryItem_; const ::grpc::internal::RpcMethod rpcmethod_CreateModule_; const ::grpc::internal::RpcMethod rpcmethod_UpdateModule_; const ::grpc::internal::RpcMethod rpcmethod_UploadModuleFile_; const ::grpc::internal::RpcMethod rpcmethod_GetModule_; const ::grpc::internal::RpcMethod rpcmethod_ListModules_; + const ::grpc::internal::RpcMethod rpcmethod_DeprecateRegistryItemVersion_; + const ::grpc::internal::RpcMethod rpcmethod_UndeprecateRegistryItemVersion_; const ::grpc::internal::RpcMethod rpcmethod_CreateKey_; const ::grpc::internal::RpcMethod rpcmethod_DeleteKey_; const ::grpc::internal::RpcMethod rpcmethod_ListKeys_; @@ -3112,11 +3204,15 @@ class AppService final { virtual ::grpc::Status DeleteRegistryItem(::grpc::ServerContext* context, const ::viam::app::v1::DeleteRegistryItemRequest* request, ::viam::app::v1::DeleteRegistryItemResponse* response); virtual ::grpc::Status RenameRegistryItem(::grpc::ServerContext* context, const ::viam::app::v1::RenameRegistryItemRequest* request, ::viam::app::v1::RenameRegistryItemResponse* response); virtual ::grpc::Status TransferRegistryItem(::grpc::ServerContext* context, const ::viam::app::v1::TransferRegistryItemRequest* request, ::viam::app::v1::TransferRegistryItemResponse* response); + virtual ::grpc::Status DeprecateRegistryItem(::grpc::ServerContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest* request, ::viam::app::v1::DeprecateRegistryItemResponse* response); + virtual ::grpc::Status UndeprecateRegistryItem(::grpc::ServerContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest* request, ::viam::app::v1::UndeprecateRegistryItemResponse* response); virtual ::grpc::Status CreateModule(::grpc::ServerContext* context, const ::viam::app::v1::CreateModuleRequest* request, ::viam::app::v1::CreateModuleResponse* response); virtual ::grpc::Status UpdateModule(::grpc::ServerContext* context, const ::viam::app::v1::UpdateModuleRequest* request, ::viam::app::v1::UpdateModuleResponse* response); virtual ::grpc::Status UploadModuleFile(::grpc::ServerContext* context, ::grpc::ServerReader< ::viam::app::v1::UploadModuleFileRequest>* reader, ::viam::app::v1::UploadModuleFileResponse* response); virtual ::grpc::Status GetModule(::grpc::ServerContext* context, const ::viam::app::v1::GetModuleRequest* request, ::viam::app::v1::GetModuleResponse* response); virtual ::grpc::Status ListModules(::grpc::ServerContext* context, const ::viam::app::v1::ListModulesRequest* request, ::viam::app::v1::ListModulesResponse* response); + virtual ::grpc::Status DeprecateRegistryItemVersion(::grpc::ServerContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response); + virtual ::grpc::Status UndeprecateRegistryItemVersion(::grpc::ServerContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response); virtual ::grpc::Status CreateKey(::grpc::ServerContext* context, const ::viam::app::v1::CreateKeyRequest* request, ::viam::app::v1::CreateKeyResponse* response); virtual ::grpc::Status DeleteKey(::grpc::ServerContext* context, const ::viam::app::v1::DeleteKeyRequest* request, ::viam::app::v1::DeleteKeyResponse* response); virtual ::grpc::Status ListKeys(::grpc::ServerContext* context, const ::viam::app::v1::ListKeysRequest* request, ::viam::app::v1::ListKeysResponse* response); @@ -5080,12 +5176,52 @@ class AppService final { } }; template + class WithAsyncMethod_DeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_DeprecateRegistryItem() { + ::grpc::Service::MarkMethodAsync(97); + } + ~WithAsyncMethod_DeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestDeprecateRegistryItem(::grpc::ServerContext* context, ::viam::app::v1::DeprecateRegistryItemRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::DeprecateRegistryItemResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(97, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_UndeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_UndeprecateRegistryItem() { + ::grpc::Service::MarkMethodAsync(98); + } + ~WithAsyncMethod_UndeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status UndeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestUndeprecateRegistryItem(::grpc::ServerContext* context, ::viam::app::v1::UndeprecateRegistryItemRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::UndeprecateRegistryItemResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(98, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template class WithAsyncMethod_CreateModule : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_CreateModule() { - ::grpc::Service::MarkMethodAsync(97); + ::grpc::Service::MarkMethodAsync(99); } ~WithAsyncMethod_CreateModule() override { BaseClassMustBeDerivedFromService(this); @@ -5096,7 +5232,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateModule(::grpc::ServerContext* context, ::viam::app::v1::CreateModuleRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::CreateModuleResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(97, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(99, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5105,7 +5241,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_UpdateModule() { - ::grpc::Service::MarkMethodAsync(98); + ::grpc::Service::MarkMethodAsync(100); } ~WithAsyncMethod_UpdateModule() override { BaseClassMustBeDerivedFromService(this); @@ -5116,7 +5252,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestUpdateModule(::grpc::ServerContext* context, ::viam::app::v1::UpdateModuleRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::UpdateModuleResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(98, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(100, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5125,7 +5261,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_UploadModuleFile() { - ::grpc::Service::MarkMethodAsync(99); + ::grpc::Service::MarkMethodAsync(101); } ~WithAsyncMethod_UploadModuleFile() override { BaseClassMustBeDerivedFromService(this); @@ -5136,7 +5272,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestUploadModuleFile(::grpc::ServerContext* context, ::grpc::ServerAsyncReader< ::viam::app::v1::UploadModuleFileResponse, ::viam::app::v1::UploadModuleFileRequest>* reader, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncClientStreaming(99, context, reader, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncClientStreaming(101, context, reader, new_call_cq, notification_cq, tag); } }; template @@ -5145,7 +5281,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_GetModule() { - ::grpc::Service::MarkMethodAsync(100); + ::grpc::Service::MarkMethodAsync(102); } ~WithAsyncMethod_GetModule() override { BaseClassMustBeDerivedFromService(this); @@ -5156,7 +5292,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetModule(::grpc::ServerContext* context, ::viam::app::v1::GetModuleRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::GetModuleResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(100, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(102, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5165,7 +5301,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_ListModules() { - ::grpc::Service::MarkMethodAsync(101); + ::grpc::Service::MarkMethodAsync(103); } ~WithAsyncMethod_ListModules() override { BaseClassMustBeDerivedFromService(this); @@ -5176,7 +5312,47 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListModules(::grpc::ServerContext* context, ::viam::app::v1::ListModulesRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::ListModulesResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(101, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(103, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_DeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_DeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodAsync(104); + } + ~WithAsyncMethod_DeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestDeprecateRegistryItemVersion(::grpc::ServerContext* context, ::viam::app::v1::DeprecateRegistryItemVersionRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::DeprecateRegistryItemVersionResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(104, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_UndeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_UndeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodAsync(105); + } + ~WithAsyncMethod_UndeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status UndeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestUndeprecateRegistryItemVersion(::grpc::ServerContext* context, ::viam::app::v1::UndeprecateRegistryItemVersionRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::UndeprecateRegistryItemVersionResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(105, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5185,7 +5361,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_CreateKey() { - ::grpc::Service::MarkMethodAsync(102); + ::grpc::Service::MarkMethodAsync(106); } ~WithAsyncMethod_CreateKey() override { BaseClassMustBeDerivedFromService(this); @@ -5196,7 +5372,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateKey(::grpc::ServerContext* context, ::viam::app::v1::CreateKeyRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::CreateKeyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(102, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(106, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5205,7 +5381,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_DeleteKey() { - ::grpc::Service::MarkMethodAsync(103); + ::grpc::Service::MarkMethodAsync(107); } ~WithAsyncMethod_DeleteKey() override { BaseClassMustBeDerivedFromService(this); @@ -5216,7 +5392,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestDeleteKey(::grpc::ServerContext* context, ::viam::app::v1::DeleteKeyRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::DeleteKeyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(103, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(107, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5225,7 +5401,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_ListKeys() { - ::grpc::Service::MarkMethodAsync(104); + ::grpc::Service::MarkMethodAsync(108); } ~WithAsyncMethod_ListKeys() override { BaseClassMustBeDerivedFromService(this); @@ -5236,7 +5412,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListKeys(::grpc::ServerContext* context, ::viam::app::v1::ListKeysRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::ListKeysResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(104, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(108, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5245,7 +5421,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_RenameKey() { - ::grpc::Service::MarkMethodAsync(105); + ::grpc::Service::MarkMethodAsync(109); } ~WithAsyncMethod_RenameKey() override { BaseClassMustBeDerivedFromService(this); @@ -5256,7 +5432,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRenameKey(::grpc::ServerContext* context, ::viam::app::v1::RenameKeyRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::RenameKeyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(105, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(109, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5265,7 +5441,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_RotateKey() { - ::grpc::Service::MarkMethodAsync(106); + ::grpc::Service::MarkMethodAsync(110); } ~WithAsyncMethod_RotateKey() override { BaseClassMustBeDerivedFromService(this); @@ -5276,7 +5452,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRotateKey(::grpc::ServerContext* context, ::viam::app::v1::RotateKeyRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::RotateKeyResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(106, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(110, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5285,7 +5461,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_CreateKeyFromExistingKeyAuthorizations() { - ::grpc::Service::MarkMethodAsync(107); + ::grpc::Service::MarkMethodAsync(111); } ~WithAsyncMethod_CreateKeyFromExistingKeyAuthorizations() override { BaseClassMustBeDerivedFromService(this); @@ -5296,7 +5472,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateKeyFromExistingKeyAuthorizations(::grpc::ServerContext* context, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(107, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(111, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5305,7 +5481,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_GetAppContent() { - ::grpc::Service::MarkMethodAsync(108); + ::grpc::Service::MarkMethodAsync(112); } ~WithAsyncMethod_GetAppContent() override { BaseClassMustBeDerivedFromService(this); @@ -5316,7 +5492,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetAppContent(::grpc::ServerContext* context, ::viam::app::v1::GetAppContentRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::GetAppContentResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(108, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(112, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5325,7 +5501,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_GetAppBranding() { - ::grpc::Service::MarkMethodAsync(109); + ::grpc::Service::MarkMethodAsync(113); } ~WithAsyncMethod_GetAppBranding() override { BaseClassMustBeDerivedFromService(this); @@ -5336,7 +5512,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetAppBranding(::grpc::ServerContext* context, ::viam::app::v1::GetAppBrandingRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::GetAppBrandingResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(109, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(113, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5345,7 +5521,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_UploadDevicePushToken() { - ::grpc::Service::MarkMethodAsync(110); + ::grpc::Service::MarkMethodAsync(114); } ~WithAsyncMethod_UploadDevicePushToken() override { BaseClassMustBeDerivedFromService(this); @@ -5356,7 +5532,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestUploadDevicePushToken(::grpc::ServerContext* context, ::viam::app::v1::UploadDevicePushTokenRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::UploadDevicePushTokenResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(110, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(114, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5365,7 +5541,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_DeleteDevicePushToken() { - ::grpc::Service::MarkMethodAsync(111); + ::grpc::Service::MarkMethodAsync(115); } ~WithAsyncMethod_DeleteDevicePushToken() override { BaseClassMustBeDerivedFromService(this); @@ -5376,7 +5552,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestDeleteDevicePushToken(::grpc::ServerContext* context, ::viam::app::v1::DeleteDevicePushTokenRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::DeleteDevicePushTokenResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(111, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(115, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5385,7 +5561,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_GetDevicePushTokens() { - ::grpc::Service::MarkMethodAsync(112); + ::grpc::Service::MarkMethodAsync(116); } ~WithAsyncMethod_GetDevicePushTokens() override { BaseClassMustBeDerivedFromService(this); @@ -5396,7 +5572,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetDevicePushTokens(::grpc::ServerContext* context, ::viam::app::v1::GetDevicePushTokensRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::GetDevicePushTokensResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(112, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(116, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5405,7 +5581,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_SetFirebaseConfig() { - ::grpc::Service::MarkMethodAsync(113); + ::grpc::Service::MarkMethodAsync(117); } ~WithAsyncMethod_SetFirebaseConfig() override { BaseClassMustBeDerivedFromService(this); @@ -5416,7 +5592,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestSetFirebaseConfig(::grpc::ServerContext* context, ::viam::app::v1::SetFirebaseConfigRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::SetFirebaseConfigResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(113, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(117, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5425,7 +5601,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_GetFirebaseConfig() { - ::grpc::Service::MarkMethodAsync(114); + ::grpc::Service::MarkMethodAsync(118); } ~WithAsyncMethod_GetFirebaseConfig() override { BaseClassMustBeDerivedFromService(this); @@ -5436,7 +5612,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetFirebaseConfig(::grpc::ServerContext* context, ::viam::app::v1::GetFirebaseConfigRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::GetFirebaseConfigResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(114, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(118, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5445,7 +5621,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_DeleteFirebaseConfig() { - ::grpc::Service::MarkMethodAsync(115); + ::grpc::Service::MarkMethodAsync(119); } ~WithAsyncMethod_DeleteFirebaseConfig() override { BaseClassMustBeDerivedFromService(this); @@ -5456,10 +5632,10 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestDeleteFirebaseConfig(::grpc::ServerContext* context, ::viam::app::v1::DeleteFirebaseConfigRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::DeleteFirebaseConfigResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(115, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(119, context, request, response, new_call_cq, notification_cq, tag); } }; - typedef WithAsyncMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > AsyncService; + typedef WithAsyncMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > AsyncService; template class WithCallbackMethod_GetUserIDByEmail : public BaseClass { private: @@ -8075,18 +8251,72 @@ class AppService final { ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::TransferRegistryItemRequest* /*request*/, ::viam::app::v1::TransferRegistryItemResponse* /*response*/) { return nullptr; } }; template + class WithCallbackMethod_DeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithCallbackMethod_DeprecateRegistryItem() { + ::grpc::Service::MarkMethodCallback(97, + new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::DeprecateRegistryItemRequest, ::viam::app::v1::DeprecateRegistryItemResponse>( + [this]( + ::grpc::CallbackServerContext* context, const ::viam::app::v1::DeprecateRegistryItemRequest* request, ::viam::app::v1::DeprecateRegistryItemResponse* response) { return this->DeprecateRegistryItem(context, request, response); }));} + void SetMessageAllocatorFor_DeprecateRegistryItem( + ::grpc::MessageAllocator< ::viam::app::v1::DeprecateRegistryItemRequest, ::viam::app::v1::DeprecateRegistryItemResponse>* allocator) { + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(97); + static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::DeprecateRegistryItemRequest, ::viam::app::v1::DeprecateRegistryItemResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~WithCallbackMethod_DeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual ::grpc::ServerUnaryReactor* DeprecateRegistryItem( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemResponse* /*response*/) { return nullptr; } + }; + template + class WithCallbackMethod_UndeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithCallbackMethod_UndeprecateRegistryItem() { + ::grpc::Service::MarkMethodCallback(98, + new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::UndeprecateRegistryItemRequest, ::viam::app::v1::UndeprecateRegistryItemResponse>( + [this]( + ::grpc::CallbackServerContext* context, const ::viam::app::v1::UndeprecateRegistryItemRequest* request, ::viam::app::v1::UndeprecateRegistryItemResponse* response) { return this->UndeprecateRegistryItem(context, request, response); }));} + void SetMessageAllocatorFor_UndeprecateRegistryItem( + ::grpc::MessageAllocator< ::viam::app::v1::UndeprecateRegistryItemRequest, ::viam::app::v1::UndeprecateRegistryItemResponse>* allocator) { + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(98); + static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::UndeprecateRegistryItemRequest, ::viam::app::v1::UndeprecateRegistryItemResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~WithCallbackMethod_UndeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status UndeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual ::grpc::ServerUnaryReactor* UndeprecateRegistryItem( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemResponse* /*response*/) { return nullptr; } + }; + template class WithCallbackMethod_CreateModule : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_CreateModule() { - ::grpc::Service::MarkMethodCallback(97, + ::grpc::Service::MarkMethodCallback(99, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::CreateModuleRequest* request, ::viam::app::v1::CreateModuleResponse* response) { return this->CreateModule(context, request, response); }));} void SetMessageAllocatorFor_CreateModule( ::grpc::MessageAllocator< ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(97); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(99); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8107,13 +8337,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_UpdateModule() { - ::grpc::Service::MarkMethodCallback(98, + ::grpc::Service::MarkMethodCallback(100, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::UpdateModuleRequest, ::viam::app::v1::UpdateModuleResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::UpdateModuleRequest* request, ::viam::app::v1::UpdateModuleResponse* response) { return this->UpdateModule(context, request, response); }));} void SetMessageAllocatorFor_UpdateModule( ::grpc::MessageAllocator< ::viam::app::v1::UpdateModuleRequest, ::viam::app::v1::UpdateModuleResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(98); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(100); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::UpdateModuleRequest, ::viam::app::v1::UpdateModuleResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8134,7 +8364,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_UploadModuleFile() { - ::grpc::Service::MarkMethodCallback(99, + ::grpc::Service::MarkMethodCallback(101, new ::grpc::internal::CallbackClientStreamingHandler< ::viam::app::v1::UploadModuleFileRequest, ::viam::app::v1::UploadModuleFileResponse>( [this]( ::grpc::CallbackServerContext* context, ::viam::app::v1::UploadModuleFileResponse* response) { return this->UploadModuleFile(context, response); })); @@ -8156,13 +8386,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_GetModule() { - ::grpc::Service::MarkMethodCallback(100, + ::grpc::Service::MarkMethodCallback(102, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::GetModuleRequest, ::viam::app::v1::GetModuleResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::GetModuleRequest* request, ::viam::app::v1::GetModuleResponse* response) { return this->GetModule(context, request, response); }));} void SetMessageAllocatorFor_GetModule( ::grpc::MessageAllocator< ::viam::app::v1::GetModuleRequest, ::viam::app::v1::GetModuleResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(100); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(102); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::GetModuleRequest, ::viam::app::v1::GetModuleResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8183,13 +8413,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_ListModules() { - ::grpc::Service::MarkMethodCallback(101, + ::grpc::Service::MarkMethodCallback(103, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::ListModulesRequest, ::viam::app::v1::ListModulesResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::ListModulesRequest* request, ::viam::app::v1::ListModulesResponse* response) { return this->ListModules(context, request, response); }));} void SetMessageAllocatorFor_ListModules( ::grpc::MessageAllocator< ::viam::app::v1::ListModulesRequest, ::viam::app::v1::ListModulesResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(101); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(103); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::ListModulesRequest, ::viam::app::v1::ListModulesResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8205,18 +8435,72 @@ class AppService final { ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::ListModulesRequest* /*request*/, ::viam::app::v1::ListModulesResponse* /*response*/) { return nullptr; } }; template + class WithCallbackMethod_DeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithCallbackMethod_DeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodCallback(104, + new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::DeprecateRegistryItemVersionRequest, ::viam::app::v1::DeprecateRegistryItemVersionResponse>( + [this]( + ::grpc::CallbackServerContext* context, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* request, ::viam::app::v1::DeprecateRegistryItemVersionResponse* response) { return this->DeprecateRegistryItemVersion(context, request, response); }));} + void SetMessageAllocatorFor_DeprecateRegistryItemVersion( + ::grpc::MessageAllocator< ::viam::app::v1::DeprecateRegistryItemVersionRequest, ::viam::app::v1::DeprecateRegistryItemVersionResponse>* allocator) { + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(104); + static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::DeprecateRegistryItemVersionRequest, ::viam::app::v1::DeprecateRegistryItemVersionResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~WithCallbackMethod_DeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual ::grpc::ServerUnaryReactor* DeprecateRegistryItemVersion( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemVersionResponse* /*response*/) { return nullptr; } + }; + template + class WithCallbackMethod_UndeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithCallbackMethod_UndeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodCallback(105, + new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::UndeprecateRegistryItemVersionRequest, ::viam::app::v1::UndeprecateRegistryItemVersionResponse>( + [this]( + ::grpc::CallbackServerContext* context, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* request, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* response) { return this->UndeprecateRegistryItemVersion(context, request, response); }));} + void SetMessageAllocatorFor_UndeprecateRegistryItemVersion( + ::grpc::MessageAllocator< ::viam::app::v1::UndeprecateRegistryItemVersionRequest, ::viam::app::v1::UndeprecateRegistryItemVersionResponse>* allocator) { + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(105); + static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::UndeprecateRegistryItemVersionRequest, ::viam::app::v1::UndeprecateRegistryItemVersionResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~WithCallbackMethod_UndeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status UndeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual ::grpc::ServerUnaryReactor* UndeprecateRegistryItemVersion( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* /*response*/) { return nullptr; } + }; + template class WithCallbackMethod_CreateKey : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_CreateKey() { - ::grpc::Service::MarkMethodCallback(102, + ::grpc::Service::MarkMethodCallback(106, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::CreateKeyRequest* request, ::viam::app::v1::CreateKeyResponse* response) { return this->CreateKey(context, request, response); }));} void SetMessageAllocatorFor_CreateKey( ::grpc::MessageAllocator< ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(102); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(106); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8237,13 +8521,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_DeleteKey() { - ::grpc::Service::MarkMethodCallback(103, + ::grpc::Service::MarkMethodCallback(107, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteKeyRequest, ::viam::app::v1::DeleteKeyResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::DeleteKeyRequest* request, ::viam::app::v1::DeleteKeyResponse* response) { return this->DeleteKey(context, request, response); }));} void SetMessageAllocatorFor_DeleteKey( ::grpc::MessageAllocator< ::viam::app::v1::DeleteKeyRequest, ::viam::app::v1::DeleteKeyResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(103); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(107); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteKeyRequest, ::viam::app::v1::DeleteKeyResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8264,13 +8548,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_ListKeys() { - ::grpc::Service::MarkMethodCallback(104, + ::grpc::Service::MarkMethodCallback(108, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::ListKeysRequest, ::viam::app::v1::ListKeysResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::ListKeysRequest* request, ::viam::app::v1::ListKeysResponse* response) { return this->ListKeys(context, request, response); }));} void SetMessageAllocatorFor_ListKeys( ::grpc::MessageAllocator< ::viam::app::v1::ListKeysRequest, ::viam::app::v1::ListKeysResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(104); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(108); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::ListKeysRequest, ::viam::app::v1::ListKeysResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8291,13 +8575,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_RenameKey() { - ::grpc::Service::MarkMethodCallback(105, + ::grpc::Service::MarkMethodCallback(109, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::RenameKeyRequest, ::viam::app::v1::RenameKeyResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::RenameKeyRequest* request, ::viam::app::v1::RenameKeyResponse* response) { return this->RenameKey(context, request, response); }));} void SetMessageAllocatorFor_RenameKey( ::grpc::MessageAllocator< ::viam::app::v1::RenameKeyRequest, ::viam::app::v1::RenameKeyResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(105); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(109); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::RenameKeyRequest, ::viam::app::v1::RenameKeyResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8318,13 +8602,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_RotateKey() { - ::grpc::Service::MarkMethodCallback(106, + ::grpc::Service::MarkMethodCallback(110, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::RotateKeyRequest, ::viam::app::v1::RotateKeyResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::RotateKeyRequest* request, ::viam::app::v1::RotateKeyResponse* response) { return this->RotateKey(context, request, response); }));} void SetMessageAllocatorFor_RotateKey( ::grpc::MessageAllocator< ::viam::app::v1::RotateKeyRequest, ::viam::app::v1::RotateKeyResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(106); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(110); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::RotateKeyRequest, ::viam::app::v1::RotateKeyResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8345,13 +8629,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_CreateKeyFromExistingKeyAuthorizations() { - ::grpc::Service::MarkMethodCallback(107, + ::grpc::Service::MarkMethodCallback(111, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest* request, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse* response) { return this->CreateKeyFromExistingKeyAuthorizations(context, request, response); }));} void SetMessageAllocatorFor_CreateKeyFromExistingKeyAuthorizations( ::grpc::MessageAllocator< ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(107); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(111); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8372,13 +8656,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_GetAppContent() { - ::grpc::Service::MarkMethodCallback(108, + ::grpc::Service::MarkMethodCallback(112, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::GetAppContentRequest, ::viam::app::v1::GetAppContentResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::GetAppContentRequest* request, ::viam::app::v1::GetAppContentResponse* response) { return this->GetAppContent(context, request, response); }));} void SetMessageAllocatorFor_GetAppContent( ::grpc::MessageAllocator< ::viam::app::v1::GetAppContentRequest, ::viam::app::v1::GetAppContentResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(108); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(112); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::GetAppContentRequest, ::viam::app::v1::GetAppContentResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8399,13 +8683,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_GetAppBranding() { - ::grpc::Service::MarkMethodCallback(109, + ::grpc::Service::MarkMethodCallback(113, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::GetAppBrandingRequest, ::viam::app::v1::GetAppBrandingResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::GetAppBrandingRequest* request, ::viam::app::v1::GetAppBrandingResponse* response) { return this->GetAppBranding(context, request, response); }));} void SetMessageAllocatorFor_GetAppBranding( ::grpc::MessageAllocator< ::viam::app::v1::GetAppBrandingRequest, ::viam::app::v1::GetAppBrandingResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(109); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(113); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::GetAppBrandingRequest, ::viam::app::v1::GetAppBrandingResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8426,13 +8710,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_UploadDevicePushToken() { - ::grpc::Service::MarkMethodCallback(110, + ::grpc::Service::MarkMethodCallback(114, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::UploadDevicePushTokenRequest, ::viam::app::v1::UploadDevicePushTokenResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::UploadDevicePushTokenRequest* request, ::viam::app::v1::UploadDevicePushTokenResponse* response) { return this->UploadDevicePushToken(context, request, response); }));} void SetMessageAllocatorFor_UploadDevicePushToken( ::grpc::MessageAllocator< ::viam::app::v1::UploadDevicePushTokenRequest, ::viam::app::v1::UploadDevicePushTokenResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(110); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(114); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::UploadDevicePushTokenRequest, ::viam::app::v1::UploadDevicePushTokenResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8453,13 +8737,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_DeleteDevicePushToken() { - ::grpc::Service::MarkMethodCallback(111, + ::grpc::Service::MarkMethodCallback(115, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteDevicePushTokenRequest, ::viam::app::v1::DeleteDevicePushTokenResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::DeleteDevicePushTokenRequest* request, ::viam::app::v1::DeleteDevicePushTokenResponse* response) { return this->DeleteDevicePushToken(context, request, response); }));} void SetMessageAllocatorFor_DeleteDevicePushToken( ::grpc::MessageAllocator< ::viam::app::v1::DeleteDevicePushTokenRequest, ::viam::app::v1::DeleteDevicePushTokenResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(111); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(115); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteDevicePushTokenRequest, ::viam::app::v1::DeleteDevicePushTokenResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8480,13 +8764,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_GetDevicePushTokens() { - ::grpc::Service::MarkMethodCallback(112, + ::grpc::Service::MarkMethodCallback(116, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::GetDevicePushTokensRequest, ::viam::app::v1::GetDevicePushTokensResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::GetDevicePushTokensRequest* request, ::viam::app::v1::GetDevicePushTokensResponse* response) { return this->GetDevicePushTokens(context, request, response); }));} void SetMessageAllocatorFor_GetDevicePushTokens( ::grpc::MessageAllocator< ::viam::app::v1::GetDevicePushTokensRequest, ::viam::app::v1::GetDevicePushTokensResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(112); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(116); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::GetDevicePushTokensRequest, ::viam::app::v1::GetDevicePushTokensResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8507,13 +8791,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_SetFirebaseConfig() { - ::grpc::Service::MarkMethodCallback(113, + ::grpc::Service::MarkMethodCallback(117, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::SetFirebaseConfigRequest, ::viam::app::v1::SetFirebaseConfigResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::SetFirebaseConfigRequest* request, ::viam::app::v1::SetFirebaseConfigResponse* response) { return this->SetFirebaseConfig(context, request, response); }));} void SetMessageAllocatorFor_SetFirebaseConfig( ::grpc::MessageAllocator< ::viam::app::v1::SetFirebaseConfigRequest, ::viam::app::v1::SetFirebaseConfigResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(113); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(117); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::SetFirebaseConfigRequest, ::viam::app::v1::SetFirebaseConfigResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8534,13 +8818,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_GetFirebaseConfig() { - ::grpc::Service::MarkMethodCallback(114, + ::grpc::Service::MarkMethodCallback(118, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::GetFirebaseConfigRequest, ::viam::app::v1::GetFirebaseConfigResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::GetFirebaseConfigRequest* request, ::viam::app::v1::GetFirebaseConfigResponse* response) { return this->GetFirebaseConfig(context, request, response); }));} void SetMessageAllocatorFor_GetFirebaseConfig( ::grpc::MessageAllocator< ::viam::app::v1::GetFirebaseConfigRequest, ::viam::app::v1::GetFirebaseConfigResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(114); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(118); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::GetFirebaseConfigRequest, ::viam::app::v1::GetFirebaseConfigResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8561,13 +8845,13 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithCallbackMethod_DeleteFirebaseConfig() { - ::grpc::Service::MarkMethodCallback(115, + ::grpc::Service::MarkMethodCallback(119, new ::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteFirebaseConfigRequest, ::viam::app::v1::DeleteFirebaseConfigResponse>( [this]( ::grpc::CallbackServerContext* context, const ::viam::app::v1::DeleteFirebaseConfigRequest* request, ::viam::app::v1::DeleteFirebaseConfigResponse* response) { return this->DeleteFirebaseConfig(context, request, response); }));} void SetMessageAllocatorFor_DeleteFirebaseConfig( ::grpc::MessageAllocator< ::viam::app::v1::DeleteFirebaseConfigRequest, ::viam::app::v1::DeleteFirebaseConfigResponse>* allocator) { - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(115); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(119); static_cast<::grpc::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteFirebaseConfigRequest, ::viam::app::v1::DeleteFirebaseConfigResponse>*>(handler) ->SetMessageAllocator(allocator); } @@ -8582,7 +8866,7 @@ class AppService final { virtual ::grpc::ServerUnaryReactor* DeleteFirebaseConfig( ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::DeleteFirebaseConfigRequest* /*request*/, ::viam::app::v1::DeleteFirebaseConfigResponse* /*response*/) { return nullptr; } }; - typedef WithCallbackMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > CallbackService; + typedef WithCallbackMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > CallbackService; typedef CallbackService ExperimentalCallbackService; template class WithGenericMethod_GetUserIDByEmail : public BaseClass { @@ -10234,12 +10518,46 @@ class AppService final { } }; template + class WithGenericMethod_DeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_DeprecateRegistryItem() { + ::grpc::Service::MarkMethodGeneric(97); + } + ~WithGenericMethod_DeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_UndeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_UndeprecateRegistryItem() { + ::grpc::Service::MarkMethodGeneric(98); + } + ~WithGenericMethod_UndeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status UndeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template class WithGenericMethod_CreateModule : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_CreateModule() { - ::grpc::Service::MarkMethodGeneric(97); + ::grpc::Service::MarkMethodGeneric(99); } ~WithGenericMethod_CreateModule() override { BaseClassMustBeDerivedFromService(this); @@ -10256,7 +10574,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_UpdateModule() { - ::grpc::Service::MarkMethodGeneric(98); + ::grpc::Service::MarkMethodGeneric(100); } ~WithGenericMethod_UpdateModule() override { BaseClassMustBeDerivedFromService(this); @@ -10273,7 +10591,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_UploadModuleFile() { - ::grpc::Service::MarkMethodGeneric(99); + ::grpc::Service::MarkMethodGeneric(101); } ~WithGenericMethod_UploadModuleFile() override { BaseClassMustBeDerivedFromService(this); @@ -10290,7 +10608,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_GetModule() { - ::grpc::Service::MarkMethodGeneric(100); + ::grpc::Service::MarkMethodGeneric(102); } ~WithGenericMethod_GetModule() override { BaseClassMustBeDerivedFromService(this); @@ -10307,7 +10625,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_ListModules() { - ::grpc::Service::MarkMethodGeneric(101); + ::grpc::Service::MarkMethodGeneric(103); } ~WithGenericMethod_ListModules() override { BaseClassMustBeDerivedFromService(this); @@ -10319,12 +10637,46 @@ class AppService final { } }; template + class WithGenericMethod_DeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_DeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodGeneric(104); + } + ~WithGenericMethod_DeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_UndeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_UndeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodGeneric(105); + } + ~WithGenericMethod_UndeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status UndeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template class WithGenericMethod_CreateKey : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_CreateKey() { - ::grpc::Service::MarkMethodGeneric(102); + ::grpc::Service::MarkMethodGeneric(106); } ~WithGenericMethod_CreateKey() override { BaseClassMustBeDerivedFromService(this); @@ -10341,7 +10693,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_DeleteKey() { - ::grpc::Service::MarkMethodGeneric(103); + ::grpc::Service::MarkMethodGeneric(107); } ~WithGenericMethod_DeleteKey() override { BaseClassMustBeDerivedFromService(this); @@ -10358,7 +10710,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_ListKeys() { - ::grpc::Service::MarkMethodGeneric(104); + ::grpc::Service::MarkMethodGeneric(108); } ~WithGenericMethod_ListKeys() override { BaseClassMustBeDerivedFromService(this); @@ -10375,7 +10727,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_RenameKey() { - ::grpc::Service::MarkMethodGeneric(105); + ::grpc::Service::MarkMethodGeneric(109); } ~WithGenericMethod_RenameKey() override { BaseClassMustBeDerivedFromService(this); @@ -10392,7 +10744,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_RotateKey() { - ::grpc::Service::MarkMethodGeneric(106); + ::grpc::Service::MarkMethodGeneric(110); } ~WithGenericMethod_RotateKey() override { BaseClassMustBeDerivedFromService(this); @@ -10409,7 +10761,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_CreateKeyFromExistingKeyAuthorizations() { - ::grpc::Service::MarkMethodGeneric(107); + ::grpc::Service::MarkMethodGeneric(111); } ~WithGenericMethod_CreateKeyFromExistingKeyAuthorizations() override { BaseClassMustBeDerivedFromService(this); @@ -10426,7 +10778,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_GetAppContent() { - ::grpc::Service::MarkMethodGeneric(108); + ::grpc::Service::MarkMethodGeneric(112); } ~WithGenericMethod_GetAppContent() override { BaseClassMustBeDerivedFromService(this); @@ -10443,7 +10795,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_GetAppBranding() { - ::grpc::Service::MarkMethodGeneric(109); + ::grpc::Service::MarkMethodGeneric(113); } ~WithGenericMethod_GetAppBranding() override { BaseClassMustBeDerivedFromService(this); @@ -10460,7 +10812,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_UploadDevicePushToken() { - ::grpc::Service::MarkMethodGeneric(110); + ::grpc::Service::MarkMethodGeneric(114); } ~WithGenericMethod_UploadDevicePushToken() override { BaseClassMustBeDerivedFromService(this); @@ -10477,7 +10829,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_DeleteDevicePushToken() { - ::grpc::Service::MarkMethodGeneric(111); + ::grpc::Service::MarkMethodGeneric(115); } ~WithGenericMethod_DeleteDevicePushToken() override { BaseClassMustBeDerivedFromService(this); @@ -10494,7 +10846,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_GetDevicePushTokens() { - ::grpc::Service::MarkMethodGeneric(112); + ::grpc::Service::MarkMethodGeneric(116); } ~WithGenericMethod_GetDevicePushTokens() override { BaseClassMustBeDerivedFromService(this); @@ -10511,7 +10863,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_SetFirebaseConfig() { - ::grpc::Service::MarkMethodGeneric(113); + ::grpc::Service::MarkMethodGeneric(117); } ~WithGenericMethod_SetFirebaseConfig() override { BaseClassMustBeDerivedFromService(this); @@ -10528,7 +10880,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_GetFirebaseConfig() { - ::grpc::Service::MarkMethodGeneric(114); + ::grpc::Service::MarkMethodGeneric(118); } ~WithGenericMethod_GetFirebaseConfig() override { BaseClassMustBeDerivedFromService(this); @@ -10545,7 +10897,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_DeleteFirebaseConfig() { - ::grpc::Service::MarkMethodGeneric(115); + ::grpc::Service::MarkMethodGeneric(119); } ~WithGenericMethod_DeleteFirebaseConfig() override { BaseClassMustBeDerivedFromService(this); @@ -12497,12 +12849,52 @@ class AppService final { } }; template + class WithRawMethod_DeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_DeprecateRegistryItem() { + ::grpc::Service::MarkMethodRaw(97); + } + ~WithRawMethod_DeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestDeprecateRegistryItem(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(97, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_UndeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_UndeprecateRegistryItem() { + ::grpc::Service::MarkMethodRaw(98); + } + ~WithRawMethod_UndeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status UndeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestUndeprecateRegistryItem(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(98, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template class WithRawMethod_CreateModule : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_CreateModule() { - ::grpc::Service::MarkMethodRaw(97); + ::grpc::Service::MarkMethodRaw(99); } ~WithRawMethod_CreateModule() override { BaseClassMustBeDerivedFromService(this); @@ -12513,7 +12905,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateModule(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(97, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(99, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12522,7 +12914,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_UpdateModule() { - ::grpc::Service::MarkMethodRaw(98); + ::grpc::Service::MarkMethodRaw(100); } ~WithRawMethod_UpdateModule() override { BaseClassMustBeDerivedFromService(this); @@ -12533,7 +12925,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestUpdateModule(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(98, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(100, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12542,7 +12934,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_UploadModuleFile() { - ::grpc::Service::MarkMethodRaw(99); + ::grpc::Service::MarkMethodRaw(101); } ~WithRawMethod_UploadModuleFile() override { BaseClassMustBeDerivedFromService(this); @@ -12553,7 +12945,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestUploadModuleFile(::grpc::ServerContext* context, ::grpc::ServerAsyncReader< ::grpc::ByteBuffer, ::grpc::ByteBuffer>* reader, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncClientStreaming(99, context, reader, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncClientStreaming(101, context, reader, new_call_cq, notification_cq, tag); } }; template @@ -12562,7 +12954,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_GetModule() { - ::grpc::Service::MarkMethodRaw(100); + ::grpc::Service::MarkMethodRaw(102); } ~WithRawMethod_GetModule() override { BaseClassMustBeDerivedFromService(this); @@ -12573,7 +12965,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetModule(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(100, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(102, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12582,7 +12974,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_ListModules() { - ::grpc::Service::MarkMethodRaw(101); + ::grpc::Service::MarkMethodRaw(103); } ~WithRawMethod_ListModules() override { BaseClassMustBeDerivedFromService(this); @@ -12593,7 +12985,47 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListModules(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(101, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(103, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_DeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_DeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodRaw(104); + } + ~WithRawMethod_DeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestDeprecateRegistryItemVersion(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(104, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_UndeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_UndeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodRaw(105); + } + ~WithRawMethod_UndeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status UndeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestUndeprecateRegistryItemVersion(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(105, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12602,7 +13034,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_CreateKey() { - ::grpc::Service::MarkMethodRaw(102); + ::grpc::Service::MarkMethodRaw(106); } ~WithRawMethod_CreateKey() override { BaseClassMustBeDerivedFromService(this); @@ -12613,7 +13045,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateKey(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(102, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(106, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12622,7 +13054,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_DeleteKey() { - ::grpc::Service::MarkMethodRaw(103); + ::grpc::Service::MarkMethodRaw(107); } ~WithRawMethod_DeleteKey() override { BaseClassMustBeDerivedFromService(this); @@ -12633,7 +13065,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestDeleteKey(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(103, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(107, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12642,7 +13074,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_ListKeys() { - ::grpc::Service::MarkMethodRaw(104); + ::grpc::Service::MarkMethodRaw(108); } ~WithRawMethod_ListKeys() override { BaseClassMustBeDerivedFromService(this); @@ -12653,7 +13085,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListKeys(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(104, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(108, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12662,7 +13094,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_RenameKey() { - ::grpc::Service::MarkMethodRaw(105); + ::grpc::Service::MarkMethodRaw(109); } ~WithRawMethod_RenameKey() override { BaseClassMustBeDerivedFromService(this); @@ -12673,7 +13105,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRenameKey(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(105, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(109, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12682,7 +13114,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_RotateKey() { - ::grpc::Service::MarkMethodRaw(106); + ::grpc::Service::MarkMethodRaw(110); } ~WithRawMethod_RotateKey() override { BaseClassMustBeDerivedFromService(this); @@ -12693,7 +13125,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRotateKey(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(106, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(110, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12702,7 +13134,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_CreateKeyFromExistingKeyAuthorizations() { - ::grpc::Service::MarkMethodRaw(107); + ::grpc::Service::MarkMethodRaw(111); } ~WithRawMethod_CreateKeyFromExistingKeyAuthorizations() override { BaseClassMustBeDerivedFromService(this); @@ -12713,7 +13145,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateKeyFromExistingKeyAuthorizations(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(107, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(111, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12722,7 +13154,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_GetAppContent() { - ::grpc::Service::MarkMethodRaw(108); + ::grpc::Service::MarkMethodRaw(112); } ~WithRawMethod_GetAppContent() override { BaseClassMustBeDerivedFromService(this); @@ -12733,7 +13165,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetAppContent(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(108, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(112, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12742,7 +13174,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_GetAppBranding() { - ::grpc::Service::MarkMethodRaw(109); + ::grpc::Service::MarkMethodRaw(113); } ~WithRawMethod_GetAppBranding() override { BaseClassMustBeDerivedFromService(this); @@ -12753,7 +13185,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetAppBranding(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(109, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(113, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12762,7 +13194,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_UploadDevicePushToken() { - ::grpc::Service::MarkMethodRaw(110); + ::grpc::Service::MarkMethodRaw(114); } ~WithRawMethod_UploadDevicePushToken() override { BaseClassMustBeDerivedFromService(this); @@ -12773,7 +13205,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestUploadDevicePushToken(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(110, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(114, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12782,7 +13214,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_DeleteDevicePushToken() { - ::grpc::Service::MarkMethodRaw(111); + ::grpc::Service::MarkMethodRaw(115); } ~WithRawMethod_DeleteDevicePushToken() override { BaseClassMustBeDerivedFromService(this); @@ -12793,7 +13225,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestDeleteDevicePushToken(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(111, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(115, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12802,7 +13234,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_GetDevicePushTokens() { - ::grpc::Service::MarkMethodRaw(112); + ::grpc::Service::MarkMethodRaw(116); } ~WithRawMethod_GetDevicePushTokens() override { BaseClassMustBeDerivedFromService(this); @@ -12813,7 +13245,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetDevicePushTokens(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(112, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(116, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12822,7 +13254,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_SetFirebaseConfig() { - ::grpc::Service::MarkMethodRaw(113); + ::grpc::Service::MarkMethodRaw(117); } ~WithRawMethod_SetFirebaseConfig() override { BaseClassMustBeDerivedFromService(this); @@ -12833,7 +13265,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestSetFirebaseConfig(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(113, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(117, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12842,7 +13274,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_GetFirebaseConfig() { - ::grpc::Service::MarkMethodRaw(114); + ::grpc::Service::MarkMethodRaw(118); } ~WithRawMethod_GetFirebaseConfig() override { BaseClassMustBeDerivedFromService(this); @@ -12853,7 +13285,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetFirebaseConfig(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(114, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(118, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -12862,7 +13294,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_DeleteFirebaseConfig() { - ::grpc::Service::MarkMethodRaw(115); + ::grpc::Service::MarkMethodRaw(119); } ~WithRawMethod_DeleteFirebaseConfig() override { BaseClassMustBeDerivedFromService(this); @@ -12873,7 +13305,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestDeleteFirebaseConfig(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(115, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(119, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -15011,12 +15443,56 @@ class AppService final { ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) { return nullptr; } }; template + class WithRawCallbackMethod_DeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawCallbackMethod_DeprecateRegistryItem() { + ::grpc::Service::MarkMethodRawCallback(97, + new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->DeprecateRegistryItem(context, request, response); })); + } + ~WithRawCallbackMethod_DeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual ::grpc::ServerUnaryReactor* DeprecateRegistryItem( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) { return nullptr; } + }; + template + class WithRawCallbackMethod_UndeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawCallbackMethod_UndeprecateRegistryItem() { + ::grpc::Service::MarkMethodRawCallback(98, + new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->UndeprecateRegistryItem(context, request, response); })); + } + ~WithRawCallbackMethod_UndeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status UndeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual ::grpc::ServerUnaryReactor* UndeprecateRegistryItem( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) { return nullptr; } + }; + template class WithRawCallbackMethod_CreateModule : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_CreateModule() { - ::grpc::Service::MarkMethodRawCallback(97, + ::grpc::Service::MarkMethodRawCallback(99, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->CreateModule(context, request, response); })); @@ -15038,7 +15514,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_UpdateModule() { - ::grpc::Service::MarkMethodRawCallback(98, + ::grpc::Service::MarkMethodRawCallback(100, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->UpdateModule(context, request, response); })); @@ -15060,7 +15536,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_UploadModuleFile() { - ::grpc::Service::MarkMethodRawCallback(99, + ::grpc::Service::MarkMethodRawCallback(101, new ::grpc::internal::CallbackClientStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, ::grpc::ByteBuffer* response) { return this->UploadModuleFile(context, response); })); @@ -15082,7 +15558,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_GetModule() { - ::grpc::Service::MarkMethodRawCallback(100, + ::grpc::Service::MarkMethodRawCallback(102, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetModule(context, request, response); })); @@ -15104,7 +15580,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_ListModules() { - ::grpc::Service::MarkMethodRawCallback(101, + ::grpc::Service::MarkMethodRawCallback(103, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->ListModules(context, request, response); })); @@ -15121,12 +15597,56 @@ class AppService final { ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) { return nullptr; } }; template + class WithRawCallbackMethod_DeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawCallbackMethod_DeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodRawCallback(104, + new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->DeprecateRegistryItemVersion(context, request, response); })); + } + ~WithRawCallbackMethod_DeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual ::grpc::ServerUnaryReactor* DeprecateRegistryItemVersion( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) { return nullptr; } + }; + template + class WithRawCallbackMethod_UndeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawCallbackMethod_UndeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodRawCallback(105, + new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->UndeprecateRegistryItemVersion(context, request, response); })); + } + ~WithRawCallbackMethod_UndeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status UndeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual ::grpc::ServerUnaryReactor* UndeprecateRegistryItemVersion( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) { return nullptr; } + }; + template class WithRawCallbackMethod_CreateKey : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_CreateKey() { - ::grpc::Service::MarkMethodRawCallback(102, + ::grpc::Service::MarkMethodRawCallback(106, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->CreateKey(context, request, response); })); @@ -15148,7 +15668,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_DeleteKey() { - ::grpc::Service::MarkMethodRawCallback(103, + ::grpc::Service::MarkMethodRawCallback(107, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->DeleteKey(context, request, response); })); @@ -15170,7 +15690,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_ListKeys() { - ::grpc::Service::MarkMethodRawCallback(104, + ::grpc::Service::MarkMethodRawCallback(108, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->ListKeys(context, request, response); })); @@ -15192,7 +15712,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_RenameKey() { - ::grpc::Service::MarkMethodRawCallback(105, + ::grpc::Service::MarkMethodRawCallback(109, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->RenameKey(context, request, response); })); @@ -15214,7 +15734,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_RotateKey() { - ::grpc::Service::MarkMethodRawCallback(106, + ::grpc::Service::MarkMethodRawCallback(110, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->RotateKey(context, request, response); })); @@ -15236,7 +15756,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_CreateKeyFromExistingKeyAuthorizations() { - ::grpc::Service::MarkMethodRawCallback(107, + ::grpc::Service::MarkMethodRawCallback(111, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->CreateKeyFromExistingKeyAuthorizations(context, request, response); })); @@ -15258,7 +15778,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_GetAppContent() { - ::grpc::Service::MarkMethodRawCallback(108, + ::grpc::Service::MarkMethodRawCallback(112, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetAppContent(context, request, response); })); @@ -15280,7 +15800,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_GetAppBranding() { - ::grpc::Service::MarkMethodRawCallback(109, + ::grpc::Service::MarkMethodRawCallback(113, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetAppBranding(context, request, response); })); @@ -15302,7 +15822,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_UploadDevicePushToken() { - ::grpc::Service::MarkMethodRawCallback(110, + ::grpc::Service::MarkMethodRawCallback(114, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->UploadDevicePushToken(context, request, response); })); @@ -15324,7 +15844,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_DeleteDevicePushToken() { - ::grpc::Service::MarkMethodRawCallback(111, + ::grpc::Service::MarkMethodRawCallback(115, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->DeleteDevicePushToken(context, request, response); })); @@ -15346,7 +15866,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_GetDevicePushTokens() { - ::grpc::Service::MarkMethodRawCallback(112, + ::grpc::Service::MarkMethodRawCallback(116, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetDevicePushTokens(context, request, response); })); @@ -15368,7 +15888,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_SetFirebaseConfig() { - ::grpc::Service::MarkMethodRawCallback(113, + ::grpc::Service::MarkMethodRawCallback(117, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->SetFirebaseConfig(context, request, response); })); @@ -15390,7 +15910,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_GetFirebaseConfig() { - ::grpc::Service::MarkMethodRawCallback(114, + ::grpc::Service::MarkMethodRawCallback(118, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetFirebaseConfig(context, request, response); })); @@ -15412,7 +15932,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawCallbackMethod_DeleteFirebaseConfig() { - ::grpc::Service::MarkMethodRawCallback(115, + ::grpc::Service::MarkMethodRawCallback(119, new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( ::grpc::CallbackServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->DeleteFirebaseConfig(context, request, response); })); @@ -18021,12 +18541,66 @@ class AppService final { virtual ::grpc::Status StreamedTransferRegistryItem(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::TransferRegistryItemRequest,::viam::app::v1::TransferRegistryItemResponse>* server_unary_streamer) = 0; }; template + class WithStreamedUnaryMethod_DeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_DeprecateRegistryItem() { + ::grpc::Service::MarkMethodStreamed(97, + new ::grpc::internal::StreamedUnaryHandler< + ::viam::app::v1::DeprecateRegistryItemRequest, ::viam::app::v1::DeprecateRegistryItemResponse>( + [this](::grpc::ServerContext* context, + ::grpc::ServerUnaryStreamer< + ::viam::app::v1::DeprecateRegistryItemRequest, ::viam::app::v1::DeprecateRegistryItemResponse>* streamer) { + return this->StreamedDeprecateRegistryItem(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_DeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status DeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedDeprecateRegistryItem(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::DeprecateRegistryItemRequest,::viam::app::v1::DeprecateRegistryItemResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_UndeprecateRegistryItem : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_UndeprecateRegistryItem() { + ::grpc::Service::MarkMethodStreamed(98, + new ::grpc::internal::StreamedUnaryHandler< + ::viam::app::v1::UndeprecateRegistryItemRequest, ::viam::app::v1::UndeprecateRegistryItemResponse>( + [this](::grpc::ServerContext* context, + ::grpc::ServerUnaryStreamer< + ::viam::app::v1::UndeprecateRegistryItemRequest, ::viam::app::v1::UndeprecateRegistryItemResponse>* streamer) { + return this->StreamedUndeprecateRegistryItem(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_UndeprecateRegistryItem() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status UndeprecateRegistryItem(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedUndeprecateRegistryItem(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::UndeprecateRegistryItemRequest,::viam::app::v1::UndeprecateRegistryItemResponse>* server_unary_streamer) = 0; + }; + template class WithStreamedUnaryMethod_CreateModule : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_CreateModule() { - ::grpc::Service::MarkMethodStreamed(97, + ::grpc::Service::MarkMethodStreamed(99, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse>( [this](::grpc::ServerContext* context, @@ -18053,7 +18627,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_UpdateModule() { - ::grpc::Service::MarkMethodStreamed(98, + ::grpc::Service::MarkMethodStreamed(100, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::UpdateModuleRequest, ::viam::app::v1::UpdateModuleResponse>( [this](::grpc::ServerContext* context, @@ -18080,7 +18654,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_GetModule() { - ::grpc::Service::MarkMethodStreamed(100, + ::grpc::Service::MarkMethodStreamed(102, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::GetModuleRequest, ::viam::app::v1::GetModuleResponse>( [this](::grpc::ServerContext* context, @@ -18107,7 +18681,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_ListModules() { - ::grpc::Service::MarkMethodStreamed(101, + ::grpc::Service::MarkMethodStreamed(103, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::ListModulesRequest, ::viam::app::v1::ListModulesResponse>( [this](::grpc::ServerContext* context, @@ -18129,12 +18703,66 @@ class AppService final { virtual ::grpc::Status StreamedListModules(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::ListModulesRequest,::viam::app::v1::ListModulesResponse>* server_unary_streamer) = 0; }; template + class WithStreamedUnaryMethod_DeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_DeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodStreamed(104, + new ::grpc::internal::StreamedUnaryHandler< + ::viam::app::v1::DeprecateRegistryItemVersionRequest, ::viam::app::v1::DeprecateRegistryItemVersionResponse>( + [this](::grpc::ServerContext* context, + ::grpc::ServerUnaryStreamer< + ::viam::app::v1::DeprecateRegistryItemVersionRequest, ::viam::app::v1::DeprecateRegistryItemVersionResponse>* streamer) { + return this->StreamedDeprecateRegistryItemVersion(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_DeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status DeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::DeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedDeprecateRegistryItemVersion(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::DeprecateRegistryItemVersionRequest,::viam::app::v1::DeprecateRegistryItemVersionResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_UndeprecateRegistryItemVersion : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_UndeprecateRegistryItemVersion() { + ::grpc::Service::MarkMethodStreamed(105, + new ::grpc::internal::StreamedUnaryHandler< + ::viam::app::v1::UndeprecateRegistryItemVersionRequest, ::viam::app::v1::UndeprecateRegistryItemVersionResponse>( + [this](::grpc::ServerContext* context, + ::grpc::ServerUnaryStreamer< + ::viam::app::v1::UndeprecateRegistryItemVersionRequest, ::viam::app::v1::UndeprecateRegistryItemVersionResponse>* streamer) { + return this->StreamedUndeprecateRegistryItemVersion(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_UndeprecateRegistryItemVersion() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status UndeprecateRegistryItemVersion(::grpc::ServerContext* /*context*/, const ::viam::app::v1::UndeprecateRegistryItemVersionRequest* /*request*/, ::viam::app::v1::UndeprecateRegistryItemVersionResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedUndeprecateRegistryItemVersion(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::UndeprecateRegistryItemVersionRequest,::viam::app::v1::UndeprecateRegistryItemVersionResponse>* server_unary_streamer) = 0; + }; + template class WithStreamedUnaryMethod_CreateKey : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_CreateKey() { - ::grpc::Service::MarkMethodStreamed(102, + ::grpc::Service::MarkMethodStreamed(106, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse>( [this](::grpc::ServerContext* context, @@ -18161,7 +18789,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_DeleteKey() { - ::grpc::Service::MarkMethodStreamed(103, + ::grpc::Service::MarkMethodStreamed(107, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::DeleteKeyRequest, ::viam::app::v1::DeleteKeyResponse>( [this](::grpc::ServerContext* context, @@ -18188,7 +18816,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_ListKeys() { - ::grpc::Service::MarkMethodStreamed(104, + ::grpc::Service::MarkMethodStreamed(108, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::ListKeysRequest, ::viam::app::v1::ListKeysResponse>( [this](::grpc::ServerContext* context, @@ -18215,7 +18843,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_RenameKey() { - ::grpc::Service::MarkMethodStreamed(105, + ::grpc::Service::MarkMethodStreamed(109, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::RenameKeyRequest, ::viam::app::v1::RenameKeyResponse>( [this](::grpc::ServerContext* context, @@ -18242,7 +18870,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_RotateKey() { - ::grpc::Service::MarkMethodStreamed(106, + ::grpc::Service::MarkMethodStreamed(110, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::RotateKeyRequest, ::viam::app::v1::RotateKeyResponse>( [this](::grpc::ServerContext* context, @@ -18269,7 +18897,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_CreateKeyFromExistingKeyAuthorizations() { - ::grpc::Service::MarkMethodStreamed(107, + ::grpc::Service::MarkMethodStreamed(111, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>( [this](::grpc::ServerContext* context, @@ -18296,7 +18924,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_GetAppContent() { - ::grpc::Service::MarkMethodStreamed(108, + ::grpc::Service::MarkMethodStreamed(112, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::GetAppContentRequest, ::viam::app::v1::GetAppContentResponse>( [this](::grpc::ServerContext* context, @@ -18323,7 +18951,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_GetAppBranding() { - ::grpc::Service::MarkMethodStreamed(109, + ::grpc::Service::MarkMethodStreamed(113, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::GetAppBrandingRequest, ::viam::app::v1::GetAppBrandingResponse>( [this](::grpc::ServerContext* context, @@ -18350,7 +18978,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_UploadDevicePushToken() { - ::grpc::Service::MarkMethodStreamed(110, + ::grpc::Service::MarkMethodStreamed(114, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::UploadDevicePushTokenRequest, ::viam::app::v1::UploadDevicePushTokenResponse>( [this](::grpc::ServerContext* context, @@ -18377,7 +19005,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_DeleteDevicePushToken() { - ::grpc::Service::MarkMethodStreamed(111, + ::grpc::Service::MarkMethodStreamed(115, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::DeleteDevicePushTokenRequest, ::viam::app::v1::DeleteDevicePushTokenResponse>( [this](::grpc::ServerContext* context, @@ -18404,7 +19032,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_GetDevicePushTokens() { - ::grpc::Service::MarkMethodStreamed(112, + ::grpc::Service::MarkMethodStreamed(116, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::GetDevicePushTokensRequest, ::viam::app::v1::GetDevicePushTokensResponse>( [this](::grpc::ServerContext* context, @@ -18431,7 +19059,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_SetFirebaseConfig() { - ::grpc::Service::MarkMethodStreamed(113, + ::grpc::Service::MarkMethodStreamed(117, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::SetFirebaseConfigRequest, ::viam::app::v1::SetFirebaseConfigResponse>( [this](::grpc::ServerContext* context, @@ -18458,7 +19086,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_GetFirebaseConfig() { - ::grpc::Service::MarkMethodStreamed(114, + ::grpc::Service::MarkMethodStreamed(118, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::GetFirebaseConfigRequest, ::viam::app::v1::GetFirebaseConfigResponse>( [this](::grpc::ServerContext* context, @@ -18485,7 +19113,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_DeleteFirebaseConfig() { - ::grpc::Service::MarkMethodStreamed(115, + ::grpc::Service::MarkMethodStreamed(119, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::DeleteFirebaseConfigRequest, ::viam::app::v1::DeleteFirebaseConfigResponse>( [this](::grpc::ServerContext* context, @@ -18506,7 +19134,7 @@ class AppService final { // replace default version of method with streamed unary virtual ::grpc::Status StreamedDeleteFirebaseConfig(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::DeleteFirebaseConfigRequest,::viam::app::v1::DeleteFirebaseConfigResponse>* server_unary_streamer) = 0; }; - typedef WithStreamedUnaryMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedUnaryService; + typedef WithStreamedUnaryMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedUnaryService; template class WithSplitStreamingMethod_TailRobotPartLogs : public BaseClass { private: @@ -18535,7 +19163,7 @@ class AppService final { virtual ::grpc::Status StreamedTailRobotPartLogs(::grpc::ServerContext* context, ::grpc::ServerSplitStreamer< ::viam::app::v1::TailRobotPartLogsRequest,::viam::app::v1::TailRobotPartLogsResponse>* server_split_streamer) = 0; }; typedef WithSplitStreamingMethod_TailRobotPartLogs SplitStreamedService; - typedef WithStreamedUnaryMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedService; + typedef WithStreamedUnaryMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedService; }; // Users diff --git a/src/viam/api/app/v1/app.pb.cc b/src/viam/api/app/v1/app.pb.cc index 22b34224f..8f7b54386 100644 --- a/src/viam/api/app/v1/app.pb.cc +++ b/src/viam/api/app/v1/app.pb.cc @@ -1610,7 +1610,8 @@ PROTOBUF_CONSTEXPR FragmentImport::FragmentImport( : variables_(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized{}) , fragment_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) , version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , prefix_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + , prefix_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , fragment_variables_(nullptr){} struct FragmentImportDefaultTypeInternal { PROTOBUF_CONSTEXPR FragmentImportDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -2506,7 +2507,8 @@ PROTOBUF_CONSTEXPR ModuleVersion::ModuleVersion( , version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) , entrypoint_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) , first_run_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , markdown_description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + , markdown_description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , deprecated_status_(nullptr){} struct ModuleVersionDefaultTypeInternal { PROTOBUF_CONSTEXPR ModuleVersionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -2597,6 +2599,19 @@ struct MLTrainingMetadataDefaultTypeInternal { }; }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MLTrainingMetadataDefaultTypeInternal _MLTrainingMetadata_default_instance_; +PROTOBUF_CONSTEXPR DeprecatedStatus::DeprecatedStatus( + ::_pbi::ConstantInitialized) + : message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , deprecated_at_(nullptr){} +struct DeprecatedStatusDefaultTypeInternal { + PROTOBUF_CONSTEXPR DeprecatedStatusDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~DeprecatedStatusDefaultTypeInternal() {} + union { + DeprecatedStatus _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeprecatedStatusDefaultTypeInternal _DeprecatedStatus_default_instance_; PROTOBUF_CONSTEXPR RegistryItem::RegistryItem( ::_pbi::ConstantInitialized) : item_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) @@ -2607,6 +2622,7 @@ PROTOBUF_CONSTEXPR RegistryItem::RegistryItem( , description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) , created_at_(nullptr) , updated_at_(nullptr) + , deprecated_status_(nullptr) , type_(0) , visibility_(0) @@ -2818,6 +2834,53 @@ struct TransferRegistryItemResponseDefaultTypeInternal { }; }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TransferRegistryItemResponseDefaultTypeInternal _TransferRegistryItemResponse_default_instance_; +PROTOBUF_CONSTEXPR DeprecateRegistryItemRequest::DeprecateRegistryItemRequest( + ::_pbi::ConstantInitialized) + : item_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} +struct DeprecateRegistryItemRequestDefaultTypeInternal { + PROTOBUF_CONSTEXPR DeprecateRegistryItemRequestDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~DeprecateRegistryItemRequestDefaultTypeInternal() {} + union { + DeprecateRegistryItemRequest _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeprecateRegistryItemRequestDefaultTypeInternal _DeprecateRegistryItemRequest_default_instance_; +PROTOBUF_CONSTEXPR DeprecateRegistryItemResponse::DeprecateRegistryItemResponse( + ::_pbi::ConstantInitialized){} +struct DeprecateRegistryItemResponseDefaultTypeInternal { + PROTOBUF_CONSTEXPR DeprecateRegistryItemResponseDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~DeprecateRegistryItemResponseDefaultTypeInternal() {} + union { + DeprecateRegistryItemResponse _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeprecateRegistryItemResponseDefaultTypeInternal _DeprecateRegistryItemResponse_default_instance_; +PROTOBUF_CONSTEXPR UndeprecateRegistryItemRequest::UndeprecateRegistryItemRequest( + ::_pbi::ConstantInitialized) + : item_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} +struct UndeprecateRegistryItemRequestDefaultTypeInternal { + PROTOBUF_CONSTEXPR UndeprecateRegistryItemRequestDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~UndeprecateRegistryItemRequestDefaultTypeInternal() {} + union { + UndeprecateRegistryItemRequest _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UndeprecateRegistryItemRequestDefaultTypeInternal _UndeprecateRegistryItemRequest_default_instance_; +PROTOBUF_CONSTEXPR UndeprecateRegistryItemResponse::UndeprecateRegistryItemResponse( + ::_pbi::ConstantInitialized){} +struct UndeprecateRegistryItemResponseDefaultTypeInternal { + PROTOBUF_CONSTEXPR UndeprecateRegistryItemResponseDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~UndeprecateRegistryItemResponseDefaultTypeInternal() {} + union { + UndeprecateRegistryItemResponse _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UndeprecateRegistryItemResponseDefaultTypeInternal _UndeprecateRegistryItemResponse_default_instance_; PROTOBUF_CONSTEXPR CreateModuleRequest::CreateModuleRequest( ::_pbi::ConstantInitialized) : organization_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) @@ -3050,6 +3113,7 @@ PROTOBUF_CONSTEXPR Module::Module( , public_namespace_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) , first_run_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) , markdown_description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , deprecated_status_(nullptr) , total_robot_usage_(int64_t{0}) , total_organization_usage_(int64_t{0}) , visibility_(0) @@ -3071,7 +3135,8 @@ PROTOBUF_CONSTEXPR VersionHistory::VersionHistory( , version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) , entrypoint_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) , first_run_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , markdown_description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + , markdown_description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , deprecated_status_(nullptr){} struct VersionHistoryDefaultTypeInternal { PROTOBUF_CONSTEXPR VersionHistoryDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -3119,6 +3184,55 @@ struct ListModulesResponseDefaultTypeInternal { }; }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ListModulesResponseDefaultTypeInternal _ListModulesResponse_default_instance_; +PROTOBUF_CONSTEXPR DeprecateRegistryItemVersionRequest::DeprecateRegistryItemVersionRequest( + ::_pbi::ConstantInitialized) + : item_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} +struct DeprecateRegistryItemVersionRequestDefaultTypeInternal { + PROTOBUF_CONSTEXPR DeprecateRegistryItemVersionRequestDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~DeprecateRegistryItemVersionRequestDefaultTypeInternal() {} + union { + DeprecateRegistryItemVersionRequest _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeprecateRegistryItemVersionRequestDefaultTypeInternal _DeprecateRegistryItemVersionRequest_default_instance_; +PROTOBUF_CONSTEXPR DeprecateRegistryItemVersionResponse::DeprecateRegistryItemVersionResponse( + ::_pbi::ConstantInitialized){} +struct DeprecateRegistryItemVersionResponseDefaultTypeInternal { + PROTOBUF_CONSTEXPR DeprecateRegistryItemVersionResponseDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~DeprecateRegistryItemVersionResponseDefaultTypeInternal() {} + union { + DeprecateRegistryItemVersionResponse _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeprecateRegistryItemVersionResponseDefaultTypeInternal _DeprecateRegistryItemVersionResponse_default_instance_; +PROTOBUF_CONSTEXPR UndeprecateRegistryItemVersionRequest::UndeprecateRegistryItemVersionRequest( + ::_pbi::ConstantInitialized) + : item_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} +struct UndeprecateRegistryItemVersionRequestDefaultTypeInternal { + PROTOBUF_CONSTEXPR UndeprecateRegistryItemVersionRequestDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~UndeprecateRegistryItemVersionRequestDefaultTypeInternal() {} + union { + UndeprecateRegistryItemVersionRequest _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UndeprecateRegistryItemVersionRequestDefaultTypeInternal _UndeprecateRegistryItemVersionRequest_default_instance_; +PROTOBUF_CONSTEXPR UndeprecateRegistryItemVersionResponse::UndeprecateRegistryItemVersionResponse( + ::_pbi::ConstantInitialized){} +struct UndeprecateRegistryItemVersionResponseDefaultTypeInternal { + PROTOBUF_CONSTEXPR UndeprecateRegistryItemVersionResponseDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~UndeprecateRegistryItemVersionResponseDefaultTypeInternal() {} + union { + UndeprecateRegistryItemVersionResponse _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UndeprecateRegistryItemVersionResponseDefaultTypeInternal _UndeprecateRegistryItemVersionResponse_default_instance_; PROTOBUF_CONSTEXPR GetUserIDByEmailRequest::GetUserIDByEmailRequest( ::_pbi::ConstantInitialized) : email_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} @@ -3930,7 +4044,7 @@ PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORIT } // namespace v1 } // namespace app } // namespace viam -static ::_pb::Metadata file_level_metadata_app_2fv1_2fapp_2eproto[293]; +static ::_pb::Metadata file_level_metadata_app_2fv1_2fapp_2eproto[302]; static const ::_pb::EnumDescriptor* file_level_enum_descriptors_app_2fv1_2fapp_2eproto[14]; static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_app_2fv1_2fapp_2eproto = nullptr; @@ -5018,10 +5132,12 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA PROTOBUF_FIELD_OFFSET(::viam::app::v1::FragmentImport, version_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::FragmentImport, prefix_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::FragmentImport, variables_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::FragmentImport, fragment_variables_), ~0u, ~0u, 0, ~0u, + 1, ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::viam::app::v1::ResolvedFragment, _internal_metadata_), ~0u, // no _extensions_ @@ -5611,6 +5727,7 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA PROTOBUF_FIELD_OFFSET(::viam::app::v1::ModuleVersion, first_run_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::ModuleVersion, markdown_description_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::ModuleVersion, apps_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::ModuleVersion, deprecated_status_), ~0u, ~0u, ~0u, @@ -5618,6 +5735,7 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA 0, 1, ~0u, + 2, PROTOBUF_FIELD_OFFSET(::viam::app::v1::ModuleMetadata, _has_bits_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::ModuleMetadata, _internal_metadata_), ~0u, // no _extensions_ @@ -5677,6 +5795,14 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA PROTOBUF_FIELD_OFFSET(::viam::app::v1::MLTrainingMetadata, model_framework_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::MLTrainingMetadata, draft_), ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecatedStatus, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _inlined_string_donated_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecatedStatus, deprecated_at_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecatedStatus, message_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::RegistryItem, _has_bits_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::RegistryItem, _internal_metadata_), ~0u, // no _extensions_ PROTOBUF_FIELD_OFFSET(::viam::app::v1::RegistryItem, _oneof_case_[0]), @@ -5699,7 +5825,26 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA ::_pbi::kInvalidFieldOffsetTag, PROTOBUF_FIELD_OFFSET(::viam::app::v1::RegistryItem, created_at_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::RegistryItem, updated_at_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::RegistryItem, deprecated_status_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::RegistryItem, metadata_), + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + ~0u, + 0, PROTOBUF_FIELD_OFFSET(::viam::app::v1::GetRegistryItemRequest, _has_bits_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::GetRegistryItemRequest, _internal_metadata_), ~0u, // no _extensions_ @@ -5841,6 +5986,33 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecateRegistryItemRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _inlined_string_donated_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecateRegistryItemRequest, item_id_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecateRegistryItemRequest, message_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecateRegistryItemResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _inlined_string_donated_ + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::UndeprecateRegistryItemRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _inlined_string_donated_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::UndeprecateRegistryItemRequest, item_id_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::UndeprecateRegistryItemResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _inlined_string_donated_ + ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::viam::app::v1::CreateModuleRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ @@ -6027,6 +6199,7 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA PROTOBUF_FIELD_OFFSET(::viam::app::v1::Module, first_run_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::Module, markdown_description_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::Module, apps_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::Module, deprecated_status_), ~0u, ~0u, ~0u, @@ -6042,6 +6215,7 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA 0, 1, ~0u, + 2, PROTOBUF_FIELD_OFFSET(::viam::app::v1::VersionHistory, _has_bits_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::VersionHistory, _internal_metadata_), ~0u, // no _extensions_ @@ -6055,6 +6229,7 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA PROTOBUF_FIELD_OFFSET(::viam::app::v1::VersionHistory, first_run_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::VersionHistory, markdown_description_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::VersionHistory, apps_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::VersionHistory, deprecated_status_), ~0u, ~0u, ~0u, @@ -6062,6 +6237,7 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA 0, 1, ~0u, + 2, ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::viam::app::v1::Uploads, _internal_metadata_), ~0u, // no _extensions_ @@ -6088,6 +6264,35 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA ~0u, // no _inlined_string_donated_ PROTOBUF_FIELD_OFFSET(::viam::app::v1::ListModulesResponse, modules_), ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecateRegistryItemVersionRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _inlined_string_donated_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecateRegistryItemVersionRequest, item_id_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecateRegistryItemVersionRequest, version_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecateRegistryItemVersionRequest, message_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeprecateRegistryItemVersionResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _inlined_string_donated_ + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::UndeprecateRegistryItemVersionRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _inlined_string_donated_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::UndeprecateRegistryItemVersionRequest, item_id_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::UndeprecateRegistryItemVersionRequest, version_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::UndeprecateRegistryItemVersionResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + ~0u, // no _inlined_string_donated_ + ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::viam::app::v1::GetUserIDByEmailRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ @@ -6720,179 +6925,188 @@ static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protode { 1038, -1, -1, sizeof(::viam::app::v1::FragmentError)}, { 1047, 1058, -1, sizeof(::viam::app::v1::FragmentUsage)}, { 1063, 1071, -1, sizeof(::viam::app::v1::FragmentImport_VariablesEntry_DoNotUse)}, - { 1073, 1083, -1, sizeof(::viam::app::v1::FragmentImport)}, - { 1087, -1, -1, sizeof(::viam::app::v1::ResolvedFragment)}, - { 1097, -1, -1, sizeof(::viam::app::v1::ListFragmentsRequest)}, - { 1106, -1, -1, sizeof(::viam::app::v1::ListFragmentsResponse)}, - { 1114, 1123, -1, sizeof(::viam::app::v1::GetFragmentRequest)}, - { 1126, -1, -1, sizeof(::viam::app::v1::GetFragmentResponse)}, - { 1136, 1146, -1, sizeof(::viam::app::v1::CreateFragmentRequest)}, - { 1150, -1, -1, sizeof(::viam::app::v1::CreateFragmentResponse)}, - { 1157, 1169, -1, sizeof(::viam::app::v1::UpdateFragmentRequest)}, - { 1175, -1, -1, sizeof(::viam::app::v1::UpdateFragmentResponse)}, - { 1182, -1, -1, sizeof(::viam::app::v1::DeleteFragmentRequest)}, - { 1189, -1, -1, sizeof(::viam::app::v1::DeleteFragmentResponse)}, - { 1195, 1204, -1, sizeof(::viam::app::v1::GetFragmentHistoryRequest)}, - { 1207, -1, -1, sizeof(::viam::app::v1::GetFragmentHistoryResponse)}, - { 1215, -1, -1, sizeof(::viam::app::v1::GetFragmentUsageRequest)}, - { 1222, -1, -1, sizeof(::viam::app::v1::GetFragmentUsageResponse)}, - { 1229, -1, -1, sizeof(::viam::app::v1::SetFragmentTagRequest)}, - { 1238, -1, -1, sizeof(::viam::app::v1::SetFragmentTagResponse)}, - { 1245, -1, -1, sizeof(::viam::app::v1::DeleteFragmentTagRequest)}, - { 1253, -1, -1, sizeof(::viam::app::v1::DeleteFragmentTagResponse)}, - { 1260, -1, -1, sizeof(::viam::app::v1::ListRobotsRequest)}, - { 1267, -1, -1, sizeof(::viam::app::v1::ListRobotsForLocationsRequest)}, - { 1274, -1, -1, sizeof(::viam::app::v1::ListRobotsForOrgRequest)}, - { 1281, 1289, -1, sizeof(::viam::app::v1::AdditionalFragment)}, - { 1291, 1299, -1, sizeof(::viam::app::v1::ListNestedFragmentsRequest)}, - { 1301, -1, -1, sizeof(::viam::app::v1::ListNestedFragmentsResponse)}, - { 1309, -1, -1, sizeof(::viam::app::v1::ListMachineFragmentsRequest)}, - { 1318, -1, -1, sizeof(::viam::app::v1::ListMachineFragmentsResponse)}, - { 1326, 1336, -1, sizeof(::viam::app::v1::ListMachineSummariesRequest)}, - { 1340, -1, -1, sizeof(::viam::app::v1::ListMachineSummariesResponse)}, - { 1347, -1, -1, sizeof(::viam::app::v1::LocationSummary)}, - { 1356, -1, -1, sizeof(::viam::app::v1::MachineSummary)}, - { 1365, -1, -1, sizeof(::viam::app::v1::FragmentSummary)}, - { 1373, -1, -1, sizeof(::viam::app::v1::ViamServerVersion)}, - { 1382, -1, -1, sizeof(::viam::app::v1::ViamAgentVersion)}, - { 1391, 1411, -1, sizeof(::viam::app::v1::PartSummary)}, - { 1425, -1, -1, sizeof(::viam::app::v1::ListRobotsResponse)}, - { 1432, -1, -1, sizeof(::viam::app::v1::ListRobotsForLocationsResponse)}, - { 1439, -1, -1, sizeof(::viam::app::v1::ListRobotsForOrgResponse)}, - { 1446, -1, -1, sizeof(::viam::app::v1::NewRobotRequest)}, - { 1454, -1, -1, sizeof(::viam::app::v1::NewRobotResponse)}, - { 1461, -1, -1, sizeof(::viam::app::v1::UpdateRobotRequest)}, - { 1470, -1, -1, sizeof(::viam::app::v1::UpdateRobotResponse)}, - { 1477, -1, -1, sizeof(::viam::app::v1::DeleteRobotRequest)}, - { 1484, -1, -1, sizeof(::viam::app::v1::DeleteRobotResponse)}, - { 1490, -1, -1, sizeof(::viam::app::v1::GetRobotMetadataRequest)}, - { 1497, -1, -1, sizeof(::viam::app::v1::GetRobotMetadataResponse)}, - { 1504, -1, -1, sizeof(::viam::app::v1::UpdateRobotMetadataRequest)}, - { 1512, -1, -1, sizeof(::viam::app::v1::UpdateRobotMetadataResponse)}, - { 1518, -1, -1, sizeof(::viam::app::v1::MarkPartAsMainRequest)}, - { 1525, -1, -1, sizeof(::viam::app::v1::MarkPartAsMainResponse)}, - { 1531, -1, -1, sizeof(::viam::app::v1::MarkPartForRestartRequest)}, - { 1538, -1, -1, sizeof(::viam::app::v1::MarkPartForRestartResponse)}, - { 1544, -1, -1, sizeof(::viam::app::v1::CreateRobotPartSecretRequest)}, - { 1551, -1, -1, sizeof(::viam::app::v1::CreateRobotPartSecretResponse)}, - { 1558, -1, -1, sizeof(::viam::app::v1::DeleteRobotPartSecretRequest)}, - { 1566, -1, -1, sizeof(::viam::app::v1::DeleteRobotPartSecretResponse)}, - { 1572, -1, -1, sizeof(::viam::app::v1::Authorization)}, - { 1585, -1, -1, sizeof(::viam::app::v1::AddRoleRequest)}, - { 1592, -1, -1, sizeof(::viam::app::v1::AddRoleResponse)}, - { 1598, -1, -1, sizeof(::viam::app::v1::RemoveRoleRequest)}, - { 1605, -1, -1, sizeof(::viam::app::v1::RemoveRoleResponse)}, - { 1611, -1, -1, sizeof(::viam::app::v1::ChangeRoleRequest)}, - { 1619, -1, -1, sizeof(::viam::app::v1::ChangeRoleResponse)}, - { 1625, -1, -1, sizeof(::viam::app::v1::ListAuthorizationsRequest)}, - { 1633, -1, -1, sizeof(::viam::app::v1::ListAuthorizationsResponse)}, - { 1640, -1, -1, sizeof(::viam::app::v1::CheckPermissionsRequest)}, - { 1647, -1, -1, sizeof(::viam::app::v1::AuthorizedPermissions)}, - { 1656, -1, -1, sizeof(::viam::app::v1::CheckPermissionsResponse)}, - { 1663, 1676, -1, sizeof(::viam::app::v1::ModuleVersion)}, - { 1683, 1697, -1, sizeof(::viam::app::v1::ModuleMetadata)}, - { 1705, -1, -1, sizeof(::viam::app::v1::MLModelVersion)}, - { 1713, -1, -1, sizeof(::viam::app::v1::MLModelMetadata)}, - { 1723, -1, -1, sizeof(::viam::app::v1::MLTrainingVersion)}, - { 1731, -1, -1, sizeof(::viam::app::v1::MLTrainingMetadata)}, - { 1741, -1, -1, sizeof(::viam::app::v1::RegistryItem)}, - { 1765, 1773, -1, sizeof(::viam::app::v1::GetRegistryItemRequest)}, - { 1775, -1, -1, sizeof(::viam::app::v1::GetRegistryItemResponse)}, - { 1782, -1, -1, sizeof(::viam::app::v1::CreateRegistryItemRequest)}, - { 1791, -1, -1, sizeof(::viam::app::v1::CreateRegistryItemResponse)}, - { 1797, 1813, -1, sizeof(::viam::app::v1::UpdateRegistryItemRequest)}, - { 1822, -1, -1, sizeof(::viam::app::v1::UpdateRegistryItemResponse)}, - { 1828, 1845, -1, sizeof(::viam::app::v1::ListRegistryItemsRequest)}, - { 1856, -1, -1, sizeof(::viam::app::v1::ListRegistryItemsResponse)}, - { 1863, -1, -1, sizeof(::viam::app::v1::DeleteRegistryItemRequest)}, - { 1870, -1, -1, sizeof(::viam::app::v1::DeleteRegistryItemResponse)}, - { 1876, -1, -1, sizeof(::viam::app::v1::RenameRegistryItemRequest)}, - { 1884, -1, -1, sizeof(::viam::app::v1::RenameRegistryItemResponse)}, - { 1891, -1, -1, sizeof(::viam::app::v1::TransferRegistryItemRequest)}, - { 1899, -1, -1, sizeof(::viam::app::v1::TransferRegistryItemResponse)}, - { 1905, -1, -1, sizeof(::viam::app::v1::CreateModuleRequest)}, - { 1913, -1, -1, sizeof(::viam::app::v1::CreateModuleResponse)}, - { 1921, 1936, -1, sizeof(::viam::app::v1::UpdateModuleRequest)}, - { 1945, -1, -1, sizeof(::viam::app::v1::AllowedOrgIDs)}, - { 1952, 1965, -1, sizeof(::viam::app::v1::App)}, - { 1972, -1, -1, sizeof(::viam::app::v1::UpdateModuleResponse)}, - { 1979, 1990, -1, sizeof(::viam::app::v1::UpdateModuleMetadata)}, - { 1995, -1, -1, sizeof(::viam::app::v1::UpdateMLModelMetadata)}, - { 2003, -1, -1, sizeof(::viam::app::v1::UpdateMLTrainingMetadata)}, - { 2012, 2023, -1, sizeof(::viam::app::v1::Model)}, - { 2028, -1, -1, sizeof(::viam::app::v1::ModuleFileInfo)}, - { 2038, -1, -1, sizeof(::viam::app::v1::UploadModuleFileRequest)}, - { 2047, -1, -1, sizeof(::viam::app::v1::UploadModuleFileResponse)}, - { 2054, 2062, -1, sizeof(::viam::app::v1::GetModuleRequest)}, - { 2064, -1, -1, sizeof(::viam::app::v1::GetModuleResponse)}, - { 2071, 2092, -1, sizeof(::viam::app::v1::Module)}, - { 2107, 2120, -1, sizeof(::viam::app::v1::VersionHistory)}, - { 2127, -1, -1, sizeof(::viam::app::v1::Uploads)}, - { 2135, 2143, -1, sizeof(::viam::app::v1::ListModulesRequest)}, - { 2145, -1, -1, sizeof(::viam::app::v1::ListModulesResponse)}, - { 2152, -1, -1, sizeof(::viam::app::v1::GetUserIDByEmailRequest)}, - { 2159, -1, -1, sizeof(::viam::app::v1::GetUserIDByEmailResponse)}, - { 2166, -1, -1, sizeof(::viam::app::v1::ListOrganizationsByUserRequest)}, - { 2173, 2184, -1, sizeof(::viam::app::v1::OrgDetails)}, - { 2189, -1, -1, sizeof(::viam::app::v1::ListOrganizationsByUserResponse)}, - { 2196, 2206, -1, sizeof(::viam::app::v1::SearchOrganizationsRequest)}, - { 2210, -1, -1, sizeof(::viam::app::v1::SearchOrganizationsResponse)}, - { 2217, -1, -1, sizeof(::viam::app::v1::CreateKeyRequest)}, - { 2225, -1, -1, sizeof(::viam::app::v1::CreateKeyResponse)}, - { 2233, -1, -1, sizeof(::viam::app::v1::DeleteKeyRequest)}, - { 2240, -1, -1, sizeof(::viam::app::v1::DeleteKeyResponse)}, - { 2246, -1, -1, sizeof(::viam::app::v1::RenameKeyRequest)}, - { 2254, -1, -1, sizeof(::viam::app::v1::RenameKeyResponse)}, - { 2262, -1, -1, sizeof(::viam::app::v1::AuthorizationDetails)}, - { 2273, -1, -1, sizeof(::viam::app::v1::APIKeyWithAuthorizations)}, - { 2281, -1, -1, sizeof(::viam::app::v1::ListKeysRequest)}, - { 2288, -1, -1, sizeof(::viam::app::v1::ListKeysResponse)}, - { 2295, -1, -1, sizeof(::viam::app::v1::RotateKeyRequest)}, - { 2302, -1, -1, sizeof(::viam::app::v1::RotateKeyResponse)}, - { 2310, -1, -1, sizeof(::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest)}, - { 2317, -1, -1, sizeof(::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse)}, - { 2325, -1, -1, sizeof(::viam::app::v1::GetAppContentRequest)}, - { 2333, -1, -1, sizeof(::viam::app::v1::GetAppContentResponse)}, - { 2343, -1, -1, sizeof(::viam::app::v1::OrganizationSetLogoRequest)}, - { 2351, -1, -1, sizeof(::viam::app::v1::OrganizationSetLogoResponse)}, - { 2357, -1, -1, sizeof(::viam::app::v1::OrganizationGetLogoRequest)}, - { 2364, -1, -1, sizeof(::viam::app::v1::OrganizationGetLogoResponse)}, - { 2371, -1, -1, sizeof(::viam::app::v1::EnableAuthServiceRequest)}, - { 2378, -1, -1, sizeof(::viam::app::v1::EnableAuthServiceResponse)}, - { 2384, -1, -1, sizeof(::viam::app::v1::DisableAuthServiceRequest)}, - { 2391, -1, -1, sizeof(::viam::app::v1::DisableAuthServiceResponse)}, - { 2397, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppRequest)}, - { 2406, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppResponse)}, - { 2414, -1, -1, sizeof(::viam::app::v1::ReadOAuthAppRequest)}, - { 2422, -1, -1, sizeof(::viam::app::v1::ReadOAuthAppResponse)}, - { 2431, -1, -1, sizeof(::viam::app::v1::UpdateOAuthAppRequest)}, - { 2441, -1, -1, sizeof(::viam::app::v1::UpdateOAuthAppResponse)}, - { 2447, -1, -1, sizeof(::viam::app::v1::DeleteOAuthAppRequest)}, - { 2455, -1, -1, sizeof(::viam::app::v1::DeleteOAuthAppResponse)}, - { 2461, -1, -1, sizeof(::viam::app::v1::ListOAuthAppsRequest)}, - { 2468, -1, -1, sizeof(::viam::app::v1::ListOAuthAppsResponse)}, - { 2475, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppUserRequest)}, - { 2487, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppUserResponse)}, - { 2497, -1, -1, sizeof(::viam::app::v1::OAuthConfig)}, - { 2511, -1, -1, sizeof(::viam::app::v1::GetAppBrandingRequest)}, - { 2519, 2527, -1, sizeof(::viam::app::v1::TextOverrides_FieldsEntry_DoNotUse)}, - { 2529, -1, -1, sizeof(::viam::app::v1::TextOverrides)}, - { 2536, 2544, -1, sizeof(::viam::app::v1::GetAppBrandingResponse_TextCustomizationsEntry_DoNotUse)}, - { 2546, 2556, -1, sizeof(::viam::app::v1::GetAppBrandingResponse)}, - { 2560, -1, -1, sizeof(::viam::app::v1::AppCustomizations)}, - { 2567, 2575, -1, sizeof(::viam::app::v1::MachinePickerCustomizations)}, - { 2577, -1, -1, sizeof(::viam::app::v1::UploadDevicePushTokenRequest)}, - { 2586, -1, -1, sizeof(::viam::app::v1::UploadDevicePushTokenResponse)}, - { 2592, -1, -1, sizeof(::viam::app::v1::DeleteDevicePushTokenRequest)}, - { 2600, -1, -1, sizeof(::viam::app::v1::DeleteDevicePushTokenResponse)}, - { 2606, -1, -1, sizeof(::viam::app::v1::GetDevicePushTokensRequest)}, - { 2613, -1, -1, sizeof(::viam::app::v1::GetDevicePushTokensResponse)}, - { 2620, -1, -1, sizeof(::viam::app::v1::SetFirebaseConfigRequest)}, - { 2629, -1, -1, sizeof(::viam::app::v1::SetFirebaseConfigResponse)}, - { 2635, -1, -1, sizeof(::viam::app::v1::GetFirebaseConfigRequest)}, - { 2642, -1, -1, sizeof(::viam::app::v1::GetFirebaseConfigResponse)}, - { 2649, -1, -1, sizeof(::viam::app::v1::DeleteFirebaseConfigRequest)}, - { 2657, -1, -1, sizeof(::viam::app::v1::DeleteFirebaseConfigResponse)}, + { 1073, 1084, -1, sizeof(::viam::app::v1::FragmentImport)}, + { 1089, -1, -1, sizeof(::viam::app::v1::ResolvedFragment)}, + { 1099, -1, -1, sizeof(::viam::app::v1::ListFragmentsRequest)}, + { 1108, -1, -1, sizeof(::viam::app::v1::ListFragmentsResponse)}, + { 1116, 1125, -1, sizeof(::viam::app::v1::GetFragmentRequest)}, + { 1128, -1, -1, sizeof(::viam::app::v1::GetFragmentResponse)}, + { 1138, 1148, -1, sizeof(::viam::app::v1::CreateFragmentRequest)}, + { 1152, -1, -1, sizeof(::viam::app::v1::CreateFragmentResponse)}, + { 1159, 1171, -1, sizeof(::viam::app::v1::UpdateFragmentRequest)}, + { 1177, -1, -1, sizeof(::viam::app::v1::UpdateFragmentResponse)}, + { 1184, -1, -1, sizeof(::viam::app::v1::DeleteFragmentRequest)}, + { 1191, -1, -1, sizeof(::viam::app::v1::DeleteFragmentResponse)}, + { 1197, 1206, -1, sizeof(::viam::app::v1::GetFragmentHistoryRequest)}, + { 1209, -1, -1, sizeof(::viam::app::v1::GetFragmentHistoryResponse)}, + { 1217, -1, -1, sizeof(::viam::app::v1::GetFragmentUsageRequest)}, + { 1224, -1, -1, sizeof(::viam::app::v1::GetFragmentUsageResponse)}, + { 1231, -1, -1, sizeof(::viam::app::v1::SetFragmentTagRequest)}, + { 1240, -1, -1, sizeof(::viam::app::v1::SetFragmentTagResponse)}, + { 1247, -1, -1, sizeof(::viam::app::v1::DeleteFragmentTagRequest)}, + { 1255, -1, -1, sizeof(::viam::app::v1::DeleteFragmentTagResponse)}, + { 1262, -1, -1, sizeof(::viam::app::v1::ListRobotsRequest)}, + { 1269, -1, -1, sizeof(::viam::app::v1::ListRobotsForLocationsRequest)}, + { 1276, -1, -1, sizeof(::viam::app::v1::ListRobotsForOrgRequest)}, + { 1283, 1291, -1, sizeof(::viam::app::v1::AdditionalFragment)}, + { 1293, 1301, -1, sizeof(::viam::app::v1::ListNestedFragmentsRequest)}, + { 1303, -1, -1, sizeof(::viam::app::v1::ListNestedFragmentsResponse)}, + { 1311, -1, -1, sizeof(::viam::app::v1::ListMachineFragmentsRequest)}, + { 1320, -1, -1, sizeof(::viam::app::v1::ListMachineFragmentsResponse)}, + { 1328, 1338, -1, sizeof(::viam::app::v1::ListMachineSummariesRequest)}, + { 1342, -1, -1, sizeof(::viam::app::v1::ListMachineSummariesResponse)}, + { 1349, -1, -1, sizeof(::viam::app::v1::LocationSummary)}, + { 1358, -1, -1, sizeof(::viam::app::v1::MachineSummary)}, + { 1367, -1, -1, sizeof(::viam::app::v1::FragmentSummary)}, + { 1375, -1, -1, sizeof(::viam::app::v1::ViamServerVersion)}, + { 1384, -1, -1, sizeof(::viam::app::v1::ViamAgentVersion)}, + { 1393, 1413, -1, sizeof(::viam::app::v1::PartSummary)}, + { 1427, -1, -1, sizeof(::viam::app::v1::ListRobotsResponse)}, + { 1434, -1, -1, sizeof(::viam::app::v1::ListRobotsForLocationsResponse)}, + { 1441, -1, -1, sizeof(::viam::app::v1::ListRobotsForOrgResponse)}, + { 1448, -1, -1, sizeof(::viam::app::v1::NewRobotRequest)}, + { 1456, -1, -1, sizeof(::viam::app::v1::NewRobotResponse)}, + { 1463, -1, -1, sizeof(::viam::app::v1::UpdateRobotRequest)}, + { 1472, -1, -1, sizeof(::viam::app::v1::UpdateRobotResponse)}, + { 1479, -1, -1, sizeof(::viam::app::v1::DeleteRobotRequest)}, + { 1486, -1, -1, sizeof(::viam::app::v1::DeleteRobotResponse)}, + { 1492, -1, -1, sizeof(::viam::app::v1::GetRobotMetadataRequest)}, + { 1499, -1, -1, sizeof(::viam::app::v1::GetRobotMetadataResponse)}, + { 1506, -1, -1, sizeof(::viam::app::v1::UpdateRobotMetadataRequest)}, + { 1514, -1, -1, sizeof(::viam::app::v1::UpdateRobotMetadataResponse)}, + { 1520, -1, -1, sizeof(::viam::app::v1::MarkPartAsMainRequest)}, + { 1527, -1, -1, sizeof(::viam::app::v1::MarkPartAsMainResponse)}, + { 1533, -1, -1, sizeof(::viam::app::v1::MarkPartForRestartRequest)}, + { 1540, -1, -1, sizeof(::viam::app::v1::MarkPartForRestartResponse)}, + { 1546, -1, -1, sizeof(::viam::app::v1::CreateRobotPartSecretRequest)}, + { 1553, -1, -1, sizeof(::viam::app::v1::CreateRobotPartSecretResponse)}, + { 1560, -1, -1, sizeof(::viam::app::v1::DeleteRobotPartSecretRequest)}, + { 1568, -1, -1, sizeof(::viam::app::v1::DeleteRobotPartSecretResponse)}, + { 1574, -1, -1, sizeof(::viam::app::v1::Authorization)}, + { 1587, -1, -1, sizeof(::viam::app::v1::AddRoleRequest)}, + { 1594, -1, -1, sizeof(::viam::app::v1::AddRoleResponse)}, + { 1600, -1, -1, sizeof(::viam::app::v1::RemoveRoleRequest)}, + { 1607, -1, -1, sizeof(::viam::app::v1::RemoveRoleResponse)}, + { 1613, -1, -1, sizeof(::viam::app::v1::ChangeRoleRequest)}, + { 1621, -1, -1, sizeof(::viam::app::v1::ChangeRoleResponse)}, + { 1627, -1, -1, sizeof(::viam::app::v1::ListAuthorizationsRequest)}, + { 1635, -1, -1, sizeof(::viam::app::v1::ListAuthorizationsResponse)}, + { 1642, -1, -1, sizeof(::viam::app::v1::CheckPermissionsRequest)}, + { 1649, -1, -1, sizeof(::viam::app::v1::AuthorizedPermissions)}, + { 1658, -1, -1, sizeof(::viam::app::v1::CheckPermissionsResponse)}, + { 1665, 1679, -1, sizeof(::viam::app::v1::ModuleVersion)}, + { 1687, 1701, -1, sizeof(::viam::app::v1::ModuleMetadata)}, + { 1709, -1, -1, sizeof(::viam::app::v1::MLModelVersion)}, + { 1717, -1, -1, sizeof(::viam::app::v1::MLModelMetadata)}, + { 1727, -1, -1, sizeof(::viam::app::v1::MLTrainingVersion)}, + { 1735, -1, -1, sizeof(::viam::app::v1::MLTrainingMetadata)}, + { 1745, -1, -1, sizeof(::viam::app::v1::DeprecatedStatus)}, + { 1753, 1778, -1, sizeof(::viam::app::v1::RegistryItem)}, + { 1796, 1804, -1, sizeof(::viam::app::v1::GetRegistryItemRequest)}, + { 1806, -1, -1, sizeof(::viam::app::v1::GetRegistryItemResponse)}, + { 1813, -1, -1, sizeof(::viam::app::v1::CreateRegistryItemRequest)}, + { 1822, -1, -1, sizeof(::viam::app::v1::CreateRegistryItemResponse)}, + { 1828, 1844, -1, sizeof(::viam::app::v1::UpdateRegistryItemRequest)}, + { 1853, -1, -1, sizeof(::viam::app::v1::UpdateRegistryItemResponse)}, + { 1859, 1876, -1, sizeof(::viam::app::v1::ListRegistryItemsRequest)}, + { 1887, -1, -1, sizeof(::viam::app::v1::ListRegistryItemsResponse)}, + { 1894, -1, -1, sizeof(::viam::app::v1::DeleteRegistryItemRequest)}, + { 1901, -1, -1, sizeof(::viam::app::v1::DeleteRegistryItemResponse)}, + { 1907, -1, -1, sizeof(::viam::app::v1::RenameRegistryItemRequest)}, + { 1915, -1, -1, sizeof(::viam::app::v1::RenameRegistryItemResponse)}, + { 1922, -1, -1, sizeof(::viam::app::v1::TransferRegistryItemRequest)}, + { 1930, -1, -1, sizeof(::viam::app::v1::TransferRegistryItemResponse)}, + { 1936, -1, -1, sizeof(::viam::app::v1::DeprecateRegistryItemRequest)}, + { 1944, -1, -1, sizeof(::viam::app::v1::DeprecateRegistryItemResponse)}, + { 1950, -1, -1, sizeof(::viam::app::v1::UndeprecateRegistryItemRequest)}, + { 1957, -1, -1, sizeof(::viam::app::v1::UndeprecateRegistryItemResponse)}, + { 1963, -1, -1, sizeof(::viam::app::v1::CreateModuleRequest)}, + { 1971, -1, -1, sizeof(::viam::app::v1::CreateModuleResponse)}, + { 1979, 1994, -1, sizeof(::viam::app::v1::UpdateModuleRequest)}, + { 2003, -1, -1, sizeof(::viam::app::v1::AllowedOrgIDs)}, + { 2010, 2023, -1, sizeof(::viam::app::v1::App)}, + { 2030, -1, -1, sizeof(::viam::app::v1::UpdateModuleResponse)}, + { 2037, 2048, -1, sizeof(::viam::app::v1::UpdateModuleMetadata)}, + { 2053, -1, -1, sizeof(::viam::app::v1::UpdateMLModelMetadata)}, + { 2061, -1, -1, sizeof(::viam::app::v1::UpdateMLTrainingMetadata)}, + { 2070, 2081, -1, sizeof(::viam::app::v1::Model)}, + { 2086, -1, -1, sizeof(::viam::app::v1::ModuleFileInfo)}, + { 2096, -1, -1, sizeof(::viam::app::v1::UploadModuleFileRequest)}, + { 2105, -1, -1, sizeof(::viam::app::v1::UploadModuleFileResponse)}, + { 2112, 2120, -1, sizeof(::viam::app::v1::GetModuleRequest)}, + { 2122, -1, -1, sizeof(::viam::app::v1::GetModuleResponse)}, + { 2129, 2151, -1, sizeof(::viam::app::v1::Module)}, + { 2167, 2181, -1, sizeof(::viam::app::v1::VersionHistory)}, + { 2189, -1, -1, sizeof(::viam::app::v1::Uploads)}, + { 2197, 2205, -1, sizeof(::viam::app::v1::ListModulesRequest)}, + { 2207, -1, -1, sizeof(::viam::app::v1::ListModulesResponse)}, + { 2214, -1, -1, sizeof(::viam::app::v1::DeprecateRegistryItemVersionRequest)}, + { 2223, -1, -1, sizeof(::viam::app::v1::DeprecateRegistryItemVersionResponse)}, + { 2229, -1, -1, sizeof(::viam::app::v1::UndeprecateRegistryItemVersionRequest)}, + { 2237, -1, -1, sizeof(::viam::app::v1::UndeprecateRegistryItemVersionResponse)}, + { 2243, -1, -1, sizeof(::viam::app::v1::GetUserIDByEmailRequest)}, + { 2250, -1, -1, sizeof(::viam::app::v1::GetUserIDByEmailResponse)}, + { 2257, -1, -1, sizeof(::viam::app::v1::ListOrganizationsByUserRequest)}, + { 2264, 2275, -1, sizeof(::viam::app::v1::OrgDetails)}, + { 2280, -1, -1, sizeof(::viam::app::v1::ListOrganizationsByUserResponse)}, + { 2287, 2297, -1, sizeof(::viam::app::v1::SearchOrganizationsRequest)}, + { 2301, -1, -1, sizeof(::viam::app::v1::SearchOrganizationsResponse)}, + { 2308, -1, -1, sizeof(::viam::app::v1::CreateKeyRequest)}, + { 2316, -1, -1, sizeof(::viam::app::v1::CreateKeyResponse)}, + { 2324, -1, -1, sizeof(::viam::app::v1::DeleteKeyRequest)}, + { 2331, -1, -1, sizeof(::viam::app::v1::DeleteKeyResponse)}, + { 2337, -1, -1, sizeof(::viam::app::v1::RenameKeyRequest)}, + { 2345, -1, -1, sizeof(::viam::app::v1::RenameKeyResponse)}, + { 2353, -1, -1, sizeof(::viam::app::v1::AuthorizationDetails)}, + { 2364, -1, -1, sizeof(::viam::app::v1::APIKeyWithAuthorizations)}, + { 2372, -1, -1, sizeof(::viam::app::v1::ListKeysRequest)}, + { 2379, -1, -1, sizeof(::viam::app::v1::ListKeysResponse)}, + { 2386, -1, -1, sizeof(::viam::app::v1::RotateKeyRequest)}, + { 2393, -1, -1, sizeof(::viam::app::v1::RotateKeyResponse)}, + { 2401, -1, -1, sizeof(::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest)}, + { 2408, -1, -1, sizeof(::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse)}, + { 2416, -1, -1, sizeof(::viam::app::v1::GetAppContentRequest)}, + { 2424, -1, -1, sizeof(::viam::app::v1::GetAppContentResponse)}, + { 2434, -1, -1, sizeof(::viam::app::v1::OrganizationSetLogoRequest)}, + { 2442, -1, -1, sizeof(::viam::app::v1::OrganizationSetLogoResponse)}, + { 2448, -1, -1, sizeof(::viam::app::v1::OrganizationGetLogoRequest)}, + { 2455, -1, -1, sizeof(::viam::app::v1::OrganizationGetLogoResponse)}, + { 2462, -1, -1, sizeof(::viam::app::v1::EnableAuthServiceRequest)}, + { 2469, -1, -1, sizeof(::viam::app::v1::EnableAuthServiceResponse)}, + { 2475, -1, -1, sizeof(::viam::app::v1::DisableAuthServiceRequest)}, + { 2482, -1, -1, sizeof(::viam::app::v1::DisableAuthServiceResponse)}, + { 2488, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppRequest)}, + { 2497, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppResponse)}, + { 2505, -1, -1, sizeof(::viam::app::v1::ReadOAuthAppRequest)}, + { 2513, -1, -1, sizeof(::viam::app::v1::ReadOAuthAppResponse)}, + { 2522, -1, -1, sizeof(::viam::app::v1::UpdateOAuthAppRequest)}, + { 2532, -1, -1, sizeof(::viam::app::v1::UpdateOAuthAppResponse)}, + { 2538, -1, -1, sizeof(::viam::app::v1::DeleteOAuthAppRequest)}, + { 2546, -1, -1, sizeof(::viam::app::v1::DeleteOAuthAppResponse)}, + { 2552, -1, -1, sizeof(::viam::app::v1::ListOAuthAppsRequest)}, + { 2559, -1, -1, sizeof(::viam::app::v1::ListOAuthAppsResponse)}, + { 2566, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppUserRequest)}, + { 2578, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppUserResponse)}, + { 2588, -1, -1, sizeof(::viam::app::v1::OAuthConfig)}, + { 2602, -1, -1, sizeof(::viam::app::v1::GetAppBrandingRequest)}, + { 2610, 2618, -1, sizeof(::viam::app::v1::TextOverrides_FieldsEntry_DoNotUse)}, + { 2620, -1, -1, sizeof(::viam::app::v1::TextOverrides)}, + { 2627, 2635, -1, sizeof(::viam::app::v1::GetAppBrandingResponse_TextCustomizationsEntry_DoNotUse)}, + { 2637, 2647, -1, sizeof(::viam::app::v1::GetAppBrandingResponse)}, + { 2651, -1, -1, sizeof(::viam::app::v1::AppCustomizations)}, + { 2658, 2666, -1, sizeof(::viam::app::v1::MachinePickerCustomizations)}, + { 2668, -1, -1, sizeof(::viam::app::v1::UploadDevicePushTokenRequest)}, + { 2677, -1, -1, sizeof(::viam::app::v1::UploadDevicePushTokenResponse)}, + { 2683, -1, -1, sizeof(::viam::app::v1::DeleteDevicePushTokenRequest)}, + { 2691, -1, -1, sizeof(::viam::app::v1::DeleteDevicePushTokenResponse)}, + { 2697, -1, -1, sizeof(::viam::app::v1::GetDevicePushTokensRequest)}, + { 2704, -1, -1, sizeof(::viam::app::v1::GetDevicePushTokensResponse)}, + { 2711, -1, -1, sizeof(::viam::app::v1::SetFirebaseConfigRequest)}, + { 2720, -1, -1, sizeof(::viam::app::v1::SetFirebaseConfigResponse)}, + { 2726, -1, -1, sizeof(::viam::app::v1::GetFirebaseConfigRequest)}, + { 2733, -1, -1, sizeof(::viam::app::v1::GetFirebaseConfigResponse)}, + { 2740, -1, -1, sizeof(::viam::app::v1::DeleteFirebaseConfigRequest)}, + { 2748, -1, -1, sizeof(::viam::app::v1::DeleteFirebaseConfigResponse)}, }; static const ::_pb::Message* const file_default_instances[] = { @@ -7091,6 +7305,7 @@ static const ::_pb::Message* const file_default_instances[] = { &::viam::app::v1::_MLModelMetadata_default_instance_._instance, &::viam::app::v1::_MLTrainingVersion_default_instance_._instance, &::viam::app::v1::_MLTrainingMetadata_default_instance_._instance, + &::viam::app::v1::_DeprecatedStatus_default_instance_._instance, &::viam::app::v1::_RegistryItem_default_instance_._instance, &::viam::app::v1::_GetRegistryItemRequest_default_instance_._instance, &::viam::app::v1::_GetRegistryItemResponse_default_instance_._instance, @@ -7106,6 +7321,10 @@ static const ::_pb::Message* const file_default_instances[] = { &::viam::app::v1::_RenameRegistryItemResponse_default_instance_._instance, &::viam::app::v1::_TransferRegistryItemRequest_default_instance_._instance, &::viam::app::v1::_TransferRegistryItemResponse_default_instance_._instance, + &::viam::app::v1::_DeprecateRegistryItemRequest_default_instance_._instance, + &::viam::app::v1::_DeprecateRegistryItemResponse_default_instance_._instance, + &::viam::app::v1::_UndeprecateRegistryItemRequest_default_instance_._instance, + &::viam::app::v1::_UndeprecateRegistryItemResponse_default_instance_._instance, &::viam::app::v1::_CreateModuleRequest_default_instance_._instance, &::viam::app::v1::_CreateModuleResponse_default_instance_._instance, &::viam::app::v1::_UpdateModuleRequest_default_instance_._instance, @@ -7126,6 +7345,10 @@ static const ::_pb::Message* const file_default_instances[] = { &::viam::app::v1::_Uploads_default_instance_._instance, &::viam::app::v1::_ListModulesRequest_default_instance_._instance, &::viam::app::v1::_ListModulesResponse_default_instance_._instance, + &::viam::app::v1::_DeprecateRegistryItemVersionRequest_default_instance_._instance, + &::viam::app::v1::_DeprecateRegistryItemVersionResponse_default_instance_._instance, + &::viam::app::v1::_UndeprecateRegistryItemVersionRequest_default_instance_._instance, + &::viam::app::v1::_UndeprecateRegistryItemVersionResponse_default_instance_._instance, &::viam::app::v1::_GetUserIDByEmailRequest_default_instance_._instance, &::viam::app::v1::_GetUserIDByEmailResponse_default_instance_._instance, &::viam::app::v1::_ListOrganizationsByUserRequest_default_instance_._instance, @@ -7596,899 +7819,940 @@ const char descriptor_table_protodef_app_2fv1_2fapp_2eproto[] PROTOBUF_SECTION_V "\022\032\n\010machines\030\003 \001(\005R\010machines\0225\n\027machines" "_in_current_org\030\004 \001(\005R\024machinesInCurrent" "Org\022\035\n\007version\030\005 \001(\tH\000R\007version\210\001\001B\n\n\010_v" - "ersion\"\373\001\n\016FragmentImport\022\037\n\013fragment_id" + "ersion\"\343\002\n\016FragmentImport\022\037\n\013fragment_id" "\030\001 \001(\tR\nfragmentId\022\030\n\007version\030\002 \001(\tR\007ver" - "sion\022\033\n\006prefix\030\003 \001(\tH\000R\006prefix\210\001\001\022H\n\tvar" + "sion\022\033\n\006prefix\030\003 \001(\tH\000R\006prefix\210\001\001\022L\n\tvar" "iables\030\004 \003(\0132*.viam.app.v1.FragmentImpor" - "t.VariablesEntryR\tvariables\032<\n\016Variables" - "Entry\022\020\n\003key\030\001 \001(\tR\003key\022\024\n\005value\030\002 \001(\tR\005" - "value:\0028\001B\t\n\007_prefix\"\303\001\n\020ResolvedFragmen" - "t\022\037\n\013fragment_id\030\001 \001(\tR\nfragmentId\022@\n\017re" - "solved_config\030\002 \001(\0132\027.google.protobuf.St" - "ructR\016resolvedConfig\0220\n\005error\030\003 \001(\0132\032.vi" - "am.app.v1.FragmentErrorR\005error\022\032\n\010revisi" - "on\030\004 \001(\tR\010revision\"\262\001\n\024ListFragmentsRequ" - "est\022\'\n\017organization_id\030\001 \001(\tR\016organizati" - "onId\022\037\n\013show_public\030\002 \001(\010R\nshowPublic\022P\n" - "\023fragment_visibility\030\003 \003(\0162\037.viam.app.v1" - ".FragmentVisibilityR\022fragmentVisibility\"" - "\221\001\n\025ListFragmentsResponse\0223\n\tfragments\030\001" - " \003(\0132\025.viam.app.v1.FragmentR\tfragments\022C" - "\n\017fragment_usages\030\002 \003(\0132\032.viam.app.v1.Fr" - "agmentUsageR\016fragmentUsages\"\207\001\n\022GetFragm" - "entRequest\022\016\n\002id\030\001 \001(\tR\002id\0226\n\027current_or" - "ganization_id\030\002 \001(\tR\025currentOrganization" - "Id\022\035\n\007version\030\003 \001(\tH\000R\007version\210\001\001B\n\n\010_ve" - "rsion\"\366\001\n\023GetFragmentResponse\0221\n\010fragmen" - "t\030\001 \001(\0132\025.viam.app.v1.FragmentR\010fragment" - "\022A\n\016fragment_usage\030\002 \001(\0132\032.viam.app.v1.F" - "ragmentUsageR\rfragmentUsage\022;\n\trevisions" - "\030\003 \003(\0132\035.viam.app.v1.FragmentRevisionR\tr" - "evisions\022,\n\004tags\030\004 \003(\0132\030.viam.app.v1.Fra" - "gmentTagR\004tags\"\332\001\n\025CreateFragmentRequest" - "\022\022\n\004name\030\001 \001(\tR\004name\022/\n\006config\030\002 \001(\0132\027.g" - "oogle.protobuf.StructR\006config\022\'\n\017organiz" - "ation_id\030\003 \001(\tR\016organizationId\022D\n\nvisibi" - "lity\030\004 \001(\0162\037.viam.app.v1.FragmentVisibil" - "ityH\000R\nvisibility\210\001\001B\r\n\013_visibility\"K\n\026C" - "reateFragmentResponse\0221\n\010fragment\030\001 \001(\0132" - "\025.viam.app.v1.FragmentR\010fragment\"\314\002\n\025Upd" - "ateFragmentRequest\022\016\n\002id\030\001 \001(\tR\002id\022\022\n\004na" - "me\030\002 \001(\tR\004name\022/\n\006config\030\003 \001(\0132\027.google." - "protobuf.StructR\006config\022\033\n\006public\030\004 \001(\010H" - "\000R\006public\210\001\001\022D\n\nvisibility\030\005 \001(\0162\037.viam." - "app.v1.FragmentVisibilityH\001R\nvisibility\210" - "\001\001\022K\n\021last_known_update\030\006 \001(\0132\032.google.p" - "rotobuf.TimestampH\002R\017lastKnownUpdate\210\001\001B" - "\t\n\007_publicB\r\n\013_visibilityB\024\n\022_last_known" - "_update\"K\n\026UpdateFragmentResponse\0221\n\010fra" - "gment\030\001 \001(\0132\025.viam.app.v1.FragmentR\010frag" - "ment\"\'\n\025DeleteFragmentRequest\022\016\n\002id\030\001 \001(" - "\tR\002id\"\030\n\026DeleteFragmentResponse\"\221\001\n\031GetF" - "ragmentHistoryRequest\022\016\n\002id\030\001 \001(\tR\002id\022\"\n" - "\npage_token\030\002 \001(\tH\000R\tpageToken\210\001\001\022\"\n\npag" - "e_limit\030\003 \001(\003H\001R\tpageLimit\210\001\001B\r\n\013_page_t" - "okenB\r\n\013_page_limit\"\201\001\n\032GetFragmentHisto" - "ryResponse\022;\n\007history\030\001 \003(\0132!.viam.app.v" - "1.FragmentHistoryEntryR\007history\022&\n\017next_" - "page_token\030\002 \001(\tR\rnextPageToken\":\n\027GetFr" - "agmentUsageRequest\022\037\n\013fragment_id\030\001 \001(\tR" - "\nfragmentId\"]\n\030GetFragmentUsageResponse\022" - "A\n\016version_usages\030\001 \003(\0132\032.viam.app.v1.Fr" - "agmentUsageR\rversionUsages\"f\n\025SetFragmen" - "tTagRequest\022\037\n\013fragment_id\030\001 \001(\tR\nfragme" - "ntId\022\020\n\003tag\030\002 \001(\tR\003tag\022\032\n\010revision\030\003 \001(\t" - "R\010revision\"F\n\026SetFragmentTagResponse\022,\n\004" - "tags\030\001 \003(\0132\030.viam.app.v1.FragmentTagR\004ta" - "gs\"M\n\030DeleteFragmentTagRequest\022\037\n\013fragme" - "nt_id\030\001 \001(\tR\nfragmentId\022\020\n\003tag\030\002 \001(\tR\003ta" - "g\"I\n\031DeleteFragmentTagResponse\022,\n\004tags\030\001" - " \003(\0132\030.viam.app.v1.FragmentTagR\004tags\"4\n\021" - "ListRobotsRequest\022\037\n\013location_id\030\001 \001(\tR\n" - "locationId\"B\n\035ListRobotsForLocationsRequ" - "est\022!\n\014location_ids\030\001 \003(\tR\013locationIds\"0" - "\n\027ListRobotsForOrgRequest\022\025\n\006org_id\030\001 \001(" - "\tR\005orgId\"`\n\022AdditionalFragment\022\037\n\013fragme" - "nt_id\030\001 \001(\tR\nfragmentId\022\035\n\007version\030\002 \001(\t" - "H\000R\007version\210\001\001B\n\n\010_version\"\246\001\n\032ListNeste" - "dFragmentsRequest\022$\n\013fragment_id\030\001 \001(\tH\000" - "R\nfragmentId\210\001\001\022R\n\024additional_fragments\030" - "\002 \003(\0132\037.viam.app.v1.AdditionalFragmentR\023" - "additionalFragmentsB\016\n\014_fragment_id\"\240\001\n\033" - "ListNestedFragmentsResponse\0223\n\tfragments" - "\030\001 \003(\0132\025.viam.app.v1.FragmentR\tfragments" - "\022L\n\022resolved_fragments\030\002 \003(\0132\035.viam.app." - "v1.ResolvedFragmentR\021resolvedFragments\"\310" - "\001\n\033ListMachineFragmentsRequest\022\035\n\nmachin" - "e_id\030\001 \001(\tR\tmachineId\0226\n\027additional_frag" - "ment_ids\030\002 \003(\tR\025additionalFragmentIds\022R\n" - "\024additional_fragments\030\003 \003(\0132\037.viam.app.v" - "1.AdditionalFragmentR\023additionalFragment" - "s\"\241\001\n\034ListMachineFragmentsResponse\0223\n\tfr" - "agments\030\001 \003(\0132\025.viam.app.v1.FragmentR\tfr" - "agments\022L\n\022resolved_fragments\030\002 \003(\0132\035.vi" - "am.app.v1.ResolvedFragmentR\021resolvedFrag" - "ments\"\261\001\n\033ListMachineSummariesRequest\022\'\n" + "t.VariablesEntryB\002\030\001R\tvariables\022K\n\022fragm" + "ent_variables\030\005 \001(\0132\027.google.protobuf.St" + "ructH\001R\021fragmentVariables\210\001\001\032<\n\016Variable" + "sEntry\022\020\n\003key\030\001 \001(\tR\003key\022\024\n\005value\030\002 \001(\tR" + "\005value:\0028\001B\t\n\007_prefixB\025\n\023_fragment_varia" + "bles\"\303\001\n\020ResolvedFragment\022\037\n\013fragment_id" + "\030\001 \001(\tR\nfragmentId\022@\n\017resolved_config\030\002 " + "\001(\0132\027.google.protobuf.StructR\016resolvedCo" + "nfig\0220\n\005error\030\003 \001(\0132\032.viam.app.v1.Fragme" + "ntErrorR\005error\022\032\n\010revision\030\004 \001(\tR\010revisi" + "on\"\262\001\n\024ListFragmentsRequest\022\'\n\017organizat" + "ion_id\030\001 \001(\tR\016organizationId\022\037\n\013show_pub" + "lic\030\002 \001(\010R\nshowPublic\022P\n\023fragment_visibi" + "lity\030\003 \003(\0162\037.viam.app.v1.FragmentVisibil" + "ityR\022fragmentVisibility\"\221\001\n\025ListFragment" + "sResponse\0223\n\tfragments\030\001 \003(\0132\025.viam.app." + "v1.FragmentR\tfragments\022C\n\017fragment_usage" + "s\030\002 \003(\0132\032.viam.app.v1.FragmentUsageR\016fra" + "gmentUsages\"\207\001\n\022GetFragmentRequest\022\016\n\002id" + "\030\001 \001(\tR\002id\0226\n\027current_organization_id\030\002 " + "\001(\tR\025currentOrganizationId\022\035\n\007version\030\003 " + "\001(\tH\000R\007version\210\001\001B\n\n\010_version\"\366\001\n\023GetFra" + "gmentResponse\0221\n\010fragment\030\001 \001(\0132\025.viam.a" + "pp.v1.FragmentR\010fragment\022A\n\016fragment_usa" + "ge\030\002 \001(\0132\032.viam.app.v1.FragmentUsageR\rfr" + "agmentUsage\022;\n\trevisions\030\003 \003(\0132\035.viam.ap" + "p.v1.FragmentRevisionR\trevisions\022,\n\004tags" + "\030\004 \003(\0132\030.viam.app.v1.FragmentTagR\004tags\"\332" + "\001\n\025CreateFragmentRequest\022\022\n\004name\030\001 \001(\tR\004" + "name\022/\n\006config\030\002 \001(\0132\027.google.protobuf.S" + "tructR\006config\022\'\n\017organization_id\030\003 \001(\tR\016" + "organizationId\022D\n\nvisibility\030\004 \001(\0162\037.via" + "m.app.v1.FragmentVisibilityH\000R\nvisibilit" + "y\210\001\001B\r\n\013_visibility\"K\n\026CreateFragmentRes" + "ponse\0221\n\010fragment\030\001 \001(\0132\025.viam.app.v1.Fr" + "agmentR\010fragment\"\314\002\n\025UpdateFragmentReque" + "st\022\016\n\002id\030\001 \001(\tR\002id\022\022\n\004name\030\002 \001(\tR\004name\022/" + "\n\006config\030\003 \001(\0132\027.google.protobuf.StructR" + "\006config\022\033\n\006public\030\004 \001(\010H\000R\006public\210\001\001\022D\n\n" + "visibility\030\005 \001(\0162\037.viam.app.v1.FragmentV" + "isibilityH\001R\nvisibility\210\001\001\022K\n\021last_known" + "_update\030\006 \001(\0132\032.google.protobuf.Timestam" + "pH\002R\017lastKnownUpdate\210\001\001B\t\n\007_publicB\r\n\013_v" + "isibilityB\024\n\022_last_known_update\"K\n\026Updat" + "eFragmentResponse\0221\n\010fragment\030\001 \001(\0132\025.vi" + "am.app.v1.FragmentR\010fragment\"\'\n\025DeleteFr" + "agmentRequest\022\016\n\002id\030\001 \001(\tR\002id\"\030\n\026DeleteF" + "ragmentResponse\"\221\001\n\031GetFragmentHistoryRe" + "quest\022\016\n\002id\030\001 \001(\tR\002id\022\"\n\npage_token\030\002 \001(" + "\tH\000R\tpageToken\210\001\001\022\"\n\npage_limit\030\003 \001(\003H\001R" + "\tpageLimit\210\001\001B\r\n\013_page_tokenB\r\n\013_page_li" + "mit\"\201\001\n\032GetFragmentHistoryResponse\022;\n\007hi" + "story\030\001 \003(\0132!.viam.app.v1.FragmentHistor" + "yEntryR\007history\022&\n\017next_page_token\030\002 \001(\t" + "R\rnextPageToken\":\n\027GetFragmentUsageReque" + "st\022\037\n\013fragment_id\030\001 \001(\tR\nfragmentId\"]\n\030G" + "etFragmentUsageResponse\022A\n\016version_usage" + "s\030\001 \003(\0132\032.viam.app.v1.FragmentUsageR\rver" + "sionUsages\"f\n\025SetFragmentTagRequest\022\037\n\013f" + "ragment_id\030\001 \001(\tR\nfragmentId\022\020\n\003tag\030\002 \001(" + "\tR\003tag\022\032\n\010revision\030\003 \001(\tR\010revision\"F\n\026Se" + "tFragmentTagResponse\022,\n\004tags\030\001 \003(\0132\030.via" + "m.app.v1.FragmentTagR\004tags\"M\n\030DeleteFrag" + "mentTagRequest\022\037\n\013fragment_id\030\001 \001(\tR\nfra" + "gmentId\022\020\n\003tag\030\002 \001(\tR\003tag\"I\n\031DeleteFragm" + "entTagResponse\022,\n\004tags\030\001 \003(\0132\030.viam.app." + "v1.FragmentTagR\004tags\"4\n\021ListRobotsReques" + "t\022\037\n\013location_id\030\001 \001(\tR\nlocationId\"B\n\035Li" + "stRobotsForLocationsRequest\022!\n\014location_" + "ids\030\001 \003(\tR\013locationIds\"0\n\027ListRobotsForO" + "rgRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"`\n\022Addi" + "tionalFragment\022\037\n\013fragment_id\030\001 \001(\tR\nfra" + "gmentId\022\035\n\007version\030\002 \001(\tH\000R\007version\210\001\001B\n" + "\n\010_version\"\246\001\n\032ListNestedFragmentsReques" + "t\022$\n\013fragment_id\030\001 \001(\tH\000R\nfragmentId\210\001\001\022" + "R\n\024additional_fragments\030\002 \003(\0132\037.viam.app" + ".v1.AdditionalFragmentR\023additionalFragme" + "ntsB\016\n\014_fragment_id\"\240\001\n\033ListNestedFragme" + "ntsResponse\0223\n\tfragments\030\001 \003(\0132\025.viam.ap" + "p.v1.FragmentR\tfragments\022L\n\022resolved_fra" + "gments\030\002 \003(\0132\035.viam.app.v1.ResolvedFragm" + "entR\021resolvedFragments\"\310\001\n\033ListMachineFr" + "agmentsRequest\022\035\n\nmachine_id\030\001 \001(\tR\tmach" + "ineId\0226\n\027additional_fragment_ids\030\002 \003(\tR\025" + "additionalFragmentIds\022R\n\024additional_frag" + "ments\030\003 \003(\0132\037.viam.app.v1.AdditionalFrag" + "mentR\023additionalFragments\"\241\001\n\034ListMachin" + "eFragmentsResponse\0223\n\tfragments\030\001 \003(\0132\025." + "viam.app.v1.FragmentR\tfragments\022L\n\022resol" + "ved_fragments\030\002 \003(\0132\035.viam.app.v1.Resolv" + "edFragmentR\021resolvedFragments\"\261\001\n\033ListMa" + "chineSummariesRequest\022\'\n\017organization_id" + "\030\001 \001(\tR\016organizationId\022!\n\014fragment_ids\030\002" + " \003(\tR\013fragmentIds\022!\n\014location_ids\030\003 \003(\tR" + "\013locationIds\022\031\n\005limit\030\004 \001(\005H\000R\005limit\210\001\001B" + "\010\n\006_limit\"k\n\034ListMachineSummariesRespons" + "e\022K\n\022location_summaries\030\001 \003(\0132\034.viam.app" + ".v1.LocationSummaryR\021locationSummaries\"\241" + "\001\n\017LocationSummary\022\037\n\013location_id\030\001 \001(\tR" + "\nlocationId\022#\n\rlocation_name\030\002 \001(\tR\014loca" + "tionName\022H\n\021machine_summaries\030\003 \003(\0132\033.vi" + "am.app.v1.MachineSummaryR\020machineSummari" + "es\"\223\001\n\016MachineSummary\022\035\n\nmachine_id\030\001 \001(" + "\tR\tmachineId\022!\n\014machine_name\030\002 \001(\tR\013mach" + "ineName\022\?\n\016part_summaries\030\003 \003(\0132\030.viam.a" + "pp.v1.PartSummaryR\rpartSummaries\";\n\017Frag" + "mentSummary\022\016\n\002id\030\001 \001(\tR\002id\022\022\n\004name\030\003 \001(" + "\tR\004nameJ\004\010\002\020\003\"N\n\021ViamServerVersion\022\026\n\005ma" + "jor\030\001 \001(\tH\000R\005major\022\026\n\005minor\030\002 \001(\tH\000R\005min" + "orB\t\n\007version\"M\n\020ViamAgentVersion\022\026\n\005maj" + "or\030\001 \001(\tH\000R\005major\022\026\n\005minor\030\002 \001(\tH\000R\005mino" + "rB\t\n\007version\"\310\006\n\013PartSummary\022\027\n\007part_id\030" + "\001 \001(\tR\006partId\022\033\n\tpart_name\030\002 \001(\tR\010partNa" + "me\022 \n\014is_main_part\030\013 \001(\010R\nisMainPart\022;\n\014" + "online_state\030\014 \001(\0162\030.viam.app.v1.OnlineS" + "tateR\013onlineState\0220\n\024seconds_since_onlin" + "e\030\r \001(\003R\022secondsSinceOnline\022@\n\013last_acce" + "ss\030\016 \001(\0132\032.google.protobuf.TimestampH\000R\n" + "lastAccess\210\001\001\022@\n\013last_online\030\003 \001(\0132\032.goo" + "gle.protobuf.TimestampH\001R\nlastOnline\210\001\001\022" + "S\n\023viam_server_version\030\004 \001(\0132\036.viam.app." + "v1.ViamServerVersionH\002R\021viamServerVersio" + "n\210\001\001\022P\n\022viam_agent_version\030\005 \001(\0132\035.viam." + "app.v1.ViamAgentVersionH\003R\020viamAgentVers" + "ion\210\001\001\022\023\n\002os\030\006 \001(\tH\004R\002os\210\001\001\022\037\n\010platform\030" + "\007 \001(\tH\005R\010platform\210\001\001\022/\n\021public_ip_addres" + "s\030\010 \001(\tH\006R\017publicIpAddress\210\001\001\022\036\n\010dns_nam" + "e\030\n \001(\tH\007R\007dnsName\210\001\001\022:\n\tfragments\030\t \003(\013" + "2\034.viam.app.v1.FragmentSummaryR\tfragment" + "sB\016\n\014_last_accessB\016\n\014_last_onlineB\026\n\024_vi" + "am_server_versionB\025\n\023_viam_agent_version" + "B\005\n\003_osB\013\n\t_platformB\024\n\022_public_ip_addre" + "ssB\013\n\t_dns_name\"@\n\022ListRobotsResponse\022*\n" + "\006robots\030\001 \003(\0132\022.viam.app.v1.RobotR\006robot" + "s\"L\n\036ListRobotsForLocationsResponse\022*\n\006r" + "obots\030\001 \003(\0132\022.viam.app.v1.RobotR\006robots\"" + "F\n\030ListRobotsForOrgResponse\022*\n\006robots\030\001 " + "\003(\0132\022.viam.app.v1.RobotR\006robots\"A\n\017NewRo" + "botRequest\022\022\n\004name\030\001 \001(\tR\004name\022\032\n\010locati" + "on\030\002 \001(\tR\010location\"\"\n\020NewRobotResponse\022\016" + "\n\002id\030\001 \001(\tR\002id\"T\n\022UpdateRobotRequest\022\016\n\002" + "id\030\001 \001(\tR\002id\022\022\n\004name\030\002 \001(\tR\004name\022\032\n\010loca" + "tion\030\003 \001(\tR\010location\"\?\n\023UpdateRobotRespo" + "nse\022(\n\005robot\030\001 \001(\0132\022.viam.app.v1.RobotR\005" + "robot\"$\n\022DeleteRobotRequest\022\016\n\002id\030\001 \001(\tR" + "\002id\"\025\n\023DeleteRobotResponse\")\n\027GetRobotMe" + "tadataRequest\022\016\n\002id\030\001 \001(\tR\002id\"G\n\030GetRobo" + "tMetadataResponse\022+\n\004data\030\001 \001(\0132\027.google" + ".protobuf.StructR\004data\"Y\n\032UpdateRobotMet" + "adataRequest\022\016\n\002id\030\001 \001(\tR\002id\022+\n\004data\030\002 \001" + "(\0132\027.google.protobuf.StructR\004data\"\035\n\033Upd" + "ateRobotMetadataResponse\"0\n\025MarkPartAsMa" + "inRequest\022\027\n\007part_id\030\001 \001(\tR\006partId\"\030\n\026Ma" + "rkPartAsMainResponse\"4\n\031MarkPartForResta" + "rtRequest\022\027\n\007part_id\030\001 \001(\tR\006partId\"\034\n\032Ma" + "rkPartForRestartResponse\"7\n\034CreateRobotP" + "artSecretRequest\022\027\n\007part_id\030\001 \001(\tR\006partI" + "d\"K\n\035CreateRobotPartSecretResponse\022*\n\004pa" + "rt\030\001 \001(\0132\026.viam.app.v1.RobotPartR\004part\"T" + "\n\034DeleteRobotPartSecretRequest\022\027\n\007part_i" + "d\030\001 \001(\tR\006partId\022\033\n\tsecret_id\030\002 \001(\tR\010secr" + "etId\"\037\n\035DeleteRobotPartSecretResponse\"\236\002" + "\n\rAuthorization\022-\n\022authorization_type\030\001 " + "\001(\tR\021authorizationType\022)\n\020authorization_" + "id\030\002 \001(\tR\017authorizationId\022#\n\rresource_ty" + "pe\030\003 \001(\tR\014resourceType\022\037\n\013resource_id\030\004 " + "\001(\tR\nresourceId\022\037\n\013identity_id\030\005 \001(\tR\nid" + "entityId\022\'\n\017organization_id\030\006 \001(\tR\016organ" + "izationId\022#\n\ridentity_type\030\007 \001(\tR\014identi" + "tyType\"R\n\016AddRoleRequest\022@\n\rauthorizatio" + "n\030\001 \001(\0132\032.viam.app.v1.AuthorizationR\raut" + "horization\"\021\n\017AddRoleResponse\"U\n\021RemoveR" + "oleRequest\022@\n\rauthorization\030\001 \001(\0132\032.viam" + ".app.v1.AuthorizationR\rauthorization\"\024\n\022" + "RemoveRoleResponse\"\245\001\n\021ChangeRoleRequest" + "\022G\n\021old_authorization\030\001 \001(\0132\032.viam.app.v" + "1.AuthorizationR\020oldAuthorization\022G\n\021new" + "_authorization\030\002 \001(\0132\032.viam.app.v1.Autho" + "rizationR\020newAuthorization\"\024\n\022ChangeRole" + "Response\"g\n\031ListAuthorizationsRequest\022\'\n" "\017organization_id\030\001 \001(\tR\016organizationId\022!" - "\n\014fragment_ids\030\002 \003(\tR\013fragmentIds\022!\n\014loc" - "ation_ids\030\003 \003(\tR\013locationIds\022\031\n\005limit\030\004 " - "\001(\005H\000R\005limit\210\001\001B\010\n\006_limit\"k\n\034ListMachine" - "SummariesResponse\022K\n\022location_summaries\030" - "\001 \003(\0132\034.viam.app.v1.LocationSummaryR\021loc" - "ationSummaries\"\241\001\n\017LocationSummary\022\037\n\013lo" - "cation_id\030\001 \001(\tR\nlocationId\022#\n\rlocation_" - "name\030\002 \001(\tR\014locationName\022H\n\021machine_summ" - "aries\030\003 \003(\0132\033.viam.app.v1.MachineSummary" - "R\020machineSummaries\"\223\001\n\016MachineSummary\022\035\n" - "\nmachine_id\030\001 \001(\tR\tmachineId\022!\n\014machine_" - "name\030\002 \001(\tR\013machineName\022\?\n\016part_summarie" - "s\030\003 \003(\0132\030.viam.app.v1.PartSummaryR\rpartS" - "ummaries\";\n\017FragmentSummary\022\016\n\002id\030\001 \001(\tR" - "\002id\022\022\n\004name\030\003 \001(\tR\004nameJ\004\010\002\020\003\"N\n\021ViamSer" - "verVersion\022\026\n\005major\030\001 \001(\tH\000R\005major\022\026\n\005mi" - "nor\030\002 \001(\tH\000R\005minorB\t\n\007version\"M\n\020ViamAge" - "ntVersion\022\026\n\005major\030\001 \001(\tH\000R\005major\022\026\n\005min" - "or\030\002 \001(\tH\000R\005minorB\t\n\007version\"\310\006\n\013PartSum" - "mary\022\027\n\007part_id\030\001 \001(\tR\006partId\022\033\n\tpart_na" - "me\030\002 \001(\tR\010partName\022 \n\014is_main_part\030\013 \001(\010" - "R\nisMainPart\022;\n\014online_state\030\014 \001(\0162\030.via" - "m.app.v1.OnlineStateR\013onlineState\0220\n\024sec" - "onds_since_online\030\r \001(\003R\022secondsSinceOnl" - "ine\022@\n\013last_access\030\016 \001(\0132\032.google.protob" - "uf.TimestampH\000R\nlastAccess\210\001\001\022@\n\013last_on" - "line\030\003 \001(\0132\032.google.protobuf.TimestampH\001" - "R\nlastOnline\210\001\001\022S\n\023viam_server_version\030\004" - " \001(\0132\036.viam.app.v1.ViamServerVersionH\002R\021" - "viamServerVersion\210\001\001\022P\n\022viam_agent_versi" - "on\030\005 \001(\0132\035.viam.app.v1.ViamAgentVersionH" - "\003R\020viamAgentVersion\210\001\001\022\023\n\002os\030\006 \001(\tH\004R\002os" - "\210\001\001\022\037\n\010platform\030\007 \001(\tH\005R\010platform\210\001\001\022/\n\021" - "public_ip_address\030\010 \001(\tH\006R\017publicIpAddre" - "ss\210\001\001\022\036\n\010dns_name\030\n \001(\tH\007R\007dnsName\210\001\001\022:\n" - "\tfragments\030\t \003(\0132\034.viam.app.v1.FragmentS" - "ummaryR\tfragmentsB\016\n\014_last_accessB\016\n\014_la" - "st_onlineB\026\n\024_viam_server_versionB\025\n\023_vi" - "am_agent_versionB\005\n\003_osB\013\n\t_platformB\024\n\022" - "_public_ip_addressB\013\n\t_dns_name\"@\n\022ListR" - "obotsResponse\022*\n\006robots\030\001 \003(\0132\022.viam.app" - ".v1.RobotR\006robots\"L\n\036ListRobotsForLocati" - "onsResponse\022*\n\006robots\030\001 \003(\0132\022.viam.app.v" - "1.RobotR\006robots\"F\n\030ListRobotsForOrgRespo" - "nse\022*\n\006robots\030\001 \003(\0132\022.viam.app.v1.RobotR" - "\006robots\"A\n\017NewRobotRequest\022\022\n\004name\030\001 \001(\t" - "R\004name\022\032\n\010location\030\002 \001(\tR\010location\"\"\n\020Ne" - "wRobotResponse\022\016\n\002id\030\001 \001(\tR\002id\"T\n\022Update" - "RobotRequest\022\016\n\002id\030\001 \001(\tR\002id\022\022\n\004name\030\002 \001" - "(\tR\004name\022\032\n\010location\030\003 \001(\tR\010location\"\?\n\023" - "UpdateRobotResponse\022(\n\005robot\030\001 \001(\0132\022.via" - "m.app.v1.RobotR\005robot\"$\n\022DeleteRobotRequ" - "est\022\016\n\002id\030\001 \001(\tR\002id\"\025\n\023DeleteRobotRespon" - "se\")\n\027GetRobotMetadataRequest\022\016\n\002id\030\001 \001(" - "\tR\002id\"G\n\030GetRobotMetadataResponse\022+\n\004dat" - "a\030\001 \001(\0132\027.google.protobuf.StructR\004data\"Y" - "\n\032UpdateRobotMetadataRequest\022\016\n\002id\030\001 \001(\t" - "R\002id\022+\n\004data\030\002 \001(\0132\027.google.protobuf.Str" - "uctR\004data\"\035\n\033UpdateRobotMetadataResponse" - "\"0\n\025MarkPartAsMainRequest\022\027\n\007part_id\030\001 \001" - "(\tR\006partId\"\030\n\026MarkPartAsMainResponse\"4\n\031" - "MarkPartForRestartRequest\022\027\n\007part_id\030\001 \001" - "(\tR\006partId\"\034\n\032MarkPartForRestartResponse" - "\"7\n\034CreateRobotPartSecretRequest\022\027\n\007part" - "_id\030\001 \001(\tR\006partId\"K\n\035CreateRobotPartSecr" - "etResponse\022*\n\004part\030\001 \001(\0132\026.viam.app.v1.R" - "obotPartR\004part\"T\n\034DeleteRobotPartSecretR" - "equest\022\027\n\007part_id\030\001 \001(\tR\006partId\022\033\n\tsecre" - "t_id\030\002 \001(\tR\010secretId\"\037\n\035DeleteRobotPartS" - "ecretResponse\"\236\002\n\rAuthorization\022-\n\022autho" - "rization_type\030\001 \001(\tR\021authorizationType\022)" - "\n\020authorization_id\030\002 \001(\tR\017authorizationI" - "d\022#\n\rresource_type\030\003 \001(\tR\014resourceType\022\037" - "\n\013resource_id\030\004 \001(\tR\nresourceId\022\037\n\013ident" - "ity_id\030\005 \001(\tR\nidentityId\022\'\n\017organization" - "_id\030\006 \001(\tR\016organizationId\022#\n\ridentity_ty" - "pe\030\007 \001(\tR\014identityType\"R\n\016AddRoleRequest" - "\022@\n\rauthorization\030\001 \001(\0132\032.viam.app.v1.Au" - "thorizationR\rauthorization\"\021\n\017AddRoleRes" - "ponse\"U\n\021RemoveRoleRequest\022@\n\rauthorizat" - "ion\030\001 \001(\0132\032.viam.app.v1.AuthorizationR\ra" - "uthorization\"\024\n\022RemoveRoleResponse\"\245\001\n\021C" - "hangeRoleRequest\022G\n\021old_authorization\030\001 " - "\001(\0132\032.viam.app.v1.AuthorizationR\020oldAuth" - "orization\022G\n\021new_authorization\030\002 \001(\0132\032.v" - "iam.app.v1.AuthorizationR\020newAuthorizati" - "on\"\024\n\022ChangeRoleResponse\"g\n\031ListAuthoriz" - "ationsRequest\022\'\n\017organization_id\030\001 \001(\tR\016" - "organizationId\022!\n\014resource_ids\030\002 \003(\tR\013re" - "sourceIds\"`\n\032ListAuthorizationsResponse\022" - "B\n\016authorizations\030\001 \003(\0132\032.viam.app.v1.Au" - "thorizationR\016authorizations\"_\n\027CheckPerm" - "issionsRequest\022D\n\013permissions\030\001 \003(\0132\".vi" - "am.app.v1.AuthorizedPermissionsR\013permiss" - "ions\"\177\n\025AuthorizedPermissions\022#\n\rresourc" - "e_type\030\001 \001(\tR\014resourceType\022\037\n\013resource_i" - "d\030\002 \001(\tR\nresourceId\022 \n\013permissions\030\003 \003(\t" - "R\013permissions\"u\n\030CheckPermissionsRespons" - "e\022Y\n\026authorized_permissions\030\001 \003(\0132\".viam" - ".app.v1.AuthorizedPermissionsR\025authorize" - "dPermissions\"\310\002\n\rModuleVersion\022\030\n\007versio" - "n\030\001 \001(\tR\007version\022*\n\005files\030\002 \003(\0132\024.viam.a" - "pp.v1.UploadsR\005files\022*\n\006models\030\003 \003(\0132\022.v" - "iam.app.v1.ModelR\006models\022\036\n\nentrypoint\030\004" - " \001(\tR\nentrypoint\022 \n\tfirst_run\030\005 \001(\tH\000R\010f" - "irstRun\210\001\001\0226\n\024markdown_description\030\006 \001(\t" - "H\001R\023markdownDescription\210\001\001\022$\n\004apps\030\007 \003(\013" - "2\020.viam.app.v1.AppR\004appsB\014\n\n_first_runB\027" - "\n\025_markdown_description\"\333\003\n\016ModuleMetada" - "ta\022*\n\006models\030\001 \003(\0132\022.viam.app.v1.ModelR\006" - "models\0226\n\010versions\030\002 \003(\0132\032.viam.app.v1.M" - "oduleVersionR\010versions\022\036\n\nentrypoint\030\003 \001" - "(\tR\nentrypoint\022 \n\tfirst_run\030\004 \001(\tH\000R\010fir" - "stRun\210\001\001\0226\n\024markdown_description\030\005 \001(\tH\001" - "R\023markdownDescription\210\001\001\022$\n\004apps\030\006 \003(\0132\020" - ".viam.app.v1.AppR\004apps\022C\n\013source_type\030\007 " - "\001(\0162\035.viam.app.v1.ModuleSourceTypeH\002R\nso" - "urceType\210\001\001\022<\n\010language\030\010 \001(\0162\033.viam.app" - ".v1.ModuleLanguageH\003R\010language\210\001\001B\014\n\n_fi" - "rst_runB\027\n\025_markdown_descriptionB\016\n\014_sou" - "rce_typeB\013\n\t_language\"e\n\016MLModelVersion\022" - "\030\n\007version\030\001 \001(\tR\007version\0229\n\ncreated_on\030" - "\002 \001(\0132\032.google.protobuf.TimestampR\tcreat" - "edOn\"\216\002\n\017MLModelMetadata\022\036\n\010versions\030\001 \003" - "(\tB\002\030\001R\010versions\022@\n\nmodel_type\030\002 \001(\0162!.v" - "iam.app.mltraining.v1.ModelTypeR\tmodelTy" - "pe\022O\n\017model_framework\030\003 \001(\0162&.viam.app.m" - "ltraining.v1.ModelFrameworkR\016modelFramew" - "ork\022H\n\021detailed_versions\030\004 \003(\0132\033.viam.ap" - "p.v1.MLModelVersionR\020detailedVersions\"h\n" - "\021MLTrainingVersion\022\030\n\007version\030\001 \001(\tR\007ver" - "sion\0229\n\ncreated_on\030\002 \001(\0132\032.google.protob" - "uf.TimestampR\tcreatedOn\"\377\001\n\022MLTrainingMe" - "tadata\022:\n\010versions\030\005 \003(\0132\036.viam.app.v1.M" - "LTrainingVersionR\010versions\022@\n\nmodel_type" - "\030\002 \001(\0162!.viam.app.mltraining.v1.ModelTyp" - "eR\tmodelType\022O\n\017model_framework\030\003 \001(\0162&." - "viam.app.mltraining.v1.ModelFrameworkR\016m" - "odelFramework\022\024\n\005draft\030\004 \001(\010R\005draftJ\004\010\001\020" - "\002\"\214\007\n\014RegistryItem\022\027\n\007item_id\030\001 \001(\tR\006ite" - "mId\022\'\n\017organization_id\030\002 \001(\tR\016organizati" - "onId\022)\n\020public_namespace\030\003 \001(\tR\017publicNa" - "mespace\022\022\n\004name\030\004 \001(\tR\004name\0225\n\004type\030\005 \001(" - "\0162!.viam.app.packages.v1.PackageTypeR\004ty" - "pe\0227\n\nvisibility\030\006 \001(\0162\027.viam.app.v1.Vis" - "ibilityR\nvisibility\022\020\n\003url\030\007 \001(\tR\003url\022 \n" - "\013description\030\010 \001(\tR\013description\022*\n\021total" - "_robot_usage\030\t \001(\003R\017totalRobotUsage\022;\n\032t" - "otal_external_robot_usage\030\r \001(\003R\027totalEx" - "ternalRobotUsage\0228\n\030total_organization_u" - "sage\030\n \001(\003R\026totalOrganizationUsage\022I\n!to" - "tal_external_organization_usage\030\016 \001(\003R\036t" - "otalExternalOrganizationUsage\022F\n\017module_" - "metadata\030\013 \001(\0132\033.viam.app.v1.ModuleMetad" - "ataH\000R\016moduleMetadata\022J\n\021ml_model_metada" - "ta\030\014 \001(\0132\034.viam.app.v1.MLModelMetadataH\000" - "R\017mlModelMetadata\022S\n\024ml_training_metadat" - "a\030\022 \001(\0132\037.viam.app.v1.MLTrainingMetadata" - "H\000R\022mlTrainingMetadata\0229\n\ncreated_at\030\017 \001" - "(\0132\032.google.protobuf.TimestampR\tcreatedA" - "t\0229\n\nupdated_at\030\020 \001(\0132\032.google.protobuf." - "TimestampR\tupdatedAtB\n\n\010metadata\"\237\001\n\026Get" - "RegistryItemRequest\022\027\n\007item_id\030\001 \001(\tR\006it" - "emId\022I\n\036include_markdown_documentation\030\002" - " \001(\010H\000R\034includeMarkdownDocumentation\210\001\001B" - "!\n\037_include_markdown_documentation\"H\n\027Ge" - "tRegistryItemResponse\022-\n\004item\030\001 \001(\0132\031.vi" - "am.app.v1.RegistryItemR\004item\"\217\001\n\031CreateR" - "egistryItemRequest\022\'\n\017organization_id\030\001 " - "\001(\tR\016organizationId\022\022\n\004name\030\002 \001(\tR\004name\022" - "5\n\004type\030\003 \001(\0162!.viam.app.packages.v1.Pac" - "kageTypeR\004type\"\034\n\032CreateRegistryItemResp" - "onse\"\344\004\n\031UpdateRegistryItemRequest\022\027\n\007it" - "em_id\030\001 \001(\tR\006itemId\0225\n\004type\030\002 \001(\0162!.viam" - ".app.packages.v1.PackageTypeR\004type\022 \n\013de" - "scription\030\003 \001(\tR\013description\0227\n\nvisibili" - "ty\030\004 \001(\0162\027.viam.app.v1.VisibilityR\nvisib" - "ility\022\025\n\003url\030\005 \001(\tH\001R\003url\210\001\001\022Y\n\026update_m" - "odule_metadata\030\006 \001(\0132!.viam.app.v1.Updat" - "eModuleMetadataH\000R\024updateModuleMetadata\022" - "]\n\030update_ml_model_metadata\030\007 \001(\0132\".viam" - ".app.v1.UpdateMLModelMetadataH\000R\025updateM" - "lModelMetadata\022f\n\033update_ml_training_met" - "adata\030\010 \001(\0132%.viam.app.v1.UpdateMLTraini" - "ngMetadataH\000R\030updateMlTrainingMetadata\0226" - "\n\024markdown_description\030\t \001(\tH\002R\023markdown" - "Description\210\001\001B\n\n\010metadataB\006\n\004_urlB\027\n\025_m" - "arkdown_description\"\034\n\032UpdateRegistryIte" - "mResponse\"\310\005\n\030ListRegistryItemsRequest\022," - "\n\017organization_id\030\001 \001(\tH\000R\016organizationI" - "d\210\001\001\0227\n\005types\030\002 \003(\0162!.viam.app.packages." - "v1.PackageTypeR\005types\022;\n\014visibilities\030\003 " - "\003(\0162\027.viam.app.v1.VisibilityR\014visibiliti" - "es\022\034\n\tplatforms\030\004 \003(\tR\tplatforms\022;\n\010stat" - "uses\030\005 \003(\0162\037.viam.app.v1.RegistryItemSta" - "tusR\010statuses\022$\n\013search_term\030\006 \001(\tH\001R\nse" - "archTerm\210\001\001\022\"\n\npage_token\030\007 \001(\tH\002R\tpageT" - "oken\210\001\001\022+\n\021public_namespaces\030\010 \003(\tR\020publ" - "icNamespaces\022I\n\036include_markdown_documen" - "tation\030\t \001(\010H\003R\034includeMarkdownDocumenta" - "tion\210\001\001\022M\n\023module_source_types\030\n \003(\0162\035.v" - "iam.app.v1.ModuleSourceTypeR\021moduleSourc" - "eTypes\022F\n\020module_languages\030\013 \003(\0162\033.viam." - "app.v1.ModuleLanguageR\017moduleLanguagesB\022" - "\n\020_organization_idB\016\n\014_search_termB\r\n\013_p" - "age_tokenB!\n\037_include_markdown_documenta" - "tion\"L\n\031ListRegistryItemsResponse\022/\n\005ite" - "ms\030\001 \003(\0132\031.viam.app.v1.RegistryItemR\005ite" - "ms\"4\n\031DeleteRegistryItemRequest\022\027\n\007item_" - "id\030\001 \001(\tR\006itemId\"\034\n\032DeleteRegistryItemRe" - "sponse\"O\n\031RenameRegistryItemRequest\022\027\n\007i" - "tem_id\030\001 \001(\tR\006itemId\022\031\n\010new_name\030\002 \001(\tR\007" - "newName\"K\n\032RenameRegistryItemResponse\022-\n" - "\004item\030\001 \001(\0132\031.viam.app.v1.RegistryItemR\004" - "item\"h\n\033TransferRegistryItemRequest\022\027\n\007i" - "tem_id\030\001 \001(\tR\006itemId\0220\n\024new_public_names" - "pace\030\002 \001(\tR\022newPublicNamespace\"\036\n\034Transf" - "erRegistryItemResponse\"R\n\023CreateModuleRe" - "quest\022\'\n\017organization_id\030\001 \001(\tR\016organiza" - "tionId\022\022\n\004name\030\002 \001(\tR\004name\"E\n\024CreateModu" - "leResponse\022\033\n\tmodule_id\030\001 \001(\tR\010moduleId\022" - "\020\n\003url\030\002 \001(\tR\003url\"\222\003\n\023UpdateModuleReques" - "t\022\033\n\tmodule_id\030\001 \001(\tR\010moduleId\0227\n\nvisibi" - "lity\030\002 \001(\0162\027.viam.app.v1.VisibilityR\nvis" - "ibility\022\020\n\003url\030\003 \001(\tR\003url\022 \n\013description" - "\030\004 \001(\tR\013description\022*\n\006models\030\005 \003(\0132\022.vi" - "am.app.v1.ModelR\006models\022\036\n\nentrypoint\030\006 " - "\001(\tR\nentrypoint\022 \n\tfirst_run\030\007 \001(\tH\000R\010fi" - "rstRun\210\001\001\022$\n\004apps\030\010 \003(\0132\020.viam.app.v1.Ap" - "pR\004apps\0226\n\024markdown_description\030\t \001(\tH\001R" - "\023markdownDescription\210\001\001B\014\n\n_first_runB\027\n" - "\025_markdown_description\"!\n\rAllowedOrgIDs\022" - "\020\n\003ids\030\001 \003(\tR\003ids\"\305\002\n\003App\022\022\n\004name\030\001 \001(\tR" - "\004name\022\022\n\004type\030\002 \001(\tR\004type\022\036\n\nentrypoint\030" - "\003 \001(\tR\nentrypoint\022!\n\014fragment_ids\030\004 \003(\tR" - "\013fragmentIds\022 \n\tlogo_path\030\005 \001(\tH\000R\010logoP" - "ath\210\001\001\022F\n\016customizations\030\006 \001(\0132\036.viam.ap" - "p.v1.AppCustomizationsR\016customizations\022G" - "\n\017allowed_org_ids\030\007 \001(\0132\032.viam.app.v1.Al" - "lowedOrgIDsH\001R\rallowedOrgIds\210\001\001B\014\n\n_logo" - "_pathB\022\n\020_allowed_org_ids\"(\n\024UpdateModul" - "eResponse\022\020\n\003url\030\001 \001(\tR\003url\"\250\002\n\024UpdateMo" - "duleMetadata\022*\n\006models\030\001 \003(\0132\022.viam.app." - "v1.ModelR\006models\022\036\n\nentrypoint\030\002 \001(\tR\nen" - "trypoint\022$\n\004apps\030\003 \003(\0132\020.viam.app.v1.App" - "R\004apps\022C\n\013source_type\030\004 \001(\0162\035.viam.app.v" - "1.ModuleSourceTypeH\000R\nsourceType\210\001\001\022<\n\010l" - "anguage\030\005 \001(\0162\033.viam.app.v1.ModuleLangua" - "geH\001R\010language\210\001\001B\016\n\014_source_typeB\013\n\t_la" - "nguage\"\252\001\n\025UpdateMLModelMetadata\022@\n\nmode" - "l_type\030\001 \001(\0162!.viam.app.mltraining.v1.Mo" - "delTypeR\tmodelType\022O\n\017model_framework\030\002 " - "\001(\0162&.viam.app.mltraining.v1.ModelFramew" - "orkR\016modelFramework\"\303\001\n\030UpdateMLTraining" - "Metadata\022@\n\nmodel_type\030\001 \001(\0162!.viam.app." - "mltraining.v1.ModelTypeR\tmodelType\022O\n\017mo" - "del_framework\030\002 \001(\0162&.viam.app.mltrainin" - "g.v1.ModelFrameworkR\016modelFramework\022\024\n\005d" - "raft\030\003 \001(\010R\005draft\"\354\001\n\005Model\022\020\n\003api\030\001 \001(\t" - "R\003api\022\024\n\005model\030\002 \001(\tR\005model\022:\n\026markdown_" - "documentation\030\003 \001(\tH\000R\025markdownDocumenta" - "tion\210\001\001\022%\n\013description\030\004 \001(\tH\001R\013descript" - "ion\210\001\001\022-\n\022supported_hardware\030\005 \003(\tR\021supp" - "ortedHardwareB\031\n\027_markdown_documentation" - "B\016\n\014_description\"\210\001\n\016ModuleFileInfo\022\033\n\tm" - "odule_id\030\001 \001(\tR\010moduleId\022\030\n\007version\030\002 \001(" - "\tR\007version\022\032\n\010platform\030\003 \001(\tR\010platform\022#" - "\n\rplatform_tags\030\005 \003(\tR\014platformTags\"\207\001\n\027" - "UploadModuleFileRequest\022G\n\020module_file_i" - "nfo\030\001 \001(\0132\033.viam.app.v1.ModuleFileInfoH\000" - "R\016moduleFileInfo\022\024\n\004file\030\002 \001(\014H\000R\004fileB\r" - "\n\013module_file\",\n\030UploadModuleFileRespons" - "e\022\020\n\003url\030\001 \001(\tR\003url\"\235\001\n\020GetModuleRequest" - "\022\033\n\tmodule_id\030\001 \001(\tR\010moduleId\022I\n\036include" - "_markdown_documentation\030\002 \001(\010H\000R\034include" - "MarkdownDocumentation\210\001\001B!\n\037_include_mar" - "kdown_documentation\"@\n\021GetModuleResponse" - "\022+\n\006module\030\001 \001(\0132\023.viam.app.v1.ModuleR\006m" - "odule\"\214\005\n\006Module\022\033\n\tmodule_id\030\001 \001(\tR\010mod" - "uleId\022\022\n\004name\030\002 \001(\tR\004name\0227\n\nvisibility\030" - "\003 \001(\0162\027.viam.app.v1.VisibilityR\nvisibili" - "ty\0227\n\010versions\030\004 \003(\0132\033.viam.app.v1.Versi" - "onHistoryR\010versions\022\020\n\003url\030\005 \001(\tR\003url\022 \n" - "\013description\030\006 \001(\tR\013description\022*\n\006model" - "s\030\007 \003(\0132\022.viam.app.v1.ModelR\006models\022*\n\021t" - "otal_robot_usage\030\010 \001(\003R\017totalRobotUsage\022" - "8\n\030total_organization_usage\030\t \001(\003R\026total" - "OrganizationUsage\022\'\n\017organization_id\030\n \001" - "(\tR\016organizationId\022\036\n\nentrypoint\030\013 \001(\tR\n" - "entrypoint\022)\n\020public_namespace\030\014 \001(\tR\017pu" - "blicNamespace\022 \n\tfirst_run\030\r \001(\tH\000R\010firs" - "tRun\210\001\001\0226\n\024markdown_description\030\016 \001(\tH\001R" - "\023markdownDescription\210\001\001\022$\n\004apps\030\017 \003(\0132\020." - "viam.app.v1.AppR\004appsB\014\n\n_first_runB\027\n\025_" - "markdown_description\"\311\002\n\016VersionHistory\022" - "\030\n\007version\030\001 \001(\tR\007version\022*\n\005files\030\002 \003(\013" - "2\024.viam.app.v1.UploadsR\005files\022*\n\006models\030" - "\003 \003(\0132\022.viam.app.v1.ModelR\006models\022\036\n\nent" - "rypoint\030\004 \001(\tR\nentrypoint\022 \n\tfirst_run\030\005" - " \001(\tH\000R\010firstRun\210\001\001\0226\n\024markdown_descript" - "ion\030\006 \001(\tH\001R\023markdownDescription\210\001\001\022$\n\004a" - "pps\030\007 \003(\0132\020.viam.app.v1.AppR\004appsB\014\n\n_fi" - "rst_runB\027\n\025_markdown_description\"b\n\007Uplo" - "ads\022\032\n\010platform\030\001 \001(\tR\010platform\022;\n\013uploa" - "ded_at\030\002 \001(\0132\032.google.protobuf.Timestamp" - "R\nuploadedAt\"\304\001\n\022ListModulesRequest\022,\n\017o" - "rganization_id\030\001 \001(\tH\000R\016organizationId\210\001" - "\001\022I\n\036include_markdown_documentation\030\002 \001(" - "\010H\001R\034includeMarkdownDocumentation\210\001\001B\022\n\020" - "_organization_idB!\n\037_include_markdown_do" - "cumentation\"D\n\023ListModulesResponse\022-\n\007mo" - "dules\030\001 \003(\0132\023.viam.app.v1.ModuleR\007module" - "s\"/\n\027GetUserIDByEmailRequest\022\024\n\005email\030\001 " - "\001(\tR\005email\"3\n\030GetUserIDByEmailResponse\022\027" - "\n\007user_id\030\001 \001(\tR\006userId\"9\n\036ListOrganizat" - "ionsByUserRequest\022\027\n\007user_id\030\001 \001(\tR\006user" - "Id\"\346\001\n\nOrgDetails\022\025\n\006org_id\030\001 \001(\tR\005orgId" - "\022\031\n\010org_name\030\002 \001(\tR\007orgName\022\034\n\007org_cid\030\003" - " \001(\tH\000R\006orgCid\210\001\001\022.\n\020public_namespace\030\004 " - "\001(\tH\001R\017publicNamespace\210\001\001\022&\n\014billing_tie" - "r\030\005 \001(\tH\002R\013billingTier\210\001\001B\n\n\010_org_cidB\023\n" - "\021_public_namespaceB\017\n\r_billing_tier\"N\n\037L" - "istOrganizationsByUserResponse\022+\n\004orgs\030\001" - " \003(\0132\027.viam.app.v1.OrgDetailsR\004orgs\"\324\001\n\032" - "SearchOrganizationsRequest\022\032\n\006org_id\030\001 \001" - "(\tH\000R\005orgId\210\001\001\022\036\n\010org_name\030\002 \001(\tH\001R\007orgN" - "ame\210\001\001\022\025\n\003cid\030\003 \001(\tH\002R\003cid\210\001\001\022.\n\020public_" - "namespace\030\004 \001(\tH\003R\017publicNamespace\210\001\001B\t\n" - "\007_org_idB\013\n\t_org_nameB\006\n\004_cidB\023\n\021_public" - "_namespace\"\\\n\033SearchOrganizationsRespons" - "e\022=\n\rorganizations\030\001 \003(\0132\027.viam.app.v1.O" - "rgDetailsR\rorganizations\"j\n\020CreateKeyReq" - "uest\022B\n\016authorizations\030\001 \003(\0132\032.viam.app." - "v1.AuthorizationR\016authorizations\022\022\n\004name" - "\030\002 \001(\tR\004name\"5\n\021CreateKeyResponse\022\020\n\003key" - "\030\001 \001(\tR\003key\022\016\n\002id\030\002 \001(\tR\002id\"\"\n\020DeleteKey" - "Request\022\016\n\002id\030\001 \001(\tR\002id\"\023\n\021DeleteKeyResp" - "onse\"6\n\020RenameKeyRequest\022\016\n\002id\030\001 \001(\tR\002id" - "\022\022\n\004name\030\002 \001(\tR\004name\"7\n\021RenameKeyRespons" - "e\022\016\n\002id\030\001 \001(\tR\002id\022\022\n\004name\030\002 \001(\tR\004name\"\315\001" - "\n\024AuthorizationDetails\022-\n\022authorization_" - "type\030\001 \001(\tR\021authorizationType\022)\n\020authori" - "zation_id\030\002 \001(\tR\017authorizationId\022#\n\rreso" - "urce_type\030\003 \001(\tR\014resourceType\022\037\n\013resourc" - "e_id\030\004 \001(\tR\nresourceId\022\025\n\006org_id\030\005 \001(\tR\005" - "orgId\"\223\001\n\030APIKeyWithAuthorizations\022,\n\007ap" - "i_key\030\001 \001(\0132\023.viam.app.v1.APIKeyR\006apiKey" - "\022I\n\016authorizations\030\002 \003(\0132!.viam.app.v1.A" - "uthorizationDetailsR\016authorizations\"(\n\017L" - "istKeysRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"T\n" - "\020ListKeysResponse\022@\n\010api_keys\030\001 \003(\0132%.vi" - "am.app.v1.APIKeyWithAuthorizationsR\007apiK" - "eys\"\"\n\020RotateKeyRequest\022\016\n\002id\030\001 \001(\tR\002id\"" - "5\n\021RotateKeyResponse\022\016\n\002id\030\001 \001(\tR\002id\022\020\n\003" - "key\030\002 \001(\tR\003key\"\?\n-CreateKeyFromExistingK" - "eyAuthorizationsRequest\022\016\n\002id\030\001 \001(\tR\002id\"" - "R\n.CreateKeyFromExistingKeyAuthorization" - "sResponse\022\016\n\002id\030\001 \001(\tR\002id\022\020\n\003key\030\002 \001(\tR\003" - "key\"U\n\024GetAppContentRequest\022)\n\020public_na" - "mespace\030\001 \001(\tR\017publicNamespace\022\022\n\004name\030\002" - " \001(\tR\004name\"\235\001\n\025GetAppContentResponse\022\033\n\t" - "blob_path\030\001 \001(\tR\010blobPath\022\036\n\nentrypoint\030" - "\002 \001(\tR\nentrypoint\022/\n\010app_type\030\003 \001(\0162\024.vi" - "am.app.v1.AppTypeR\007appType\022\026\n\006public\030\004 \001" - "(\010R\006public\"G\n\032OrganizationSetLogoRequest" - "\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\022\n\004logo\030\002 \001(\014R\004l" - "ogo\"\035\n\033OrganizationSetLogoResponse\"3\n\032Or" - "ganizationGetLogoRequest\022\025\n\006org_id\030\001 \001(\t" - "R\005orgId\"/\n\033OrganizationGetLogoResponse\022\020" - "\n\003url\030\001 \001(\tR\003url\"1\n\030EnableAuthServiceReq" - "uest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"\033\n\031EnableAut" - "hServiceResponse\"2\n\031DisableAuthServiceRe" - "quest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"\034\n\032DisableA" - "uthServiceResponse\"\214\001\n\025CreateOAuthAppReq" - "uest\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\037\n\013client_na" - "me\030\002 \001(\tR\nclientName\022;\n\014oauth_config\030\003 \001" - "(\0132\030.viam.app.v1.OAuthConfigR\013oauthConfi" - "g\"Z\n\026CreateOAuthAppResponse\022\033\n\tclient_id" - "\030\001 \001(\tR\010clientId\022#\n\rclient_secret\030\002 \001(\tR" - "\014clientSecret\"I\n\023ReadOAuthAppRequest\022\025\n\006" - "org_id\030\001 \001(\tR\005orgId\022\033\n\tclient_id\030\002 \001(\tR\010" - "clientId\"\231\001\n\024ReadOAuthAppResponse\022\037\n\013cli" - "ent_name\030\001 \001(\tR\nclientName\022#\n\rclient_sec" - "ret\030\002 \001(\tR\014clientSecret\022;\n\014oauth_config\030" - "\003 \001(\0132\030.viam.app.v1.OAuthConfigR\013oauthCo" - "nfig\"\251\001\n\025UpdateOAuthAppRequest\022\025\n\006org_id" - "\030\001 \001(\tR\005orgId\022\033\n\tclient_id\030\002 \001(\tR\010client" - "Id\022\037\n\013client_name\030\003 \001(\tR\nclientName\022;\n\014o" - "auth_config\030\004 \001(\0132\030.viam.app.v1.OAuthCon" - "figR\013oauthConfig\"\030\n\026UpdateOAuthAppRespon" - "se\"K\n\025DeleteOAuthAppRequest\022\025\n\006org_id\030\001 " - "\001(\tR\005orgId\022\033\n\tclient_id\030\002 \001(\tR\010clientId\"" - "\030\n\026DeleteOAuthAppResponse\"-\n\024ListOAuthAp" - "psRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"6\n\025List" - "OAuthAppsResponse\022\035\n\nclient_ids\030\001 \003(\tR\tc" - "lientIds\"\307\001\n\031CreateOAuthAppUserRequest\022\025" - "\n\006org_id\030\001 \001(\tR\005orgId\022%\n\016application_id\030" - "\002 \001(\tR\rapplicationId\022\024\n\005email\030\003 \001(\tR\005ema" - "il\022\035\n\nfirst_name\030\004 \001(\tR\tfirstName\022\033\n\tlas" - "t_name\030\005 \001(\tR\010lastName\022\032\n\010password\030\006 \001(\t" - "R\010password\"\242\001\n\032CreateOAuthAppUserRespons" - "e\022\035\n\nauth_token\030\001 \001(\tR\tauthToken\022\'\n\017regi" - "stration_id\030\002 \001(\tR\016registrationId\022\027\n\007use" - "r_id\030\003 \001(\tR\006userId\022#\n\rrefresh_token\030\004 \001(" - "\tR\014refreshToken\"\246\003\n\013OAuthConfig\022V\n\025clien" - "t_authentication\030\001 \001(\0162!.viam.app.v1.Cli" - "entAuthenticationR\024clientAuthentication\022" - "%\n\004pkce\030\002 \001(\0162\021.viam.app.v1.PKCER\004pkce\022A" - "\n\016url_validation\030\003 \001(\0162\032.viam.app.v1.URL" - "ValidationR\rurlValidation\022\037\n\013origin_uris" - "\030\004 \003(\tR\noriginUris\022#\n\rredirect_uris\030\005 \003(" - "\tR\014redirectUris\022\035\n\nlogout_uri\030\006 \001(\tR\tlog" - "outUri\022@\n\016enabled_grants\030\007 \003(\0162\031.viam.ap" - "p.v1.EnabledGrantR\renabledGrants\022.\n\023invi" - "te_redirect_uri\030\010 \001(\tR\021inviteRedirectUri" - "\"V\n\025GetAppBrandingRequest\022)\n\020public_name" - "space\030\001 \001(\tR\017publicNamespace\022\022\n\004name\030\002 \001" - "(\tR\004name\"\212\001\n\rTextOverrides\022>\n\006fields\030\001 \003" - "(\0132&.viam.app.v1.TextOverrides.FieldsEnt" - "ryR\006fields\0329\n\013FieldsEntry\022\020\n\003key\030\001 \001(\tR\003" - "key\022\024\n\005value\030\002 \001(\tR\005value:\0028\001\"\344\002\n\026GetApp" - "BrandingResponse\022 \n\tlogo_path\030\001 \001(\tH\000R\010l" - "ogoPath\210\001\001\022l\n\023text_customizations\030\002 \003(\0132" - ";.viam.app.v1.GetAppBrandingResponse.Tex" - "tCustomizationsEntryR\022textCustomizations" - "\022!\n\014fragment_ids\030\003 \003(\tR\013fragmentIds\022&\n\017a" - "llowed_org_ids\030\004 \003(\tR\rallowedOrgIds\032a\n\027T" - "extCustomizationsEntry\022\020\n\003key\030\001 \001(\tR\003key" - "\0220\n\005value\030\002 \001(\0132\032.viam.app.v1.TextOverri" - "desR\005value:\0028\001B\014\n\n_logo_path\"d\n\021AppCusto" - "mizations\022O\n\016machine_picker\030\001 \001(\0132(.viam" - ".app.v1.MachinePickerCustomizationsR\rmac" - "hinePicker\"|\n\033MachinePickerCustomization" - "s\022\035\n\007heading\030\001 \001(\tH\000R\007heading\210\001\001\022#\n\nsubh" - "eading\030\002 \001(\tH\001R\nsubheading\210\001\001B\n\n\010_headin" - "gB\r\n\013_subheading\"y\n\034UploadDevicePushToke" - "nRequest\022\025\n\006app_id\030\001 \001(\tR\005appId\022!\n\014devic" - "e_token\030\002 \001(\tR\013deviceToken\022\037\n\013device_uui" - "d\030\003 \001(\tR\ndeviceUuid\"\037\n\035UploadDevicePushT" - "okenResponse\"V\n\034DeleteDevicePushTokenReq" - "uest\022\025\n\006app_id\030\001 \001(\tR\005appId\022\037\n\013device_uu" - "id\030\002 \001(\tR\ndeviceUuid\"\037\n\035DeleteDevicePush" - "TokenResponse\"3\n\032GetDevicePushTokensRequ" - "est\022\025\n\006app_id\030\001 \001(\tR\005appId\"B\n\033GetDeviceP" - "ushTokensResponse\022#\n\rdevice_tokens\030\001 \003(\t" - "R\014deviceTokens\"i\n\030SetFirebaseConfigReque" - "st\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\025\n\006app_id\030\002 \001(" - "\tR\005appId\022\037\n\013config_json\030\003 \001(\tR\nconfigJso" - "n\"\033\n\031SetFirebaseConfigResponse\"1\n\030GetFir" - "ebaseConfigRequest\022\025\n\006org_id\030\001 \001(\tR\005orgI" - "d\"2\n\031GetFirebaseConfigResponse\022\025\n\006app_id" - "\030\001 \001(\tR\005appId\"K\n\033DeleteFirebaseConfigReq" - "uest\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\025\n\006app_id\030\002 " - "\001(\tR\005appId\"\036\n\034DeleteFirebaseConfigRespon" - "se*\177\n\013OnlineState\022\034\n\030ONLINE_STATE_UNSPEC" - "IFIED\020\000\022\027\n\023ONLINE_STATE_ONLINE\020\001\022\030\n\024ONLI" - "NE_STATE_OFFLINE\020\002\022\037\n\033ONLINE_STATE_AWAIT" - "ING_SETUP\020\003*\321\001\n\022AuthenticationType\022#\n\037AU" - "THENTICATION_TYPE_UNSPECIFIED\020\000\022!\n\035AUTHE" - "NTICATION_TYPE_WEB_OAUTH\020\001\022\037\n\033AUTHENTICA" - "TION_TYPE_API_KEY\020\002\022)\n%AUTHENTICATION_TY" - "PE_ROBOT_PART_SECRET\020\003\022\'\n#AUTHENTICATION" - "_TYPE_LOCATION_SECRET\020\004*\243\001\n\022FragmentVisi" - "bility\022#\n\037FRAGMENT_VISIBILITY_UNSPECIFIE" - "D\020\000\022\037\n\033FRAGMENT_VISIBILITY_PRIVATE\020\001\022\036\n\032" - "FRAGMENT_VISIBILITY_PUBLIC\020\002\022\'\n#FRAGMENT" - "_VISIBILITY_PUBLIC_UNLISTED\020\003*\335\001\n\021Fragme" - "ntErrorType\022#\n\037FRAGMENT_ERROR_TYPE_UNSPE" - "CIFIED\020\000\022!\n\035FRAGMENT_ERROR_TYPE_NO_ACCES" - "S\020\001\022.\n*FRAGMENT_ERROR_TYPE_NESTING_LIMIT" - "_EXCEEDED\020\002\022(\n$FRAGMENT_ERROR_TYPE_CHILD" - "_ID_INVALID\020\003\022&\n\"FRAGMENT_ERROR_TYPE_CYC" - "LE_DETECTED\020\004*{\n\020ModuleSourceType\022\"\n\036MOD" - "ULE_SOURCE_TYPE_UNSPECIFIED\020\000\022\037\n\033MODULE_" - "SOURCE_TYPE_EXTERNAL\020\001\022\"\n\036MODULE_SOURCE_" - "TYPE_VIAM_HOSTED\020\002*\202\001\n\016ModuleLanguage\022\037\n" - "\033MODULE_LANGUAGE_UNSPECIFIED\020\000\022\032\n\026MODULE" - "_LANGUAGE_GOLANG\020\001\022\032\n\026MODULE_LANGUAGE_PY" - "THON\020\002\022\027\n\023MODULE_LANGUAGE_CPP\020\003*\207\001\n\022Regi" - "stryItemStatus\022$\n REGISTRY_ITEM_STATUS_U" - "NSPECIFIED\020\000\022\"\n\036REGISTRY_ITEM_STATUS_PUB" - "LISHED\020\001\022\'\n#REGISTRY_ITEM_STATUS_IN_DEVE" - "LOPMENT\020\002*w\n\nVisibility\022\032\n\026VISIBILITY_UN" - "SPECIFIED\020\000\022\026\n\022VISIBILITY_PRIVATE\020\001\022\025\n\021V" - "ISIBILITY_PUBLIC\020\002\022\036\n\032VISIBILITY_PUBLIC_" - "UNLISTED\020\003*\\\n\007AppType\022\030\n\024APP_TYPE_UNSPEC" - "IFIED\020\000\022\033\n\027APP_TYPE_SINGLE_MACHINE\020\001\022\032\n\026" - "APP_TYPE_MULTI_MACHINE\020\002*\301\001\n\024ClientAuthe" - "ntication\022%\n!CLIENT_AUTHENTICATION_UNSPE" - "CIFIED\020\000\022\"\n\036CLIENT_AUTHENTICATION_REQUIR" - "ED\020\001\022&\n\"CLIENT_AUTHENTICATION_NOT_REQUIR" - "ED\020\002\0226\n2CLIENT_AUTHENTICATION_NOT_REQUIR" - "ED_WHEN_USING_PKCE\020\003*~\n\004PKCE\022\024\n\020PKCE_UNS" - "PECIFIED\020\000\022\021\n\rPKCE_REQUIRED\020\001\022\025\n\021PKCE_NO" - "T_REQUIRED\020\002\0226\n2PKCE_NOT_REQUIRED_WHEN_U" - "SING_CLIENT_AUTHENTICATION\020\003*s\n\rURLValid" - "ation\022\036\n\032URL_VALIDATION_UNSPECIFIED\020\000\022\036\n" - "\032URL_VALIDATION_EXACT_MATCH\020\001\022\"\n\036URL_VAL" - "IDATION_ALLOW_WILDCARDS\020\002*\313\001\n\014EnabledGra" - "nt\022\035\n\031ENABLED_GRANT_UNSPECIFIED\020\000\022$\n ENA" - "BLED_GRANT_AUTHORIZATION_CODE\020\001\022\032\n\026ENABL" - "ED_GRANT_IMPLICIT\020\002\022\032\n\026ENABLED_GRANT_PAS" - "SWORD\020\003\022\037\n\033ENABLED_GRANT_REFRESH_TOKEN\020\004" - "\022\035\n\031ENABLED_GRANT_DEVICE_CODE\020\0052\340[\n\nAppS" - "ervice\022_\n\020GetUserIDByEmail\022$.viam.app.v1" - ".GetUserIDByEmailRequest\032%.viam.app.v1.G" - "etUserIDByEmailResponse\022e\n\022CreateOrganiz" - "ation\022&.viam.app.v1.CreateOrganizationRe" - "quest\032\'.viam.app.v1.CreateOrganizationRe" - "sponse\022b\n\021ListOrganizations\022%.viam.app.v" - "1.ListOrganizationsRequest\032&.viam.app.v1" - ".ListOrganizationsResponse\022\233\001\n$GetOrgani" - "zationsWithAccessToLocation\0228.viam.app.v" - "1.GetOrganizationsWithAccessToLocationRe" - "quest\0329.viam.app.v1.GetOrganizationsWith" - "AccessToLocationResponse\022t\n\027ListOrganiza" - "tionsByUser\022+.viam.app.v1.ListOrganizati" - "onsByUserRequest\032,.viam.app.v1.ListOrgan" - "izationsByUserResponse\022h\n\023SearchOrganiza" - "tions\022\'.viam.app.v1.SearchOrganizationsR" - "equest\032(.viam.app.v1.SearchOrganizations" - "Response\022\\\n\017GetOrganization\022#.viam.app.v" - "1.GetOrganizationRequest\032$.viam.app.v1.G" - "etOrganizationResponse\022\233\001\n$GetOrganizati" - "onNamespaceAvailability\0228.viam.app.v1.Ge" - "tOrganizationNamespaceAvailabilityReques" - "t\0329.viam.app.v1.GetOrganizationNamespace" - "AvailabilityResponse\022e\n\022UpdateOrganizati" - "on\022&.viam.app.v1.UpdateOrganizationReque" - "st\032\'.viam.app.v1.UpdateOrganizationRespo" - "nse\022\200\001\n\033UpdateOrganizationNamespace\022/.vi" - "am.app.v1.UpdateOrganizationNamespaceReq" - "uest\0320.viam.app.v1.UpdateOrganizationNam" - "espaceResponse\022e\n\022DeleteOrganization\022&.v" - "iam.app.v1.DeleteOrganizationRequest\032\'.v" - "iam.app.v1.DeleteOrganizationResponse\022t\n" - "\027GetOrganizationMetadata\022+.viam.app.v1.G" - "etOrganizationMetadataRequest\032,.viam.app" - ".v1.GetOrganizationMetadataResponse\022}\n\032U" - "pdateOrganizationMetadata\022..viam.app.v1." - "UpdateOrganizationMetadataRequest\032/.viam" - ".app.v1.UpdateOrganizationMetadataRespon" - "se\022t\n\027ListOrganizationMembers\022+.viam.app" - ".v1.ListOrganizationMembersRequest\032,.via" - "m.app.v1.ListOrganizationMembersResponse" - "\022w\n\030CreateOrganizationInvite\022,.viam.app." - "v1.CreateOrganizationInviteRequest\032-.via" - "m.app.v1.CreateOrganizationInviteRespons" - "e\022\241\001\n&UpdateOrganizationInviteAuthorizat" - "ions\022:.viam.app.v1.UpdateOrganizationInv" - "iteAuthorizationsRequest\032;.viam.app.v1.U" - "pdateOrganizationInviteAuthorizationsRes" - "ponse\022w\n\030DeleteOrganizationMember\022,.viam" - ".app.v1.DeleteOrganizationMemberRequest\032" - "-.viam.app.v1.DeleteOrganizationMemberRe" - "sponse\022w\n\030DeleteOrganizationInvite\022,.via" - "m.app.v1.DeleteOrganizationInviteRequest" - "\032-.viam.app.v1.DeleteOrganizationInviteR" - "esponse\022w\n\030ResendOrganizationInvite\022,.vi" - "am.app.v1.ResendOrganizationInviteReques" - "t\032-.viam.app.v1.ResendOrganizationInvite" - "Response\022k\n\024EnableBillingService\022(.viam." - "app.v1.EnableBillingServiceRequest\032).via" - "m.app.v1.EnableBillingServiceResponse\022n\n" - "\025DisableBillingService\022).viam.app.v1.Dis" - "ableBillingServiceRequest\032*.viam.app.v1." - "DisableBillingServiceResponse\022k\n\024UpdateB" - "illingService\022(.viam.app.v1.UpdateBillin" - "gServiceRequest\032).viam.app.v1.UpdateBill" - "ingServiceResponse\022t\n\027GetBillingServiceC" - "onfig\022+.viam.app.v1.GetBillingServiceCon" - "figRequest\032,.viam.app.v1.GetBillingServi" - "ceConfigResponse\022\200\001\n\033OrganizationSetSupp" - "ortEmail\022/.viam.app.v1.OrganizationSetSu" - "pportEmailRequest\0320.viam.app.v1.Organiza" - "tionSetSupportEmailResponse\022\200\001\n\033Organiza" - "tionGetSupportEmail\022/.viam.app.v1.Organi" - "zationGetSupportEmailRequest\0320.viam.app." - "v1.OrganizationGetSupportEmailResponse\022h" - "\n\023OrganizationSetLogo\022\'.viam.app.v1.Orga" - "nizationSetLogoRequest\032(.viam.app.v1.Org" - "anizationSetLogoResponse\022h\n\023Organization" - "GetLogo\022\'.viam.app.v1.OrganizationGetLog" - "oRequest\032(.viam.app.v1.OrganizationGetLo" - "goResponse\022b\n\021EnableAuthService\022%.viam.a" - "pp.v1.EnableAuthServiceRequest\032&.viam.ap" - "p.v1.EnableAuthServiceResponse\022e\n\022Disabl" - "eAuthService\022&.viam.app.v1.DisableAuthSe" - "rviceRequest\032\'.viam.app.v1.DisableAuthSe" - "rviceResponse\022Y\n\016CreateOAuthApp\022\".viam.a" - "pp.v1.CreateOAuthAppRequest\032#.viam.app.v" - "1.CreateOAuthAppResponse\022S\n\014ReadOAuthApp" - "\022 .viam.app.v1.ReadOAuthAppRequest\032!.via" - "m.app.v1.ReadOAuthAppResponse\022Y\n\016UpdateO" - "AuthApp\022\".viam.app.v1.UpdateOAuthAppRequ" - "est\032#.viam.app.v1.UpdateOAuthAppResponse" - "\022Y\n\016DeleteOAuthApp\022\".viam.app.v1.DeleteO" - "AuthAppRequest\032#.viam.app.v1.DeleteOAuth" - "AppResponse\022V\n\rListOAuthApps\022!.viam.app." - "v1.ListOAuthAppsRequest\032\".viam.app.v1.Li" - "stOAuthAppsResponse\022e\n\022CreateOAuthAppUse" - "r\022&.viam.app.v1.CreateOAuthAppUserReques" - "t\032\'.viam.app.v1.CreateOAuthAppUserRespon" - "se\022Y\n\016CreateLocation\022\".viam.app.v1.Creat" - "eLocationRequest\032#.viam.app.v1.CreateLoc" - "ationResponse\022P\n\013GetLocation\022\037.viam.app." - "v1.GetLocationRequest\032 .viam.app.v1.GetL" - "ocationResponse\022Y\n\016UpdateLocation\022\".viam" - ".app.v1.UpdateLocationRequest\032#.viam.app" - ".v1.UpdateLocationResponse\022Y\n\016DeleteLoca" - "tion\022\".viam.app.v1.DeleteLocationRequest" - "\032#.viam.app.v1.DeleteLocationResponse\022h\n" - "\023GetLocationMetadata\022\'.viam.app.v1.GetLo" - "cationMetadataRequest\032(.viam.app.v1.GetL" - "ocationMetadataResponse\022q\n\026UpdateLocatio" - "nMetadata\022*.viam.app.v1.UpdateLocationMe" - "tadataRequest\032+.viam.app.v1.UpdateLocati" - "onMetadataResponse\022V\n\rListLocations\022!.vi" - "am.app.v1.ListLocationsRequest\032\".viam.ap" - "p.v1.ListLocationsResponse\022V\n\rShareLocat" - "ion\022!.viam.app.v1.ShareLocationRequest\032\"" - ".viam.app.v1.ShareLocationResponse\022\\\n\017Un" - "shareLocation\022#.viam.app.v1.UnshareLocat" - "ionRequest\032$.viam.app.v1.UnshareLocation" - "Response\022S\n\014LocationAuth\022 .viam.app.v1.L" - "ocationAuthRequest\032!.viam.app.v1.Locatio" - "nAuthResponse\022k\n\024CreateLocationSecret\022(." - "viam.app.v1.CreateLocationSecretRequest\032" - ").viam.app.v1.CreateLocationSecretRespon" - "se\022k\n\024DeleteLocationSecret\022(.viam.app.v1" - ".DeleteLocationSecretRequest\032).viam.app." - "v1.DeleteLocationSecretResponse\022G\n\010GetRo" - "bot\022\034.viam.app.v1.GetRobotRequest\032\035.viam" - ".app.v1.GetRobotResponse\022_\n\020GetRobotMeta" - "data\022$.viam.app.v1.GetRobotMetadataReque" - "st\032%.viam.app.v1.GetRobotMetadataRespons" - "e\022h\n\023UpdateRobotMetadata\022\'.viam.app.v1.U" - "pdateRobotMetadataRequest\032(.viam.app.v1." - "UpdateRobotMetadataResponse\022k\n\024GetRoverR" - "entalRobots\022(.viam.app.v1.GetRoverRental" - "RobotsRequest\032).viam.app.v1.GetRoverRent" - "alRobotsResponse\022V\n\rGetRobotParts\022!.viam" - ".app.v1.GetRobotPartsRequest\032\".viam.app." - "v1.GetRobotPartsResponse\022S\n\014GetRobotPart" - "\022 .viam.app.v1.GetRobotPartRequest\032!.via" - "m.app.v1.GetRobotPartResponse\022\206\001\n\035GetRob" - "otPartByNameAndLocation\0221.viam.app.v1.Ge" - "tRobotPartByNameAndLocationRequest\0322.via" - "m.app.v1.GetRobotPartByNameAndLocationRe" - "sponse\022_\n\020GetRobotPartLogs\022$.viam.app.v1" - ".GetRobotPartLogsRequest\032%.viam.app.v1.G" - "etRobotPartLogsResponse\022d\n\021TailRobotPart" - "Logs\022%.viam.app.v1.TailRobotPartLogsRequ" - "est\032&.viam.app.v1.TailRobotPartLogsRespo" - "nse0\001\022h\n\023GetRobotPartHistory\022\'.viam.app." - "v1.GetRobotPartHistoryRequest\032(.viam.app" - ".v1.GetRobotPartHistoryResponse\022\\\n\017Updat" - "eRobotPart\022#.viam.app.v1.UpdateRobotPart" - "Request\032$.viam.app.v1.UpdateRobotPartRes" - "ponse\022S\n\014NewRobotPart\022 .viam.app.v1.NewR" - "obotPartRequest\032!.viam.app.v1.NewRobotPa" - "rtResponse\022\\\n\017DeleteRobotPart\022#.viam.app" - ".v1.DeleteRobotPartRequest\032$.viam.app.v1" - ".DeleteRobotPartResponse\022k\n\024GetRobotPart" - "Metadata\022(.viam.app.v1.GetRobotPartMetad" - "ataRequest\032).viam.app.v1.GetRobotPartMet" - "adataResponse\022t\n\027UpdateRobotPartMetadata" - "\022+.viam.app.v1.UpdateRobotPartMetadataRe" - "quest\032,.viam.app.v1.UpdateRobotPartMetad" - "ataResponse\022\\\n\017GetRobotAPIKeys\022#.viam.ap" - "p.v1.GetRobotAPIKeysRequest\032$.viam.app.v" - "1.GetRobotAPIKeysResponse\022Y\n\016MarkPartAsM" - "ain\022\".viam.app.v1.MarkPartAsMainRequest\032" - "#.viam.app.v1.MarkPartAsMainResponse\022e\n\022" - "MarkPartForRestart\022&.viam.app.v1.MarkPar" - "tForRestartRequest\032\'.viam.app.v1.MarkPar" - "tForRestartResponse\022n\n\025CreateRobotPartSe" - "cret\022).viam.app.v1.CreateRobotPartSecret" - "Request\032*.viam.app.v1.CreateRobotPartSec" - "retResponse\022n\n\025DeleteRobotPartSecret\022).v" - "iam.app.v1.DeleteRobotPartSecretRequest\032" - "*.viam.app.v1.DeleteRobotPartSecretRespo" - "nse\022M\n\nListRobots\022\036.viam.app.v1.ListRobo" - "tsRequest\032\037.viam.app.v1.ListRobotsRespon" - "se\022q\n\026ListRobotsForLocations\022*.viam.app." - "v1.ListRobotsForLocationsRequest\032+.viam." - "app.v1.ListRobotsForLocationsResponse\022_\n" - "\020ListRobotsForOrg\022$.viam.app.v1.ListRobo" - "tsForOrgRequest\032%.viam.app.v1.ListRobots" - "ForOrgResponse\022G\n\010NewRobot\022\034.viam.app.v1" - ".NewRobotRequest\032\035.viam.app.v1.NewRobotR" - "esponse\022P\n\013UpdateRobot\022\037.viam.app.v1.Upd" - "ateRobotRequest\032 .viam.app.v1.UpdateRobo" - "tResponse\022P\n\013DeleteRobot\022\037.viam.app.v1.D" - "eleteRobotRequest\032 .viam.app.v1.DeleteRo" - "botResponse\022V\n\rListFragments\022!.viam.app." - "v1.ListFragmentsRequest\032\".viam.app.v1.Li" - "stFragmentsResponse\022P\n\013GetFragment\022\037.via" - "m.app.v1.GetFragmentRequest\032 .viam.app.v" - "1.GetFragmentResponse\022Y\n\016CreateFragment\022" - "\".viam.app.v1.CreateFragmentRequest\032#.vi" - "am.app.v1.CreateFragmentResponse\022Y\n\016Upda" - "teFragment\022\".viam.app.v1.UpdateFragmentR" - "equest\032#.viam.app.v1.UpdateFragmentRespo" - "nse\022Y\n\016DeleteFragment\022\".viam.app.v1.Dele" - "teFragmentRequest\032#.viam.app.v1.DeleteFr" - "agmentResponse\022h\n\023ListNestedFragments\022\'." - "viam.app.v1.ListNestedFragmentsRequest\032(" - ".viam.app.v1.ListNestedFragmentsResponse" - "\022k\n\024ListMachineFragments\022(.viam.app.v1.L" - "istMachineFragmentsRequest\032).viam.app.v1" - ".ListMachineFragmentsResponse\022k\n\024ListMac" - "hineSummaries\022(.viam.app.v1.ListMachineS" - "ummariesRequest\032).viam.app.v1.ListMachin" - "eSummariesResponse\022e\n\022GetFragmentHistory" - "\022&.viam.app.v1.GetFragmentHistoryRequest" - "\032\'.viam.app.v1.GetFragmentHistoryRespons" - "e\022_\n\020GetFragmentUsage\022$.viam.app.v1.GetF" - "ragmentUsageRequest\032%.viam.app.v1.GetFra" - "gmentUsageResponse\022Y\n\016SetFragmentTag\022\".v" - "iam.app.v1.SetFragmentTagRequest\032#.viam." - "app.v1.SetFragmentTagResponse\022b\n\021DeleteF" - "ragmentTag\022%.viam.app.v1.DeleteFragmentT" - "agRequest\032&.viam.app.v1.DeleteFragmentTa" - "gResponse\022D\n\007AddRole\022\033.viam.app.v1.AddRo" - "leRequest\032\034.viam.app.v1.AddRoleResponse\022" - "M\n\nRemoveRole\022\036.viam.app.v1.RemoveRoleRe" - "quest\032\037.viam.app.v1.RemoveRoleResponse\022M" - "\n\nChangeRole\022\036.viam.app.v1.ChangeRoleReq" - "uest\032\037.viam.app.v1.ChangeRoleResponse\022e\n" - "\022ListAuthorizations\022&.viam.app.v1.ListAu" - "thorizationsRequest\032\'.viam.app.v1.ListAu" - "thorizationsResponse\022_\n\020CheckPermissions" - "\022$.viam.app.v1.CheckPermissionsRequest\032%" - ".viam.app.v1.CheckPermissionsResponse\022\\\n" - "\017GetRegistryItem\022#.viam.app.v1.GetRegist" - "ryItemRequest\032$.viam.app.v1.GetRegistryI" - "temResponse\022e\n\022CreateRegistryItem\022&.viam" - ".app.v1.CreateRegistryItemRequest\032\'.viam" - ".app.v1.CreateRegistryItemResponse\022e\n\022Up" - "dateRegistryItem\022&.viam.app.v1.UpdateReg" - "istryItemRequest\032\'.viam.app.v1.UpdateReg" - "istryItemResponse\022b\n\021ListRegistryItems\022%" - ".viam.app.v1.ListRegistryItemsRequest\032&." - "viam.app.v1.ListRegistryItemsResponse\022e\n" - "\022DeleteRegistryItem\022&.viam.app.v1.Delete" - "RegistryItemRequest\032\'.viam.app.v1.Delete" - "RegistryItemResponse\022e\n\022RenameRegistryIt" - "em\022&.viam.app.v1.RenameRegistryItemReque" - "st\032\'.viam.app.v1.RenameRegistryItemRespo" - "nse\022k\n\024TransferRegistryItem\022(.viam.app.v" - "1.TransferRegistryItemRequest\032).viam.app" - ".v1.TransferRegistryItemResponse\022S\n\014Crea" - "teModule\022 .viam.app.v1.CreateModuleReque" - "st\032!.viam.app.v1.CreateModuleResponse\022S\n" - "\014UpdateModule\022 .viam.app.v1.UpdateModule" - "Request\032!.viam.app.v1.UpdateModuleRespon" - "se\022a\n\020UploadModuleFile\022$.viam.app.v1.Upl" - "oadModuleFileRequest\032%.viam.app.v1.Uploa" - "dModuleFileResponse(\001\022J\n\tGetModule\022\035.via" - "m.app.v1.GetModuleRequest\032\036.viam.app.v1." - "GetModuleResponse\022P\n\013ListModules\022\037.viam." - "app.v1.ListModulesRequest\032 .viam.app.v1." - "ListModulesResponse\022J\n\tCreateKey\022\035.viam." - "app.v1.CreateKeyRequest\032\036.viam.app.v1.Cr" - "eateKeyResponse\022J\n\tDeleteKey\022\035.viam.app." - "v1.DeleteKeyRequest\032\036.viam.app.v1.Delete" - "KeyResponse\022G\n\010ListKeys\022\034.viam.app.v1.Li" - "stKeysRequest\032\035.viam.app.v1.ListKeysResp" - "onse\022J\n\tRenameKey\022\035.viam.app.v1.RenameKe" - "yRequest\032\036.viam.app.v1.RenameKeyResponse" - "\022J\n\tRotateKey\022\035.viam.app.v1.RotateKeyReq" - "uest\032\036.viam.app.v1.RotateKeyResponse\022\241\001\n" - "&CreateKeyFromExistingKeyAuthorizations\022" - ":.viam.app.v1.CreateKeyFromExistingKeyAu" - "thorizationsRequest\032;.viam.app.v1.Create" - "KeyFromExistingKeyAuthorizationsResponse" - "\022V\n\rGetAppContent\022!.viam.app.v1.GetAppCo" - "ntentRequest\032\".viam.app.v1.GetAppContent" - "Response\022Y\n\016GetAppBranding\022\".viam.app.v1" - ".GetAppBrandingRequest\032#.viam.app.v1.Get" - "AppBrandingResponse\022n\n\025UploadDevicePushT" - "oken\022).viam.app.v1.UploadDevicePushToken" - "Request\032*.viam.app.v1.UploadDevicePushTo" - "kenResponse\022n\n\025DeleteDevicePushToken\022).v" - "iam.app.v1.DeleteDevicePushTokenRequest\032" - "*.viam.app.v1.DeleteDevicePushTokenRespo" - "nse\022h\n\023GetDevicePushTokens\022\'.viam.app.v1" - ".GetDevicePushTokensRequest\032(.viam.app.v" - "1.GetDevicePushTokensResponse\022b\n\021SetFire" - "baseConfig\022%.viam.app.v1.SetFirebaseConf" - "igRequest\032&.viam.app.v1.SetFirebaseConfi" - "gResponse\022b\n\021GetFirebaseConfig\022%.viam.ap" - "p.v1.GetFirebaseConfigRequest\032&.viam.app" - ".v1.GetFirebaseConfigResponse\022k\n\024DeleteF" - "irebaseConfig\022(.viam.app.v1.DeleteFireba" - "seConfigRequest\032).viam.app.v1.DeleteFire" - "baseConfigResponseB\030Z\026go.viam.com/api/ap" - "p/v1b\006proto3" + "\n\014resource_ids\030\002 \003(\tR\013resourceIds\"`\n\032Lis" + "tAuthorizationsResponse\022B\n\016authorization" + "s\030\001 \003(\0132\032.viam.app.v1.AuthorizationR\016aut" + "horizations\"_\n\027CheckPermissionsRequest\022D" + "\n\013permissions\030\001 \003(\0132\".viam.app.v1.Author" + "izedPermissionsR\013permissions\"\177\n\025Authoriz" + "edPermissions\022#\n\rresource_type\030\001 \001(\tR\014re" + "sourceType\022\037\n\013resource_id\030\002 \001(\tR\nresourc" + "eId\022 \n\013permissions\030\003 \003(\tR\013permissions\"u\n" + "\030CheckPermissionsResponse\022Y\n\026authorized_" + "permissions\030\001 \003(\0132\".viam.app.v1.Authoriz" + "edPermissionsR\025authorizedPermissions\"\257\003\n" + "\rModuleVersion\022\030\n\007version\030\001 \001(\tR\007version" + "\022*\n\005files\030\002 \003(\0132\024.viam.app.v1.UploadsR\005f" + "iles\022*\n\006models\030\003 \003(\0132\022.viam.app.v1.Model" + "R\006models\022\036\n\nentrypoint\030\004 \001(\tR\nentrypoint" + "\022 \n\tfirst_run\030\005 \001(\tH\000R\010firstRun\210\001\001\0226\n\024ma" + "rkdown_description\030\006 \001(\tH\001R\023markdownDesc" + "ription\210\001\001\022$\n\004apps\030\007 \003(\0132\020.viam.app.v1.A" + "ppR\004apps\022O\n\021deprecated_status\030\010 \001(\0132\035.vi" + "am.app.v1.DeprecatedStatusH\002R\020deprecated" + "Status\210\001\001B\014\n\n_first_runB\027\n\025_markdown_des" + "criptionB\024\n\022_deprecated_status\"\333\003\n\016Modul" + "eMetadata\022*\n\006models\030\001 \003(\0132\022.viam.app.v1." + "ModelR\006models\0226\n\010versions\030\002 \003(\0132\032.viam.a" + "pp.v1.ModuleVersionR\010versions\022\036\n\nentrypo" + "int\030\003 \001(\tR\nentrypoint\022 \n\tfirst_run\030\004 \001(\t" + "H\000R\010firstRun\210\001\001\0226\n\024markdown_description\030" + "\005 \001(\tH\001R\023markdownDescription\210\001\001\022$\n\004apps\030" + "\006 \003(\0132\020.viam.app.v1.AppR\004apps\022C\n\013source_" + "type\030\007 \001(\0162\035.viam.app.v1.ModuleSourceTyp" + "eH\002R\nsourceType\210\001\001\022<\n\010language\030\010 \001(\0162\033.v" + "iam.app.v1.ModuleLanguageH\003R\010language\210\001\001" + "B\014\n\n_first_runB\027\n\025_markdown_descriptionB" + "\016\n\014_source_typeB\013\n\t_language\"e\n\016MLModelV" + "ersion\022\030\n\007version\030\001 \001(\tR\007version\0229\n\ncrea" + "ted_on\030\002 \001(\0132\032.google.protobuf.Timestamp" + "R\tcreatedOn\"\216\002\n\017MLModelMetadata\022\036\n\010versi" + "ons\030\001 \003(\tB\002\030\001R\010versions\022@\n\nmodel_type\030\002 " + "\001(\0162!.viam.app.mltraining.v1.ModelTypeR\t" + "modelType\022O\n\017model_framework\030\003 \001(\0162&.via" + "m.app.mltraining.v1.ModelFrameworkR\016mode" + "lFramework\022H\n\021detailed_versions\030\004 \003(\0132\033." + "viam.app.v1.MLModelVersionR\020detailedVers" + "ions\"h\n\021MLTrainingVersion\022\030\n\007version\030\001 \001" + "(\tR\007version\0229\n\ncreated_on\030\002 \001(\0132\032.google" + ".protobuf.TimestampR\tcreatedOn\"\377\001\n\022MLTra" + "iningMetadata\022:\n\010versions\030\005 \003(\0132\036.viam.a" + "pp.v1.MLTrainingVersionR\010versions\022@\n\nmod" + "el_type\030\002 \001(\0162!.viam.app.mltraining.v1.M" + "odelTypeR\tmodelType\022O\n\017model_framework\030\003" + " \001(\0162&.viam.app.mltraining.v1.ModelFrame" + "workR\016modelFramework\022\024\n\005draft\030\004 \001(\010R\005dra" + "ftJ\004\010\001\020\002\"m\n\020DeprecatedStatus\022\?\n\rdeprecat" + "ed_at\030\001 \001(\0132\032.google.protobuf.TimestampR" + "\014deprecatedAt\022\030\n\007message\030\002 \001(\tR\007message\"" + "\363\007\n\014RegistryItem\022\027\n\007item_id\030\001 \001(\tR\006itemI" + "d\022\'\n\017organization_id\030\002 \001(\tR\016organization" + "Id\022)\n\020public_namespace\030\003 \001(\tR\017publicName" + "space\022\022\n\004name\030\004 \001(\tR\004name\0225\n\004type\030\005 \001(\0162" + "!.viam.app.packages.v1.PackageTypeR\004type" + "\0227\n\nvisibility\030\006 \001(\0162\027.viam.app.v1.Visib" + "ilityR\nvisibility\022\020\n\003url\030\007 \001(\tR\003url\022 \n\013d" + "escription\030\010 \001(\tR\013description\022*\n\021total_r" + "obot_usage\030\t \001(\003R\017totalRobotUsage\022;\n\032tot" + "al_external_robot_usage\030\r \001(\003R\027totalExte" + "rnalRobotUsage\0228\n\030total_organization_usa" + "ge\030\n \001(\003R\026totalOrganizationUsage\022I\n!tota" + "l_external_organization_usage\030\016 \001(\003R\036tot" + "alExternalOrganizationUsage\022F\n\017module_me" + "tadata\030\013 \001(\0132\033.viam.app.v1.ModuleMetadat" + "aH\000R\016moduleMetadata\022J\n\021ml_model_metadata" + "\030\014 \001(\0132\034.viam.app.v1.MLModelMetadataH\000R\017" + "mlModelMetadata\022S\n\024ml_training_metadata\030" + "\022 \001(\0132\037.viam.app.v1.MLTrainingMetadataH\000" + "R\022mlTrainingMetadata\0229\n\ncreated_at\030\017 \001(\013" + "2\032.google.protobuf.TimestampR\tcreatedAt\022" + "9\n\nupdated_at\030\020 \001(\0132\032.google.protobuf.Ti" + "mestampR\tupdatedAt\022O\n\021deprecated_status\030" + "\021 \001(\0132\035.viam.app.v1.DeprecatedStatusH\001R\020" + "deprecatedStatus\210\001\001B\n\n\010metadataB\024\n\022_depr" + "ecated_status\"\237\001\n\026GetRegistryItemRequest" + "\022\027\n\007item_id\030\001 \001(\tR\006itemId\022I\n\036include_mar" + "kdown_documentation\030\002 \001(\010H\000R\034includeMark" + "downDocumentation\210\001\001B!\n\037_include_markdow" + "n_documentation\"H\n\027GetRegistryItemRespon" + "se\022-\n\004item\030\001 \001(\0132\031.viam.app.v1.RegistryI" + "temR\004item\"\217\001\n\031CreateRegistryItemRequest\022" + "\'\n\017organization_id\030\001 \001(\tR\016organizationId" + "\022\022\n\004name\030\002 \001(\tR\004name\0225\n\004type\030\003 \001(\0162!.via" + "m.app.packages.v1.PackageTypeR\004type\"\034\n\032C" + "reateRegistryItemResponse\"\344\004\n\031UpdateRegi" + "stryItemRequest\022\027\n\007item_id\030\001 \001(\tR\006itemId" + "\0225\n\004type\030\002 \001(\0162!.viam.app.packages.v1.Pa" + "ckageTypeR\004type\022 \n\013description\030\003 \001(\tR\013de" + "scription\0227\n\nvisibility\030\004 \001(\0162\027.viam.app" + ".v1.VisibilityR\nvisibility\022\025\n\003url\030\005 \001(\tH" + "\001R\003url\210\001\001\022Y\n\026update_module_metadata\030\006 \001(" + "\0132!.viam.app.v1.UpdateModuleMetadataH\000R\024" + "updateModuleMetadata\022]\n\030update_ml_model_" + "metadata\030\007 \001(\0132\".viam.app.v1.UpdateMLMod" + "elMetadataH\000R\025updateMlModelMetadata\022f\n\033u" + "pdate_ml_training_metadata\030\010 \001(\0132%.viam." + "app.v1.UpdateMLTrainingMetadataH\000R\030updat" + "eMlTrainingMetadata\0226\n\024markdown_descript" + "ion\030\t \001(\tH\002R\023markdownDescription\210\001\001B\n\n\010m" + "etadataB\006\n\004_urlB\027\n\025_markdown_description" + "\"\034\n\032UpdateRegistryItemResponse\"\310\005\n\030ListR" + "egistryItemsRequest\022,\n\017organization_id\030\001" + " \001(\tH\000R\016organizationId\210\001\001\0227\n\005types\030\002 \003(\016" + "2!.viam.app.packages.v1.PackageTypeR\005typ" + "es\022;\n\014visibilities\030\003 \003(\0162\027.viam.app.v1.V" + "isibilityR\014visibilities\022\034\n\tplatforms\030\004 \003" + "(\tR\tplatforms\022;\n\010statuses\030\005 \003(\0162\037.viam.a" + "pp.v1.RegistryItemStatusR\010statuses\022$\n\013se" + "arch_term\030\006 \001(\tH\001R\nsearchTerm\210\001\001\022\"\n\npage" + "_token\030\007 \001(\tH\002R\tpageToken\210\001\001\022+\n\021public_n" + "amespaces\030\010 \003(\tR\020publicNamespaces\022I\n\036inc" + "lude_markdown_documentation\030\t \001(\010H\003R\034inc" + "ludeMarkdownDocumentation\210\001\001\022M\n\023module_s" + "ource_types\030\n \003(\0162\035.viam.app.v1.ModuleSo" + "urceTypeR\021moduleSourceTypes\022F\n\020module_la" + "nguages\030\013 \003(\0162\033.viam.app.v1.ModuleLangua" + "geR\017moduleLanguagesB\022\n\020_organization_idB" + "\016\n\014_search_termB\r\n\013_page_tokenB!\n\037_inclu" + "de_markdown_documentation\"L\n\031ListRegistr" + "yItemsResponse\022/\n\005items\030\001 \003(\0132\031.viam.app" + ".v1.RegistryItemR\005items\"4\n\031DeleteRegistr" + "yItemRequest\022\027\n\007item_id\030\001 \001(\tR\006itemId\"\034\n" + "\032DeleteRegistryItemResponse\"O\n\031RenameReg" + "istryItemRequest\022\027\n\007item_id\030\001 \001(\tR\006itemI" + "d\022\031\n\010new_name\030\002 \001(\tR\007newName\"K\n\032RenameRe" + "gistryItemResponse\022-\n\004item\030\001 \001(\0132\031.viam." + "app.v1.RegistryItemR\004item\"h\n\033TransferReg" + "istryItemRequest\022\027\n\007item_id\030\001 \001(\tR\006itemI" + "d\0220\n\024new_public_namespace\030\002 \001(\tR\022newPubl" + "icNamespace\"\036\n\034TransferRegistryItemRespo" + "nse\"Q\n\034DeprecateRegistryItemRequest\022\027\n\007i" + "tem_id\030\001 \001(\tR\006itemId\022\030\n\007message\030\002 \001(\tR\007m" + "essage\"\037\n\035DeprecateRegistryItemResponse\"" + "9\n\036UndeprecateRegistryItemRequest\022\027\n\007ite" + "m_id\030\001 \001(\tR\006itemId\"!\n\037UndeprecateRegistr" + "yItemResponse\"R\n\023CreateModuleRequest\022\'\n\017" + "organization_id\030\001 \001(\tR\016organizationId\022\022\n" + "\004name\030\002 \001(\tR\004name\"E\n\024CreateModuleRespons" + "e\022\033\n\tmodule_id\030\001 \001(\tR\010moduleId\022\020\n\003url\030\002 " + "\001(\tR\003url\"\222\003\n\023UpdateModuleRequest\022\033\n\tmodu" + "le_id\030\001 \001(\tR\010moduleId\0227\n\nvisibility\030\002 \001(" + "\0162\027.viam.app.v1.VisibilityR\nvisibility\022\020" + "\n\003url\030\003 \001(\tR\003url\022 \n\013description\030\004 \001(\tR\013d" + "escription\022*\n\006models\030\005 \003(\0132\022.viam.app.v1" + ".ModelR\006models\022\036\n\nentrypoint\030\006 \001(\tR\nentr" + "ypoint\022 \n\tfirst_run\030\007 \001(\tH\000R\010firstRun\210\001\001" + "\022$\n\004apps\030\010 \003(\0132\020.viam.app.v1.AppR\004apps\0226" + "\n\024markdown_description\030\t \001(\tH\001R\023markdown" + "Description\210\001\001B\014\n\n_first_runB\027\n\025_markdow" + "n_description\"!\n\rAllowedOrgIDs\022\020\n\003ids\030\001 " + "\003(\tR\003ids\"\305\002\n\003App\022\022\n\004name\030\001 \001(\tR\004name\022\022\n\004" + "type\030\002 \001(\tR\004type\022\036\n\nentrypoint\030\003 \001(\tR\nen" + "trypoint\022!\n\014fragment_ids\030\004 \003(\tR\013fragment" + "Ids\022 \n\tlogo_path\030\005 \001(\tH\000R\010logoPath\210\001\001\022F\n" + "\016customizations\030\006 \001(\0132\036.viam.app.v1.AppC" + "ustomizationsR\016customizations\022G\n\017allowed" + "_org_ids\030\007 \001(\0132\032.viam.app.v1.AllowedOrgI" + "DsH\001R\rallowedOrgIds\210\001\001B\014\n\n_logo_pathB\022\n\020" + "_allowed_org_ids\"(\n\024UpdateModuleResponse" + "\022\020\n\003url\030\001 \001(\tR\003url\"\250\002\n\024UpdateModuleMetad" + "ata\022*\n\006models\030\001 \003(\0132\022.viam.app.v1.ModelR" + "\006models\022\036\n\nentrypoint\030\002 \001(\tR\nentrypoint\022" + "$\n\004apps\030\003 \003(\0132\020.viam.app.v1.AppR\004apps\022C\n" + "\013source_type\030\004 \001(\0162\035.viam.app.v1.ModuleS" + "ourceTypeH\000R\nsourceType\210\001\001\022<\n\010language\030\005" + " \001(\0162\033.viam.app.v1.ModuleLanguageH\001R\010lan" + "guage\210\001\001B\016\n\014_source_typeB\013\n\t_language\"\252\001" + "\n\025UpdateMLModelMetadata\022@\n\nmodel_type\030\001 " + "\001(\0162!.viam.app.mltraining.v1.ModelTypeR\t" + "modelType\022O\n\017model_framework\030\002 \001(\0162&.via" + "m.app.mltraining.v1.ModelFrameworkR\016mode" + "lFramework\"\303\001\n\030UpdateMLTrainingMetadata\022" + "@\n\nmodel_type\030\001 \001(\0162!.viam.app.mltrainin" + "g.v1.ModelTypeR\tmodelType\022O\n\017model_frame" + "work\030\002 \001(\0162&.viam.app.mltraining.v1.Mode" + "lFrameworkR\016modelFramework\022\024\n\005draft\030\003 \001(" + "\010R\005draft\"\354\001\n\005Model\022\020\n\003api\030\001 \001(\tR\003api\022\024\n\005" + "model\030\002 \001(\tR\005model\022:\n\026markdown_documenta" + "tion\030\003 \001(\tH\000R\025markdownDocumentation\210\001\001\022%" + "\n\013description\030\004 \001(\tH\001R\013description\210\001\001\022-\n" + "\022supported_hardware\030\005 \003(\tR\021supportedHard" + "wareB\031\n\027_markdown_documentationB\016\n\014_desc" + "ription\"\210\001\n\016ModuleFileInfo\022\033\n\tmodule_id\030" + "\001 \001(\tR\010moduleId\022\030\n\007version\030\002 \001(\tR\007versio" + "n\022\032\n\010platform\030\003 \001(\tR\010platform\022#\n\rplatfor" + "m_tags\030\005 \003(\tR\014platformTags\"\207\001\n\027UploadMod" + "uleFileRequest\022G\n\020module_file_info\030\001 \001(\013" + "2\033.viam.app.v1.ModuleFileInfoH\000R\016moduleF" + "ileInfo\022\024\n\004file\030\002 \001(\014H\000R\004fileB\r\n\013module_" + "file\",\n\030UploadModuleFileResponse\022\020\n\003url\030" + "\001 \001(\tR\003url\"\235\001\n\020GetModuleRequest\022\033\n\tmodul" + "e_id\030\001 \001(\tR\010moduleId\022I\n\036include_markdown" + "_documentation\030\002 \001(\010H\000R\034includeMarkdownD" + "ocumentation\210\001\001B!\n\037_include_markdown_doc" + "umentation\"@\n\021GetModuleResponse\022+\n\006modul" + "e\030\001 \001(\0132\023.viam.app.v1.ModuleR\006module\"\363\005\n" + "\006Module\022\033\n\tmodule_id\030\001 \001(\tR\010moduleId\022\022\n\004" + "name\030\002 \001(\tR\004name\0227\n\nvisibility\030\003 \001(\0162\027.v" + "iam.app.v1.VisibilityR\nvisibility\0227\n\010ver" + "sions\030\004 \003(\0132\033.viam.app.v1.VersionHistory" + "R\010versions\022\020\n\003url\030\005 \001(\tR\003url\022 \n\013descript" + "ion\030\006 \001(\tR\013description\022*\n\006models\030\007 \003(\0132\022" + ".viam.app.v1.ModelR\006models\022*\n\021total_robo" + "t_usage\030\010 \001(\003R\017totalRobotUsage\0228\n\030total_" + "organization_usage\030\t \001(\003R\026totalOrganizat" + "ionUsage\022\'\n\017organization_id\030\n \001(\tR\016organ" + "izationId\022\036\n\nentrypoint\030\013 \001(\tR\nentrypoin" + "t\022)\n\020public_namespace\030\014 \001(\tR\017publicNames" + "pace\022 \n\tfirst_run\030\r \001(\tH\000R\010firstRun\210\001\001\0226" + "\n\024markdown_description\030\016 \001(\tH\001R\023markdown" + "Description\210\001\001\022$\n\004apps\030\017 \003(\0132\020.viam.app." + "v1.AppR\004apps\022O\n\021deprecated_status\030\020 \001(\0132" + "\035.viam.app.v1.DeprecatedStatusH\002R\020deprec" + "atedStatus\210\001\001B\014\n\n_first_runB\027\n\025_markdown" + "_descriptionB\024\n\022_deprecated_status\"\260\003\n\016V" + "ersionHistory\022\030\n\007version\030\001 \001(\tR\007version\022" + "*\n\005files\030\002 \003(\0132\024.viam.app.v1.UploadsR\005fi" + "les\022*\n\006models\030\003 \003(\0132\022.viam.app.v1.ModelR" + "\006models\022\036\n\nentrypoint\030\004 \001(\tR\nentrypoint\022" + " \n\tfirst_run\030\005 \001(\tH\000R\010firstRun\210\001\001\0226\n\024mar" + "kdown_description\030\006 \001(\tH\001R\023markdownDescr" + "iption\210\001\001\022$\n\004apps\030\007 \003(\0132\020.viam.app.v1.Ap" + "pR\004apps\022O\n\021deprecated_status\030\010 \001(\0132\035.via" + "m.app.v1.DeprecatedStatusH\002R\020deprecatedS" + "tatus\210\001\001B\014\n\n_first_runB\027\n\025_markdown_desc" + "riptionB\024\n\022_deprecated_status\"b\n\007Uploads" + "\022\032\n\010platform\030\001 \001(\tR\010platform\022;\n\013uploaded" + "_at\030\002 \001(\0132\032.google.protobuf.TimestampR\nu" + "ploadedAt\"\304\001\n\022ListModulesRequest\022,\n\017orga" + "nization_id\030\001 \001(\tH\000R\016organizationId\210\001\001\022I" + "\n\036include_markdown_documentation\030\002 \001(\010H\001" + "R\034includeMarkdownDocumentation\210\001\001B\022\n\020_or" + "ganization_idB!\n\037_include_markdown_docum" + "entation\"D\n\023ListModulesResponse\022-\n\007modul" + "es\030\001 \003(\0132\023.viam.app.v1.ModuleR\007modules\"r" + "\n#DeprecateRegistryItemVersionRequest\022\027\n" + "\007item_id\030\001 \001(\tR\006itemId\022\030\n\007version\030\002 \001(\tR" + "\007version\022\030\n\007message\030\003 \001(\tR\007message\"&\n$De" + "precateRegistryItemVersionResponse\"Z\n%Un" + "deprecateRegistryItemVersionRequest\022\027\n\007i" + "tem_id\030\001 \001(\tR\006itemId\022\030\n\007version\030\002 \001(\tR\007v" + "ersion\"(\n&UndeprecateRegistryItemVersion" + "Response\"/\n\027GetUserIDByEmailRequest\022\024\n\005e" + "mail\030\001 \001(\tR\005email\"3\n\030GetUserIDByEmailRes" + "ponse\022\027\n\007user_id\030\001 \001(\tR\006userId\"9\n\036ListOr" + "ganizationsByUserRequest\022\027\n\007user_id\030\001 \001(" + "\tR\006userId\"\346\001\n\nOrgDetails\022\025\n\006org_id\030\001 \001(\t" + "R\005orgId\022\031\n\010org_name\030\002 \001(\tR\007orgName\022\034\n\007or" + "g_cid\030\003 \001(\tH\000R\006orgCid\210\001\001\022.\n\020public_names" + "pace\030\004 \001(\tH\001R\017publicNamespace\210\001\001\022&\n\014bill" + "ing_tier\030\005 \001(\tH\002R\013billingTier\210\001\001B\n\n\010_org" + "_cidB\023\n\021_public_namespaceB\017\n\r_billing_ti" + "er\"N\n\037ListOrganizationsByUserResponse\022+\n" + "\004orgs\030\001 \003(\0132\027.viam.app.v1.OrgDetailsR\004or" + "gs\"\324\001\n\032SearchOrganizationsRequest\022\032\n\006org" + "_id\030\001 \001(\tH\000R\005orgId\210\001\001\022\036\n\010org_name\030\002 \001(\tH" + "\001R\007orgName\210\001\001\022\025\n\003cid\030\003 \001(\tH\002R\003cid\210\001\001\022.\n\020" + "public_namespace\030\004 \001(\tH\003R\017publicNamespac" + "e\210\001\001B\t\n\007_org_idB\013\n\t_org_nameB\006\n\004_cidB\023\n\021" + "_public_namespace\"\\\n\033SearchOrganizations" + "Response\022=\n\rorganizations\030\001 \003(\0132\027.viam.a" + "pp.v1.OrgDetailsR\rorganizations\"j\n\020Creat" + "eKeyRequest\022B\n\016authorizations\030\001 \003(\0132\032.vi" + "am.app.v1.AuthorizationR\016authorizations\022" + "\022\n\004name\030\002 \001(\tR\004name\"5\n\021CreateKeyResponse" + "\022\020\n\003key\030\001 \001(\tR\003key\022\016\n\002id\030\002 \001(\tR\002id\"\"\n\020De" + "leteKeyRequest\022\016\n\002id\030\001 \001(\tR\002id\"\023\n\021Delete" + "KeyResponse\"6\n\020RenameKeyRequest\022\016\n\002id\030\001 " + "\001(\tR\002id\022\022\n\004name\030\002 \001(\tR\004name\"7\n\021RenameKey" + "Response\022\016\n\002id\030\001 \001(\tR\002id\022\022\n\004name\030\002 \001(\tR\004" + "name\"\315\001\n\024AuthorizationDetails\022-\n\022authori" + "zation_type\030\001 \001(\tR\021authorizationType\022)\n\020" + "authorization_id\030\002 \001(\tR\017authorizationId\022" + "#\n\rresource_type\030\003 \001(\tR\014resourceType\022\037\n\013" + "resource_id\030\004 \001(\tR\nresourceId\022\025\n\006org_id\030" + "\005 \001(\tR\005orgId\"\223\001\n\030APIKeyWithAuthorization" + "s\022,\n\007api_key\030\001 \001(\0132\023.viam.app.v1.APIKeyR" + "\006apiKey\022I\n\016authorizations\030\002 \003(\0132!.viam.a" + "pp.v1.AuthorizationDetailsR\016authorizatio" + "ns\"(\n\017ListKeysRequest\022\025\n\006org_id\030\001 \001(\tR\005o" + "rgId\"T\n\020ListKeysResponse\022@\n\010api_keys\030\001 \003" + "(\0132%.viam.app.v1.APIKeyWithAuthorization" + "sR\007apiKeys\"\"\n\020RotateKeyRequest\022\016\n\002id\030\001 \001" + "(\tR\002id\"5\n\021RotateKeyResponse\022\016\n\002id\030\001 \001(\tR" + "\002id\022\020\n\003key\030\002 \001(\tR\003key\"\?\n-CreateKeyFromEx" + "istingKeyAuthorizationsRequest\022\016\n\002id\030\001 \001" + "(\tR\002id\"R\n.CreateKeyFromExistingKeyAuthor" + "izationsResponse\022\016\n\002id\030\001 \001(\tR\002id\022\020\n\003key\030" + "\002 \001(\tR\003key\"U\n\024GetAppContentRequest\022)\n\020pu" + "blic_namespace\030\001 \001(\tR\017publicNamespace\022\022\n" + "\004name\030\002 \001(\tR\004name\"\235\001\n\025GetAppContentRespo" + "nse\022\033\n\tblob_path\030\001 \001(\tR\010blobPath\022\036\n\nentr" + "ypoint\030\002 \001(\tR\nentrypoint\022/\n\010app_type\030\003 \001" + "(\0162\024.viam.app.v1.AppTypeR\007appType\022\026\n\006pub" + "lic\030\004 \001(\010R\006public\"G\n\032OrganizationSetLogo" + "Request\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\022\n\004logo\030\002" + " \001(\014R\004logo\"\035\n\033OrganizationSetLogoRespons" + "e\"3\n\032OrganizationGetLogoRequest\022\025\n\006org_i" + "d\030\001 \001(\tR\005orgId\"/\n\033OrganizationGetLogoRes" + "ponse\022\020\n\003url\030\001 \001(\tR\003url\"1\n\030EnableAuthSer" + "viceRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"\033\n\031En" + "ableAuthServiceResponse\"2\n\031DisableAuthSe" + "rviceRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"\034\n\032D" + "isableAuthServiceResponse\"\214\001\n\025CreateOAut" + "hAppRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\037\n\013cl" + "ient_name\030\002 \001(\tR\nclientName\022;\n\014oauth_con" + "fig\030\003 \001(\0132\030.viam.app.v1.OAuthConfigR\013oau" + "thConfig\"Z\n\026CreateOAuthAppResponse\022\033\n\tcl" + "ient_id\030\001 \001(\tR\010clientId\022#\n\rclient_secret" + "\030\002 \001(\tR\014clientSecret\"I\n\023ReadOAuthAppRequ" + "est\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\033\n\tclient_id\030" + "\002 \001(\tR\010clientId\"\231\001\n\024ReadOAuthAppResponse" + "\022\037\n\013client_name\030\001 \001(\tR\nclientName\022#\n\rcli" + "ent_secret\030\002 \001(\tR\014clientSecret\022;\n\014oauth_" + "config\030\003 \001(\0132\030.viam.app.v1.OAuthConfigR\013" + "oauthConfig\"\251\001\n\025UpdateOAuthAppRequest\022\025\n" + "\006org_id\030\001 \001(\tR\005orgId\022\033\n\tclient_id\030\002 \001(\tR" + "\010clientId\022\037\n\013client_name\030\003 \001(\tR\nclientNa" + "me\022;\n\014oauth_config\030\004 \001(\0132\030.viam.app.v1.O" + "AuthConfigR\013oauthConfig\"\030\n\026UpdateOAuthAp" + "pResponse\"K\n\025DeleteOAuthAppRequest\022\025\n\006or" + "g_id\030\001 \001(\tR\005orgId\022\033\n\tclient_id\030\002 \001(\tR\010cl" + "ientId\"\030\n\026DeleteOAuthAppResponse\"-\n\024List" + "OAuthAppsRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"" + "6\n\025ListOAuthAppsResponse\022\035\n\nclient_ids\030\001" + " \003(\tR\tclientIds\"\307\001\n\031CreateOAuthAppUserRe" + "quest\022\025\n\006org_id\030\001 \001(\tR\005orgId\022%\n\016applicat" + "ion_id\030\002 \001(\tR\rapplicationId\022\024\n\005email\030\003 \001" + "(\tR\005email\022\035\n\nfirst_name\030\004 \001(\tR\tfirstName" + "\022\033\n\tlast_name\030\005 \001(\tR\010lastName\022\032\n\010passwor" + "d\030\006 \001(\tR\010password\"\242\001\n\032CreateOAuthAppUser" + "Response\022\035\n\nauth_token\030\001 \001(\tR\tauthToken\022" + "\'\n\017registration_id\030\002 \001(\tR\016registrationId" + "\022\027\n\007user_id\030\003 \001(\tR\006userId\022#\n\rrefresh_tok" + "en\030\004 \001(\tR\014refreshToken\"\246\003\n\013OAuthConfig\022V" + "\n\025client_authentication\030\001 \001(\0162!.viam.app" + ".v1.ClientAuthenticationR\024clientAuthenti" + "cation\022%\n\004pkce\030\002 \001(\0162\021.viam.app.v1.PKCER" + "\004pkce\022A\n\016url_validation\030\003 \001(\0162\032.viam.app" + ".v1.URLValidationR\rurlValidation\022\037\n\013orig" + "in_uris\030\004 \003(\tR\noriginUris\022#\n\rredirect_ur" + "is\030\005 \003(\tR\014redirectUris\022\035\n\nlogout_uri\030\006 \001" + "(\tR\tlogoutUri\022@\n\016enabled_grants\030\007 \003(\0162\031." + "viam.app.v1.EnabledGrantR\renabledGrants\022" + ".\n\023invite_redirect_uri\030\010 \001(\tR\021inviteRedi" + "rectUri\"V\n\025GetAppBrandingRequest\022)\n\020publ" + "ic_namespace\030\001 \001(\tR\017publicNamespace\022\022\n\004n" + "ame\030\002 \001(\tR\004name\"\212\001\n\rTextOverrides\022>\n\006fie" + "lds\030\001 \003(\0132&.viam.app.v1.TextOverrides.Fi" + "eldsEntryR\006fields\0329\n\013FieldsEntry\022\020\n\003key\030" + "\001 \001(\tR\003key\022\024\n\005value\030\002 \001(\tR\005value:\0028\001\"\344\002\n" + "\026GetAppBrandingResponse\022 \n\tlogo_path\030\001 \001" + "(\tH\000R\010logoPath\210\001\001\022l\n\023text_customizations" + "\030\002 \003(\0132;.viam.app.v1.GetAppBrandingRespo" + "nse.TextCustomizationsEntryR\022textCustomi" + "zations\022!\n\014fragment_ids\030\003 \003(\tR\013fragmentI" + "ds\022&\n\017allowed_org_ids\030\004 \003(\tR\rallowedOrgI" + "ds\032a\n\027TextCustomizationsEntry\022\020\n\003key\030\001 \001" + "(\tR\003key\0220\n\005value\030\002 \001(\0132\032.viam.app.v1.Tex" + "tOverridesR\005value:\0028\001B\014\n\n_logo_path\"d\n\021A" + "ppCustomizations\022O\n\016machine_picker\030\001 \001(\013" + "2(.viam.app.v1.MachinePickerCustomizatio" + "nsR\rmachinePicker\"|\n\033MachinePickerCustom" + "izations\022\035\n\007heading\030\001 \001(\tH\000R\007heading\210\001\001\022" + "#\n\nsubheading\030\002 \001(\tH\001R\nsubheading\210\001\001B\n\n\010" + "_headingB\r\n\013_subheading\"y\n\034UploadDeviceP" + "ushTokenRequest\022\025\n\006app_id\030\001 \001(\tR\005appId\022!" + "\n\014device_token\030\002 \001(\tR\013deviceToken\022\037\n\013dev" + "ice_uuid\030\003 \001(\tR\ndeviceUuid\"\037\n\035UploadDevi" + "cePushTokenResponse\"V\n\034DeleteDevicePushT" + "okenRequest\022\025\n\006app_id\030\001 \001(\tR\005appId\022\037\n\013de" + "vice_uuid\030\002 \001(\tR\ndeviceUuid\"\037\n\035DeleteDev" + "icePushTokenResponse\"3\n\032GetDevicePushTok" + "ensRequest\022\025\n\006app_id\030\001 \001(\tR\005appId\"B\n\033Get" + "DevicePushTokensResponse\022#\n\rdevice_token" + "s\030\001 \003(\tR\014deviceTokens\"i\n\030SetFirebaseConf" + "igRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\025\n\006app_" + "id\030\002 \001(\tR\005appId\022\037\n\013config_json\030\003 \001(\tR\nco" + "nfigJson\"\033\n\031SetFirebaseConfigResponse\"1\n" + "\030GetFirebaseConfigRequest\022\025\n\006org_id\030\001 \001(" + "\tR\005orgId\"2\n\031GetFirebaseConfigResponse\022\025\n" + "\006app_id\030\001 \001(\tR\005appId\"K\n\033DeleteFirebaseCo" + "nfigRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\025\n\006ap" + "p_id\030\002 \001(\tR\005appId\"\036\n\034DeleteFirebaseConfi" + "gResponse*\177\n\013OnlineState\022\034\n\030ONLINE_STATE" + "_UNSPECIFIED\020\000\022\027\n\023ONLINE_STATE_ONLINE\020\001\022" + "\030\n\024ONLINE_STATE_OFFLINE\020\002\022\037\n\033ONLINE_STAT" + "E_AWAITING_SETUP\020\003*\321\001\n\022AuthenticationTyp" + "e\022#\n\037AUTHENTICATION_TYPE_UNSPECIFIED\020\000\022!" + "\n\035AUTHENTICATION_TYPE_WEB_OAUTH\020\001\022\037\n\033AUT" + "HENTICATION_TYPE_API_KEY\020\002\022)\n%AUTHENTICA" + "TION_TYPE_ROBOT_PART_SECRET\020\003\022\'\n#AUTHENT" + "ICATION_TYPE_LOCATION_SECRET\020\004*\243\001\n\022Fragm" + "entVisibility\022#\n\037FRAGMENT_VISIBILITY_UNS" + "PECIFIED\020\000\022\037\n\033FRAGMENT_VISIBILITY_PRIVAT" + "E\020\001\022\036\n\032FRAGMENT_VISIBILITY_PUBLIC\020\002\022\'\n#F" + "RAGMENT_VISIBILITY_PUBLIC_UNLISTED\020\003*\335\001\n" + "\021FragmentErrorType\022#\n\037FRAGMENT_ERROR_TYP" + "E_UNSPECIFIED\020\000\022!\n\035FRAGMENT_ERROR_TYPE_N" + "O_ACCESS\020\001\022.\n*FRAGMENT_ERROR_TYPE_NESTIN" + "G_LIMIT_EXCEEDED\020\002\022(\n$FRAGMENT_ERROR_TYP" + "E_CHILD_ID_INVALID\020\003\022&\n\"FRAGMENT_ERROR_T" + "YPE_CYCLE_DETECTED\020\004*{\n\020ModuleSourceType" + "\022\"\n\036MODULE_SOURCE_TYPE_UNSPECIFIED\020\000\022\037\n\033" + "MODULE_SOURCE_TYPE_EXTERNAL\020\001\022\"\n\036MODULE_" + "SOURCE_TYPE_VIAM_HOSTED\020\002*\202\001\n\016ModuleLang" + "uage\022\037\n\033MODULE_LANGUAGE_UNSPECIFIED\020\000\022\032\n" + "\026MODULE_LANGUAGE_GOLANG\020\001\022\032\n\026MODULE_LANG" + "UAGE_PYTHON\020\002\022\027\n\023MODULE_LANGUAGE_CPP\020\003*\207" + "\001\n\022RegistryItemStatus\022$\n REGISTRY_ITEM_S" + "TATUS_UNSPECIFIED\020\000\022\"\n\036REGISTRY_ITEM_STA" + "TUS_PUBLISHED\020\001\022\'\n#REGISTRY_ITEM_STATUS_" + "IN_DEVELOPMENT\020\002*w\n\nVisibility\022\032\n\026VISIBI" + "LITY_UNSPECIFIED\020\000\022\026\n\022VISIBILITY_PRIVATE" + "\020\001\022\025\n\021VISIBILITY_PUBLIC\020\002\022\036\n\032VISIBILITY_" + "PUBLIC_UNLISTED\020\003*\\\n\007AppType\022\030\n\024APP_TYPE" + "_UNSPECIFIED\020\000\022\033\n\027APP_TYPE_SINGLE_MACHIN" + "E\020\001\022\032\n\026APP_TYPE_MULTI_MACHINE\020\002*\301\001\n\024Clie" + "ntAuthentication\022%\n!CLIENT_AUTHENTICATIO" + "N_UNSPECIFIED\020\000\022\"\n\036CLIENT_AUTHENTICATION" + "_REQUIRED\020\001\022&\n\"CLIENT_AUTHENTICATION_NOT" + "_REQUIRED\020\002\0226\n2CLIENT_AUTHENTICATION_NOT" + "_REQUIRED_WHEN_USING_PKCE\020\003*~\n\004PKCE\022\024\n\020P" + "KCE_UNSPECIFIED\020\000\022\021\n\rPKCE_REQUIRED\020\001\022\025\n\021" + "PKCE_NOT_REQUIRED\020\002\0226\n2PKCE_NOT_REQUIRED" + "_WHEN_USING_CLIENT_AUTHENTICATION\020\003*s\n\rU" + "RLValidation\022\036\n\032URL_VALIDATION_UNSPECIFI" + "ED\020\000\022\036\n\032URL_VALIDATION_EXACT_MATCH\020\001\022\"\n\036" + "URL_VALIDATION_ALLOW_WILDCARDS\020\002*\313\001\n\014Ena" + "bledGrant\022\035\n\031ENABLED_GRANT_UNSPECIFIED\020\000" + "\022$\n ENABLED_GRANT_AUTHORIZATION_CODE\020\001\022\032" + "\n\026ENABLED_GRANT_IMPLICIT\020\002\022\032\n\026ENABLED_GR" + "ANT_PASSWORD\020\003\022\037\n\033ENABLED_GRANT_REFRESH_" + "TOKEN\020\004\022\035\n\031ENABLED_GRANT_DEVICE_CODE\020\0052\330" + "_\n\nAppService\022_\n\020GetUserIDByEmail\022$.viam" + ".app.v1.GetUserIDByEmailRequest\032%.viam.a" + "pp.v1.GetUserIDByEmailResponse\022e\n\022Create" + "Organization\022&.viam.app.v1.CreateOrganiz" + "ationRequest\032\'.viam.app.v1.CreateOrganiz" + "ationResponse\022b\n\021ListOrganizations\022%.via" + "m.app.v1.ListOrganizationsRequest\032&.viam" + ".app.v1.ListOrganizationsResponse\022\233\001\n$Ge" + "tOrganizationsWithAccessToLocation\0228.via" + "m.app.v1.GetOrganizationsWithAccessToLoc" + "ationRequest\0329.viam.app.v1.GetOrganizati" + "onsWithAccessToLocationResponse\022t\n\027ListO" + "rganizationsByUser\022+.viam.app.v1.ListOrg" + "anizationsByUserRequest\032,.viam.app.v1.Li" + "stOrganizationsByUserResponse\022h\n\023SearchO" + "rganizations\022\'.viam.app.v1.SearchOrganiz" + "ationsRequest\032(.viam.app.v1.SearchOrgani" + "zationsResponse\022\\\n\017GetOrganization\022#.via" + "m.app.v1.GetOrganizationRequest\032$.viam.a" + "pp.v1.GetOrganizationResponse\022\233\001\n$GetOrg" + "anizationNamespaceAvailability\0228.viam.ap" + "p.v1.GetOrganizationNamespaceAvailabilit" + "yRequest\0329.viam.app.v1.GetOrganizationNa" + "mespaceAvailabilityResponse\022e\n\022UpdateOrg" + "anization\022&.viam.app.v1.UpdateOrganizati" + "onRequest\032\'.viam.app.v1.UpdateOrganizati" + "onResponse\022\200\001\n\033UpdateOrganizationNamespa" + "ce\022/.viam.app.v1.UpdateOrganizationNames" + "paceRequest\0320.viam.app.v1.UpdateOrganiza" + "tionNamespaceResponse\022e\n\022DeleteOrganizat" + "ion\022&.viam.app.v1.DeleteOrganizationRequ" + "est\032\'.viam.app.v1.DeleteOrganizationResp" + "onse\022t\n\027GetOrganizationMetadata\022+.viam.a" + "pp.v1.GetOrganizationMetadataRequest\032,.v" + "iam.app.v1.GetOrganizationMetadataRespon" + "se\022}\n\032UpdateOrganizationMetadata\022..viam." + "app.v1.UpdateOrganizationMetadataRequest" + "\032/.viam.app.v1.UpdateOrganizationMetadat" + "aResponse\022t\n\027ListOrganizationMembers\022+.v" + "iam.app.v1.ListOrganizationMembersReques" + "t\032,.viam.app.v1.ListOrganizationMembersR" + "esponse\022w\n\030CreateOrganizationInvite\022,.vi" + "am.app.v1.CreateOrganizationInviteReques" + "t\032-.viam.app.v1.CreateOrganizationInvite" + "Response\022\241\001\n&UpdateOrganizationInviteAut" + "horizations\022:.viam.app.v1.UpdateOrganiza" + "tionInviteAuthorizationsRequest\032;.viam.a" + "pp.v1.UpdateOrganizationInviteAuthorizat" + "ionsResponse\022w\n\030DeleteOrganizationMember" + "\022,.viam.app.v1.DeleteOrganizationMemberR" + "equest\032-.viam.app.v1.DeleteOrganizationM" + "emberResponse\022w\n\030DeleteOrganizationInvit" + "e\022,.viam.app.v1.DeleteOrganizationInvite" + "Request\032-.viam.app.v1.DeleteOrganization" + "InviteResponse\022w\n\030ResendOrganizationInvi" + "te\022,.viam.app.v1.ResendOrganizationInvit" + "eRequest\032-.viam.app.v1.ResendOrganizatio" + "nInviteResponse\022k\n\024EnableBillingService\022" + "(.viam.app.v1.EnableBillingServiceReques" + "t\032).viam.app.v1.EnableBillingServiceResp" + "onse\022n\n\025DisableBillingService\022).viam.app" + ".v1.DisableBillingServiceRequest\032*.viam." + "app.v1.DisableBillingServiceResponse\022k\n\024" + "UpdateBillingService\022(.viam.app.v1.Updat" + "eBillingServiceRequest\032).viam.app.v1.Upd" + "ateBillingServiceResponse\022t\n\027GetBillingS" + "erviceConfig\022+.viam.app.v1.GetBillingSer" + "viceConfigRequest\032,.viam.app.v1.GetBilli" + "ngServiceConfigResponse\022\200\001\n\033Organization" + "SetSupportEmail\022/.viam.app.v1.Organizati" + "onSetSupportEmailRequest\0320.viam.app.v1.O" + "rganizationSetSupportEmailResponse\022\200\001\n\033O" + "rganizationGetSupportEmail\022/.viam.app.v1" + ".OrganizationGetSupportEmailRequest\0320.vi" + "am.app.v1.OrganizationGetSupportEmailRes" + "ponse\022h\n\023OrganizationSetLogo\022\'.viam.app." + "v1.OrganizationSetLogoRequest\032(.viam.app" + ".v1.OrganizationSetLogoResponse\022h\n\023Organ" + "izationGetLogo\022\'.viam.app.v1.Organizatio" + "nGetLogoRequest\032(.viam.app.v1.Organizati" + "onGetLogoResponse\022b\n\021EnableAuthService\022%" + ".viam.app.v1.EnableAuthServiceRequest\032&." + "viam.app.v1.EnableAuthServiceResponse\022e\n" + "\022DisableAuthService\022&.viam.app.v1.Disabl" + "eAuthServiceRequest\032\'.viam.app.v1.Disabl" + "eAuthServiceResponse\022Y\n\016CreateOAuthApp\022\"" + ".viam.app.v1.CreateOAuthAppRequest\032#.via" + "m.app.v1.CreateOAuthAppResponse\022S\n\014ReadO" + "AuthApp\022 .viam.app.v1.ReadOAuthAppReques" + "t\032!.viam.app.v1.ReadOAuthAppResponse\022Y\n\016" + "UpdateOAuthApp\022\".viam.app.v1.UpdateOAuth" + "AppRequest\032#.viam.app.v1.UpdateOAuthAppR" + "esponse\022Y\n\016DeleteOAuthApp\022\".viam.app.v1." + "DeleteOAuthAppRequest\032#.viam.app.v1.Dele" + "teOAuthAppResponse\022V\n\rListOAuthApps\022!.vi" + "am.app.v1.ListOAuthAppsRequest\032\".viam.ap" + "p.v1.ListOAuthAppsResponse\022e\n\022CreateOAut" + "hAppUser\022&.viam.app.v1.CreateOAuthAppUse" + "rRequest\032\'.viam.app.v1.CreateOAuthAppUse" + "rResponse\022Y\n\016CreateLocation\022\".viam.app.v" + "1.CreateLocationRequest\032#.viam.app.v1.Cr" + "eateLocationResponse\022P\n\013GetLocation\022\037.vi" + "am.app.v1.GetLocationRequest\032 .viam.app." + "v1.GetLocationResponse\022Y\n\016UpdateLocation" + "\022\".viam.app.v1.UpdateLocationRequest\032#.v" + "iam.app.v1.UpdateLocationResponse\022Y\n\016Del" + "eteLocation\022\".viam.app.v1.DeleteLocation" + "Request\032#.viam.app.v1.DeleteLocationResp" + "onse\022h\n\023GetLocationMetadata\022\'.viam.app.v" + "1.GetLocationMetadataRequest\032(.viam.app." + "v1.GetLocationMetadataResponse\022q\n\026Update" + "LocationMetadata\022*.viam.app.v1.UpdateLoc" + "ationMetadataRequest\032+.viam.app.v1.Updat" + "eLocationMetadataResponse\022V\n\rListLocatio" + "ns\022!.viam.app.v1.ListLocationsRequest\032\"." + "viam.app.v1.ListLocationsResponse\022V\n\rSha" + "reLocation\022!.viam.app.v1.ShareLocationRe" + "quest\032\".viam.app.v1.ShareLocationRespons" + "e\022\\\n\017UnshareLocation\022#.viam.app.v1.Unsha" + "reLocationRequest\032$.viam.app.v1.UnshareL" + "ocationResponse\022S\n\014LocationAuth\022 .viam.a" + "pp.v1.LocationAuthRequest\032!.viam.app.v1." + "LocationAuthResponse\022k\n\024CreateLocationSe" + "cret\022(.viam.app.v1.CreateLocationSecretR" + "equest\032).viam.app.v1.CreateLocationSecre" + "tResponse\022k\n\024DeleteLocationSecret\022(.viam" + ".app.v1.DeleteLocationSecretRequest\032).vi" + "am.app.v1.DeleteLocationSecretResponse\022G" + "\n\010GetRobot\022\034.viam.app.v1.GetRobotRequest" + "\032\035.viam.app.v1.GetRobotResponse\022_\n\020GetRo" + "botMetadata\022$.viam.app.v1.GetRobotMetada" + "taRequest\032%.viam.app.v1.GetRobotMetadata" + "Response\022h\n\023UpdateRobotMetadata\022\'.viam.a" + "pp.v1.UpdateRobotMetadataRequest\032(.viam." + "app.v1.UpdateRobotMetadataResponse\022k\n\024Ge" + "tRoverRentalRobots\022(.viam.app.v1.GetRove" + "rRentalRobotsRequest\032).viam.app.v1.GetRo" + "verRentalRobotsResponse\022V\n\rGetRobotParts" + "\022!.viam.app.v1.GetRobotPartsRequest\032\".vi" + "am.app.v1.GetRobotPartsResponse\022S\n\014GetRo" + "botPart\022 .viam.app.v1.GetRobotPartReques" + "t\032!.viam.app.v1.GetRobotPartResponse\022\206\001\n" + "\035GetRobotPartByNameAndLocation\0221.viam.ap" + "p.v1.GetRobotPartByNameAndLocationReques" + "t\0322.viam.app.v1.GetRobotPartByNameAndLoc" + "ationResponse\022_\n\020GetRobotPartLogs\022$.viam" + ".app.v1.GetRobotPartLogsRequest\032%.viam.a" + "pp.v1.GetRobotPartLogsResponse\022d\n\021TailRo" + "botPartLogs\022%.viam.app.v1.TailRobotPartL" + "ogsRequest\032&.viam.app.v1.TailRobotPartLo" + "gsResponse0\001\022h\n\023GetRobotPartHistory\022\'.vi" + "am.app.v1.GetRobotPartHistoryRequest\032(.v" + "iam.app.v1.GetRobotPartHistoryResponse\022\\" + "\n\017UpdateRobotPart\022#.viam.app.v1.UpdateRo" + "botPartRequest\032$.viam.app.v1.UpdateRobot" + "PartResponse\022S\n\014NewRobotPart\022 .viam.app." + "v1.NewRobotPartRequest\032!.viam.app.v1.New" + "RobotPartResponse\022\\\n\017DeleteRobotPart\022#.v" + "iam.app.v1.DeleteRobotPartRequest\032$.viam" + ".app.v1.DeleteRobotPartResponse\022k\n\024GetRo" + "botPartMetadata\022(.viam.app.v1.GetRobotPa" + "rtMetadataRequest\032).viam.app.v1.GetRobot" + "PartMetadataResponse\022t\n\027UpdateRobotPartM" + "etadata\022+.viam.app.v1.UpdateRobotPartMet" + "adataRequest\032,.viam.app.v1.UpdateRobotPa" + "rtMetadataResponse\022\\\n\017GetRobotAPIKeys\022#." + "viam.app.v1.GetRobotAPIKeysRequest\032$.via" + "m.app.v1.GetRobotAPIKeysResponse\022Y\n\016Mark" + "PartAsMain\022\".viam.app.v1.MarkPartAsMainR" + "equest\032#.viam.app.v1.MarkPartAsMainRespo" + "nse\022e\n\022MarkPartForRestart\022&.viam.app.v1." + "MarkPartForRestartRequest\032\'.viam.app.v1." + "MarkPartForRestartResponse\022n\n\025CreateRobo" + "tPartSecret\022).viam.app.v1.CreateRobotPar" + "tSecretRequest\032*.viam.app.v1.CreateRobot" + "PartSecretResponse\022n\n\025DeleteRobotPartSec" + "ret\022).viam.app.v1.DeleteRobotPartSecretR" + "equest\032*.viam.app.v1.DeleteRobotPartSecr" + "etResponse\022M\n\nListRobots\022\036.viam.app.v1.L" + "istRobotsRequest\032\037.viam.app.v1.ListRobot" + "sResponse\022q\n\026ListRobotsForLocations\022*.vi" + "am.app.v1.ListRobotsForLocationsRequest\032" + "+.viam.app.v1.ListRobotsForLocationsResp" + "onse\022_\n\020ListRobotsForOrg\022$.viam.app.v1.L" + "istRobotsForOrgRequest\032%.viam.app.v1.Lis" + "tRobotsForOrgResponse\022G\n\010NewRobot\022\034.viam" + ".app.v1.NewRobotRequest\032\035.viam.app.v1.Ne" + "wRobotResponse\022P\n\013UpdateRobot\022\037.viam.app" + ".v1.UpdateRobotRequest\032 .viam.app.v1.Upd" + "ateRobotResponse\022P\n\013DeleteRobot\022\037.viam.a" + "pp.v1.DeleteRobotRequest\032 .viam.app.v1.D" + "eleteRobotResponse\022V\n\rListFragments\022!.vi" + "am.app.v1.ListFragmentsRequest\032\".viam.ap" + "p.v1.ListFragmentsResponse\022P\n\013GetFragmen" + "t\022\037.viam.app.v1.GetFragmentRequest\032 .via" + "m.app.v1.GetFragmentResponse\022Y\n\016CreateFr" + "agment\022\".viam.app.v1.CreateFragmentReque" + "st\032#.viam.app.v1.CreateFragmentResponse\022" + "Y\n\016UpdateFragment\022\".viam.app.v1.UpdateFr" + "agmentRequest\032#.viam.app.v1.UpdateFragme" + "ntResponse\022Y\n\016DeleteFragment\022\".viam.app." + "v1.DeleteFragmentRequest\032#.viam.app.v1.D" + "eleteFragmentResponse\022h\n\023ListNestedFragm" + "ents\022\'.viam.app.v1.ListNestedFragmentsRe" + "quest\032(.viam.app.v1.ListNestedFragmentsR" + "esponse\022k\n\024ListMachineFragments\022(.viam.a" + "pp.v1.ListMachineFragmentsRequest\032).viam" + ".app.v1.ListMachineFragmentsResponse\022k\n\024" + "ListMachineSummaries\022(.viam.app.v1.ListM" + "achineSummariesRequest\032).viam.app.v1.Lis" + "tMachineSummariesResponse\022e\n\022GetFragment" + "History\022&.viam.app.v1.GetFragmentHistory" + "Request\032\'.viam.app.v1.GetFragmentHistory" + "Response\022_\n\020GetFragmentUsage\022$.viam.app." + "v1.GetFragmentUsageRequest\032%.viam.app.v1" + ".GetFragmentUsageResponse\022Y\n\016SetFragment" + "Tag\022\".viam.app.v1.SetFragmentTagRequest\032" + "#.viam.app.v1.SetFragmentTagResponse\022b\n\021" + "DeleteFragmentTag\022%.viam.app.v1.DeleteFr" + "agmentTagRequest\032&.viam.app.v1.DeleteFra" + "gmentTagResponse\022D\n\007AddRole\022\033.viam.app.v" + "1.AddRoleRequest\032\034.viam.app.v1.AddRoleRe" + "sponse\022M\n\nRemoveRole\022\036.viam.app.v1.Remov" + "eRoleRequest\032\037.viam.app.v1.RemoveRoleRes" + "ponse\022M\n\nChangeRole\022\036.viam.app.v1.Change" + "RoleRequest\032\037.viam.app.v1.ChangeRoleResp" + "onse\022e\n\022ListAuthorizations\022&.viam.app.v1" + ".ListAuthorizationsRequest\032\'.viam.app.v1" + ".ListAuthorizationsResponse\022_\n\020CheckPerm" + "issions\022$.viam.app.v1.CheckPermissionsRe" + "quest\032%.viam.app.v1.CheckPermissionsResp" + "onse\022\\\n\017GetRegistryItem\022#.viam.app.v1.Ge" + "tRegistryItemRequest\032$.viam.app.v1.GetRe" + "gistryItemResponse\022e\n\022CreateRegistryItem" + "\022&.viam.app.v1.CreateRegistryItemRequest" + "\032\'.viam.app.v1.CreateRegistryItemRespons" + "e\022e\n\022UpdateRegistryItem\022&.viam.app.v1.Up" + "dateRegistryItemRequest\032\'.viam.app.v1.Up" + "dateRegistryItemResponse\022b\n\021ListRegistry" + "Items\022%.viam.app.v1.ListRegistryItemsReq" + "uest\032&.viam.app.v1.ListRegistryItemsResp" + "onse\022e\n\022DeleteRegistryItem\022&.viam.app.v1" + ".DeleteRegistryItemRequest\032\'.viam.app.v1" + ".DeleteRegistryItemResponse\022e\n\022RenameReg" + "istryItem\022&.viam.app.v1.RenameRegistryIt" + "emRequest\032\'.viam.app.v1.RenameRegistryIt" + "emResponse\022k\n\024TransferRegistryItem\022(.via" + "m.app.v1.TransferRegistryItemRequest\032).v" + "iam.app.v1.TransferRegistryItemResponse\022" + "n\n\025DeprecateRegistryItem\022).viam.app.v1.D" + "eprecateRegistryItemRequest\032*.viam.app.v" + "1.DeprecateRegistryItemResponse\022t\n\027Undep" + "recateRegistryItem\022+.viam.app.v1.Undepre" + "cateRegistryItemRequest\032,.viam.app.v1.Un" + "deprecateRegistryItemResponse\022S\n\014CreateM" + "odule\022 .viam.app.v1.CreateModuleRequest\032" + "!.viam.app.v1.CreateModuleResponse\022S\n\014Up" + "dateModule\022 .viam.app.v1.UpdateModuleReq" + "uest\032!.viam.app.v1.UpdateModuleResponse\022" + "a\n\020UploadModuleFile\022$.viam.app.v1.Upload" + "ModuleFileRequest\032%.viam.app.v1.UploadMo" + "duleFileResponse(\001\022J\n\tGetModule\022\035.viam.a" + "pp.v1.GetModuleRequest\032\036.viam.app.v1.Get" + "ModuleResponse\022P\n\013ListModules\022\037.viam.app" + ".v1.ListModulesRequest\032 .viam.app.v1.Lis" + "tModulesResponse\022\203\001\n\034DeprecateRegistryIt" + "emVersion\0220.viam.app.v1.DeprecateRegistr" + "yItemVersionRequest\0321.viam.app.v1.Deprec" + "ateRegistryItemVersionResponse\022\211\001\n\036Undep" + "recateRegistryItemVersion\0222.viam.app.v1." + "UndeprecateRegistryItemVersionRequest\0323." + "viam.app.v1.UndeprecateRegistryItemVersi" + "onResponse\022J\n\tCreateKey\022\035.viam.app.v1.Cr" + "eateKeyRequest\032\036.viam.app.v1.CreateKeyRe" + "sponse\022J\n\tDeleteKey\022\035.viam.app.v1.Delete" + "KeyRequest\032\036.viam.app.v1.DeleteKeyRespon" + "se\022G\n\010ListKeys\022\034.viam.app.v1.ListKeysReq" + "uest\032\035.viam.app.v1.ListKeysResponse\022J\n\tR" + "enameKey\022\035.viam.app.v1.RenameKeyRequest\032" + "\036.viam.app.v1.RenameKeyResponse\022J\n\tRotat" + "eKey\022\035.viam.app.v1.RotateKeyRequest\032\036.vi" + "am.app.v1.RotateKeyResponse\022\241\001\n&CreateKe" + "yFromExistingKeyAuthorizations\022:.viam.ap" + "p.v1.CreateKeyFromExistingKeyAuthorizati" + "onsRequest\032;.viam.app.v1.CreateKeyFromEx" + "istingKeyAuthorizationsResponse\022V\n\rGetAp" + "pContent\022!.viam.app.v1.GetAppContentRequ" + "est\032\".viam.app.v1.GetAppContentResponse\022" + "Y\n\016GetAppBranding\022\".viam.app.v1.GetAppBr" + "andingRequest\032#.viam.app.v1.GetAppBrandi" + "ngResponse\022n\n\025UploadDevicePushToken\022).vi" + "am.app.v1.UploadDevicePushTokenRequest\032*" + ".viam.app.v1.UploadDevicePushTokenRespon" + "se\022n\n\025DeleteDevicePushToken\022).viam.app.v" + "1.DeleteDevicePushTokenRequest\032*.viam.ap" + "p.v1.DeleteDevicePushTokenResponse\022h\n\023Ge" + "tDevicePushTokens\022\'.viam.app.v1.GetDevic" + "ePushTokensRequest\032(.viam.app.v1.GetDevi" + "cePushTokensResponse\022b\n\021SetFirebaseConfi" + "g\022%.viam.app.v1.SetFirebaseConfigRequest" + "\032&.viam.app.v1.SetFirebaseConfigResponse" + "\022b\n\021GetFirebaseConfig\022%.viam.app.v1.GetF" + "irebaseConfigRequest\032&.viam.app.v1.GetFi" + "rebaseConfigResponse\022k\n\024DeleteFirebaseCo" + "nfig\022(.viam.app.v1.DeleteFirebaseConfigR" + "equest\032).viam.app.v1.DeleteFirebaseConfi" + "gResponseB\030Z\026go.viam.com/api/app/v1b\006pro" + "to3" ; static const ::_pbi::DescriptorTable* const descriptor_table_app_2fv1_2fapp_2eproto_deps[6] = { &::descriptor_table_app_2fmltraining_2fv1_2fml_5ftraining_2eproto, @@ -8500,9 +8764,9 @@ static const ::_pbi::DescriptorTable* const descriptor_table_app_2fv1_2fapp_2epr }; static ::_pbi::once_flag descriptor_table_app_2fv1_2fapp_2eproto_once; const ::_pbi::DescriptorTable descriptor_table_app_2fv1_2fapp_2eproto = { - false, false, 51852, descriptor_table_protodef_app_2fv1_2fapp_2eproto, + false, false, 53483, descriptor_table_protodef_app_2fv1_2fapp_2eproto, "app/v1/app.proto", - &descriptor_table_app_2fv1_2fapp_2eproto_once, descriptor_table_app_2fv1_2fapp_2eproto_deps, 6, 293, + &descriptor_table_app_2fv1_2fapp_2eproto_once, descriptor_table_app_2fv1_2fapp_2eproto_deps, 6, 302, schemas, file_default_instances, TableStruct_app_2fv1_2fapp_2eproto::offsets, file_level_metadata_app_2fv1_2fapp_2eproto, file_level_enum_descriptors_app_2fv1_2fapp_2eproto, file_level_service_descriptors_app_2fv1_2fapp_2eproto, @@ -36041,8 +36305,20 @@ class FragmentImport::_Internal { static void set_has_prefix(HasBits* has_bits) { (*has_bits)[0] |= 1u; } + static const ::PROTOBUF_NAMESPACE_ID::Struct& fragment_variables(const FragmentImport* msg); + static void set_has_fragment_variables(HasBits* has_bits) { + (*has_bits)[0] |= 2u; + } }; +const ::PROTOBUF_NAMESPACE_ID::Struct& +FragmentImport::_Internal::fragment_variables(const FragmentImport* msg) { + return *msg->fragment_variables_; +} +void FragmentImport::clear_fragment_variables() { + if (fragment_variables_ != nullptr) fragment_variables_->Clear(); + _has_bits_[0] &= ~0x00000002u; +} FragmentImport::FragmentImport(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), @@ -36082,6 +36358,11 @@ FragmentImport::FragmentImport(const FragmentImport& from) prefix_.Set(from._internal_prefix(), GetArenaForAllocation()); } + if (from._internal_has_fragment_variables()) { + fragment_variables_ = new ::PROTOBUF_NAMESPACE_ID::Struct(*from.fragment_variables_); + } else { + fragment_variables_ = nullptr; + } // @@protoc_insertion_point(copy_constructor:viam.app.v1.FragmentImport) } @@ -36098,6 +36379,7 @@ prefix_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING prefix_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +fragment_variables_ = nullptr; } FragmentImport::~FragmentImport() { @@ -36116,6 +36398,7 @@ inline void FragmentImport::SharedDtor() { fragment_id_.Destroy(); version_.Destroy(); prefix_.Destroy(); + if (this != internal_default_instance()) delete fragment_variables_; } void FragmentImport::ArenaDtor(void* object) { @@ -36136,8 +36419,14 @@ void FragmentImport::Clear() { fragment_id_.ClearToEmpty(); version_.ClearToEmpty(); cached_has_bits = _has_bits_[0]; - if (cached_has_bits & 0x00000001u) { - prefix_.ClearNonDefaultToEmpty(); + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + prefix_.ClearNonDefaultToEmpty(); + } + if (cached_has_bits & 0x00000002u) { + GOOGLE_DCHECK(fragment_variables_ != nullptr); + fragment_variables_->Clear(); + } } _has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); @@ -36180,7 +36469,7 @@ const char* FragmentImport::_InternalParse(const char* ptr, ::_pbi::ParseContext } else goto handle_unusual; continue; - // map variables = 4 [json_name = "variables"]; + // map variables = 4 [json_name = "variables", deprecated = true]; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 34)) { ptr -= 1; @@ -36193,6 +36482,14 @@ const char* FragmentImport::_InternalParse(const char* ptr, ::_pbi::ParseContext } else goto handle_unusual; continue; + // optional .google.protobuf.Struct fragment_variables = 5 [json_name = "fragmentVariables"]; + case 5: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 42)) { + ptr = ctx->ParseMessage(_internal_mutable_fragment_variables(), ptr); + CHK_(ptr); + } else + goto handle_unusual; + continue; default: goto handle_unusual; } // switch @@ -36253,7 +36550,7 @@ uint8_t* FragmentImport::_InternalSerialize( 3, this->_internal_prefix(), target); } - // map variables = 4 [json_name = "variables"]; + // map variables = 4 [json_name = "variables", deprecated = true]; if (!this->_internal_variables().empty()) { using MapType = ::_pb::Map; using WireHelper = FragmentImport_VariablesEntry_DoNotUse::Funcs; @@ -36283,6 +36580,13 @@ uint8_t* FragmentImport::_InternalSerialize( } } + // optional .google.protobuf.Struct fragment_variables = 5 [json_name = "fragmentVariables"]; + if (_internal_has_fragment_variables()) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(5, _Internal::fragment_variables(this), + _Internal::fragment_variables(this).GetCachedSize(), target, stream); + } + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); @@ -36299,7 +36603,7 @@ size_t FragmentImport::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // map variables = 4 [json_name = "variables"]; + // map variables = 4 [json_name = "variables", deprecated = true]; total_size += 1 * ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(this->_internal_variables_size()); for (::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >::const_iterator @@ -36322,14 +36626,23 @@ size_t FragmentImport::ByteSizeLong() const { this->_internal_version()); } - // optional string prefix = 3 [json_name = "prefix"]; cached_has_bits = _has_bits_[0]; - if (cached_has_bits & 0x00000001u) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_prefix()); - } + if (cached_has_bits & 0x00000003u) { + // optional string prefix = 3 [json_name = "prefix"]; + if (cached_has_bits & 0x00000001u) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_prefix()); + } + + // optional .google.protobuf.Struct fragment_variables = 5 [json_name = "fragmentVariables"]; + if (cached_has_bits & 0x00000002u) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *fragment_variables_); + } + } return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); } @@ -36359,8 +36672,14 @@ void FragmentImport::MergeFrom(const FragmentImport& from) { if (!from._internal_version().empty()) { _internal_set_version(from._internal_version()); } - if (from._internal_has_prefix()) { - _internal_set_prefix(from._internal_prefix()); + cached_has_bits = from._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + _internal_set_prefix(from._internal_prefix()); + } + if (cached_has_bits & 0x00000002u) { + _internal_mutable_fragment_variables()->::PROTOBUF_NAMESPACE_ID::Struct::MergeFrom(from._internal_fragment_variables()); + } } _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } @@ -36395,6 +36714,7 @@ void FragmentImport::InternalSwap(FragmentImport* other) { &prefix_, lhs_arena, &other->prefix_, rhs_arena ); + swap(fragment_variables_, other->fragment_variables_); } ::PROTOBUF_NAMESPACE_ID::Metadata FragmentImport::GetMetadata() const { @@ -51046,8 +51366,16 @@ class ModuleVersion::_Internal { static void set_has_markdown_description(HasBits* has_bits) { (*has_bits)[0] |= 2u; } + static const ::viam::app::v1::DeprecatedStatus& deprecated_status(const ModuleVersion* msg); + static void set_has_deprecated_status(HasBits* has_bits) { + (*has_bits)[0] |= 4u; + } }; +const ::viam::app::v1::DeprecatedStatus& +ModuleVersion::_Internal::deprecated_status(const ModuleVersion* msg) { + return *msg->deprecated_status_; +} ModuleVersion::ModuleVersion(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), @@ -51096,6 +51424,11 @@ ModuleVersion::ModuleVersion(const ModuleVersion& from) markdown_description_.Set(from._internal_markdown_description(), GetArenaForAllocation()); } + if (from._internal_has_deprecated_status()) { + deprecated_status_ = new ::viam::app::v1::DeprecatedStatus(*from.deprecated_status_); + } else { + deprecated_status_ = nullptr; + } // @@protoc_insertion_point(copy_constructor:viam.app.v1.ModuleVersion) } @@ -51116,6 +51449,7 @@ markdown_description_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING markdown_description_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +deprecated_status_ = nullptr; } ModuleVersion::~ModuleVersion() { @@ -51133,6 +51467,7 @@ inline void ModuleVersion::SharedDtor() { entrypoint_.Destroy(); first_run_.Destroy(); markdown_description_.Destroy(); + if (this != internal_default_instance()) delete deprecated_status_; } void ModuleVersion::SetCachedSize(int size) const { @@ -51151,13 +51486,17 @@ void ModuleVersion::Clear() { version_.ClearToEmpty(); entrypoint_.ClearToEmpty(); cached_has_bits = _has_bits_[0]; - if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000007u) { if (cached_has_bits & 0x00000001u) { first_run_.ClearNonDefaultToEmpty(); } if (cached_has_bits & 0x00000002u) { markdown_description_.ClearNonDefaultToEmpty(); } + if (cached_has_bits & 0x00000004u) { + GOOGLE_DCHECK(deprecated_status_ != nullptr); + deprecated_status_->Clear(); + } } _has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); @@ -51249,6 +51588,14 @@ const char* ModuleVersion::_InternalParse(const char* ptr, ::_pbi::ParseContext* } else goto handle_unusual; continue; + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 8 [json_name = "deprecatedStatus"]; + case 8: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 66)) { + ptr = ctx->ParseMessage(_internal_mutable_deprecated_status(), ptr); + CHK_(ptr); + } else + goto handle_unusual; + continue; default: goto handle_unusual; } // switch @@ -51343,6 +51690,13 @@ uint8_t* ModuleVersion::_InternalSerialize( InternalWriteMessage(7, repfield, repfield.GetCachedSize(), target, stream); } + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 8 [json_name = "deprecatedStatus"]; + if (_internal_has_deprecated_status()) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(8, _Internal::deprecated_status(this), + _Internal::deprecated_status(this).GetCachedSize(), target, stream); + } + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); @@ -51395,7 +51749,7 @@ size_t ModuleVersion::ByteSizeLong() const { } cached_has_bits = _has_bits_[0]; - if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000007u) { // optional string first_run = 5 [json_name = "firstRun"]; if (cached_has_bits & 0x00000001u) { total_size += 1 + @@ -51410,6 +51764,13 @@ size_t ModuleVersion::ByteSizeLong() const { this->_internal_markdown_description()); } + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 8 [json_name = "deprecatedStatus"]; + if (cached_has_bits & 0x00000004u) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *deprecated_status_); + } + } return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); } @@ -51443,13 +51804,16 @@ void ModuleVersion::MergeFrom(const ModuleVersion& from) { _internal_set_entrypoint(from._internal_entrypoint()); } cached_has_bits = from._has_bits_[0]; - if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000007u) { if (cached_has_bits & 0x00000001u) { _internal_set_first_run(from._internal_first_run()); } if (cached_has_bits & 0x00000002u) { _internal_set_markdown_description(from._internal_markdown_description()); } + if (cached_has_bits & 0x00000004u) { + _internal_mutable_deprecated_status()->::viam::app::v1::DeprecatedStatus::MergeFrom(from._internal_deprecated_status()); + } } _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } @@ -51490,6 +51854,7 @@ void ModuleVersion::InternalSwap(ModuleVersion* other) { &markdown_description_, lhs_arena, &other->markdown_description_, rhs_arena ); + swap(deprecated_status_, other->deprecated_status_); } ::PROTOBUF_NAMESPACE_ID::Metadata ModuleVersion::GetMetadata() const { @@ -53024,13 +53389,261 @@ ::PROTOBUF_NAMESPACE_ID::Metadata MLTrainingMetadata::GetMetadata() const { // =================================================================== +class DeprecatedStatus::_Internal { + public: + static const ::PROTOBUF_NAMESPACE_ID::Timestamp& deprecated_at(const DeprecatedStatus* msg); +}; + +const ::PROTOBUF_NAMESPACE_ID::Timestamp& +DeprecatedStatus::_Internal::deprecated_at(const DeprecatedStatus* msg) { + return *msg->deprecated_at_; +} +void DeprecatedStatus::clear_deprecated_at() { + if (GetArenaForAllocation() == nullptr && deprecated_at_ != nullptr) { + delete deprecated_at_; + } + deprecated_at_ = nullptr; +} +DeprecatedStatus::DeprecatedStatus(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(); + // @@protoc_insertion_point(arena_constructor:viam.app.v1.DeprecatedStatus) +} +DeprecatedStatus::DeprecatedStatus(const DeprecatedStatus& from) + : ::PROTOBUF_NAMESPACE_ID::Message() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + message_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + message_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_message().empty()) { + message_.Set(from._internal_message(), + GetArenaForAllocation()); + } + if (from._internal_has_deprecated_at()) { + deprecated_at_ = new ::PROTOBUF_NAMESPACE_ID::Timestamp(*from.deprecated_at_); + } else { + deprecated_at_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:viam.app.v1.DeprecatedStatus) +} + +inline void DeprecatedStatus::SharedCtor() { +message_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + message_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +deprecated_at_ = nullptr; +} + +DeprecatedStatus::~DeprecatedStatus() { + // @@protoc_insertion_point(destructor:viam.app.v1.DeprecatedStatus) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void DeprecatedStatus::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + message_.Destroy(); + if (this != internal_default_instance()) delete deprecated_at_; +} + +void DeprecatedStatus::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void DeprecatedStatus::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.DeprecatedStatus) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + message_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && deprecated_at_ != nullptr) { + delete deprecated_at_; + } + deprecated_at_ = nullptr; + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* DeprecatedStatus::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + uint32_t tag; + ptr = ::_pbi::ReadTag(ptr, &tag); + switch (tag >> 3) { + // .google.protobuf.Timestamp deprecated_at = 1 [json_name = "deprecatedAt"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + ptr = ctx->ParseMessage(_internal_mutable_deprecated_at(), ptr); + CHK_(ptr); + } else + goto handle_unusual; + continue; + // string message = 2 [json_name = "message"]; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 18)) { + auto str = _internal_mutable_message(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.DeprecatedStatus.message")); + } else + goto handle_unusual; + continue; + default: + goto handle_unusual; + } // switch + handle_unusual: + if ((tag == 0) || ((tag & 7) == 4)) { + CHK_(ptr); + ctx->SetLastTag(tag); + goto message_done; + } + ptr = UnknownFieldParse( + tag, + _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(), + ptr, ctx); + CHK_(ptr != nullptr); + } // while +message_done: + return ptr; +failure: + ptr = nullptr; + goto message_done; +#undef CHK_ +} + +uint8_t* DeprecatedStatus::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.DeprecatedStatus) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // .google.protobuf.Timestamp deprecated_at = 1 [json_name = "deprecatedAt"]; + if (this->_internal_has_deprecated_at()) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(1, _Internal::deprecated_at(this), + _Internal::deprecated_at(this).GetCachedSize(), target, stream); + } + + // string message = 2 [json_name = "message"]; + if (!this->_internal_message().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_message().data(), static_cast(this->_internal_message().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.DeprecatedStatus.message"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_message(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.DeprecatedStatus) + return target; +} + +size_t DeprecatedStatus::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.DeprecatedStatus) + size_t total_size = 0; + + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string message = 2 [json_name = "message"]; + if (!this->_internal_message().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_message()); + } + + // .google.protobuf.Timestamp deprecated_at = 1 [json_name = "deprecatedAt"]; + if (this->_internal_has_deprecated_at()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *deprecated_at_); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DeprecatedStatus::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + DeprecatedStatus::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeprecatedStatus::GetClassData() const { return &_class_data_; } + +void DeprecatedStatus::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void DeprecatedStatus::MergeFrom(const DeprecatedStatus& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.DeprecatedStatus) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + if (!from._internal_message().empty()) { + _internal_set_message(from._internal_message()); + } + if (from._internal_has_deprecated_at()) { + _internal_mutable_deprecated_at()->::PROTOBUF_NAMESPACE_ID::Timestamp::MergeFrom(from._internal_deprecated_at()); + } + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void DeprecatedStatus::CopyFrom(const DeprecatedStatus& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.DeprecatedStatus) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool DeprecatedStatus::IsInitialized() const { + return true; +} + +void DeprecatedStatus::InternalSwap(DeprecatedStatus* other) { + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &message_, lhs_arena, + &other->message_, rhs_arena + ); + swap(deprecated_at_, other->deprecated_at_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata DeprecatedStatus::GetMetadata() const { + return ::_pbi::AssignDescriptors( + &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, + file_level_metadata_app_2fv1_2fapp_2eproto[195]); +} + +// =================================================================== + class RegistryItem::_Internal { public: + using HasBits = decltype(std::declval()._has_bits_); static const ::viam::app::v1::ModuleMetadata& module_metadata(const RegistryItem* msg); static const ::viam::app::v1::MLModelMetadata& ml_model_metadata(const RegistryItem* msg); static const ::viam::app::v1::MLTrainingMetadata& ml_training_metadata(const RegistryItem* msg); static const ::PROTOBUF_NAMESPACE_ID::Timestamp& created_at(const RegistryItem* msg); static const ::PROTOBUF_NAMESPACE_ID::Timestamp& updated_at(const RegistryItem* msg); + static const ::viam::app::v1::DeprecatedStatus& deprecated_status(const RegistryItem* msg); + static void set_has_deprecated_status(HasBits* has_bits) { + (*has_bits)[0] |= 1u; + } }; const ::viam::app::v1::ModuleMetadata& @@ -53053,6 +53666,10 @@ const ::PROTOBUF_NAMESPACE_ID::Timestamp& RegistryItem::_Internal::updated_at(const RegistryItem* msg) { return *msg->updated_at_; } +const ::viam::app::v1::DeprecatedStatus& +RegistryItem::_Internal::deprecated_status(const RegistryItem* msg) { + return *msg->deprecated_status_; +} void RegistryItem::set_allocated_module_metadata(::viam::app::v1::ModuleMetadata* module_metadata) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); clear_metadata(); @@ -53117,7 +53734,8 @@ RegistryItem::RegistryItem(::PROTOBUF_NAMESPACE_ID::Arena* arena, // @@protoc_insertion_point(arena_constructor:viam.app.v1.RegistryItem) } RegistryItem::RegistryItem(const RegistryItem& from) - : ::PROTOBUF_NAMESPACE_ID::Message() { + : ::PROTOBUF_NAMESPACE_ID::Message(), + _has_bits_(from._has_bits_) { _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); item_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING @@ -53177,6 +53795,11 @@ RegistryItem::RegistryItem(const RegistryItem& from) } else { updated_at_ = nullptr; } + if (from._internal_has_deprecated_status()) { + deprecated_status_ = new ::viam::app::v1::DeprecatedStatus(*from.deprecated_status_); + } else { + deprecated_status_ = nullptr; + } ::memcpy(&type_, &from.type_, static_cast(reinterpret_cast(&total_external_organization_usage_) - reinterpret_cast(&type_)) + sizeof(total_external_organization_usage_)); @@ -53252,6 +53875,7 @@ inline void RegistryItem::SharedDtor() { description_.Destroy(); if (this != internal_default_instance()) delete created_at_; if (this != internal_default_instance()) delete updated_at_; + if (this != internal_default_instance()) delete deprecated_status_; if (has_metadata()) { clear_metadata(); } @@ -53310,15 +53934,22 @@ void RegistryItem::Clear() { delete updated_at_; } updated_at_ = nullptr; + cached_has_bits = _has_bits_[0]; + if (cached_has_bits & 0x00000001u) { + GOOGLE_DCHECK(deprecated_status_ != nullptr); + deprecated_status_->Clear(); + } ::memset(&type_, 0, static_cast( reinterpret_cast(&total_external_organization_usage_) - reinterpret_cast(&type_)) + sizeof(total_external_organization_usage_)); clear_metadata(); + _has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } const char* RegistryItem::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + _Internal::HasBits has_bits{}; while (!ctx->Done(&ptr)) { uint32_t tag; ptr = ::_pbi::ReadTag(ptr, &tag); @@ -53465,6 +54096,14 @@ const char* RegistryItem::_InternalParse(const char* ptr, ::_pbi::ParseContext* } else goto handle_unusual; continue; + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 17 [json_name = "deprecatedStatus"]; + case 17: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 138)) { + ptr = ctx->ParseMessage(_internal_mutable_deprecated_status(), ptr); + CHK_(ptr); + } else + goto handle_unusual; + continue; // .viam.app.v1.MLTrainingMetadata ml_training_metadata = 18 [json_name = "mlTrainingMetadata"]; case 18: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 146)) { @@ -53489,6 +54128,7 @@ const char* RegistryItem::_InternalParse(const char* ptr, ::_pbi::ParseContext* CHK_(ptr != nullptr); } // while message_done: + _has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -53628,6 +54268,13 @@ uint8_t* RegistryItem::_InternalSerialize( _Internal::updated_at(this).GetCachedSize(), target, stream); } + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 17 [json_name = "deprecatedStatus"]; + if (_internal_has_deprecated_status()) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(17, _Internal::deprecated_status(this), + _Internal::deprecated_status(this).GetCachedSize(), target, stream); + } + // .viam.app.v1.MLTrainingMetadata ml_training_metadata = 18 [json_name = "mlTrainingMetadata"]; if (_internal_has_ml_training_metadata()) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: @@ -53707,6 +54354,14 @@ size_t RegistryItem::ByteSizeLong() const { *updated_at_); } + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 17 [json_name = "deprecatedStatus"]; + cached_has_bits = _has_bits_[0]; + if (cached_has_bits & 0x00000001u) { + total_size += 2 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *deprecated_status_); + } + // .viam.app.packages.v1.PackageType type = 5 [json_name = "type"]; if (this->_internal_type() != 0) { total_size += 1 + @@ -53811,6 +54466,9 @@ void RegistryItem::MergeFrom(const RegistryItem& from) { if (from._internal_has_updated_at()) { _internal_mutable_updated_at()->::PROTOBUF_NAMESPACE_ID::Timestamp::MergeFrom(from._internal_updated_at()); } + if (from._internal_has_deprecated_status()) { + _internal_mutable_deprecated_status()->::viam::app::v1::DeprecatedStatus::MergeFrom(from._internal_deprecated_status()); + } if (from._internal_type() != 0) { _internal_set_type(from._internal_type()); } @@ -53865,6 +54523,7 @@ void RegistryItem::InternalSwap(RegistryItem* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); + swap(_has_bits_[0], other->_has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( &item_id_, lhs_arena, &other->item_id_, rhs_arena @@ -53902,7 +54561,7 @@ void RegistryItem::InternalSwap(RegistryItem* other) { ::PROTOBUF_NAMESPACE_ID::Metadata RegistryItem::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[195]); + file_level_metadata_app_2fv1_2fapp_2eproto[196]); } // =================================================================== @@ -54134,7 +54793,7 @@ void GetRegistryItemRequest::InternalSwap(GetRegistryItemRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetRegistryItemRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[196]); + file_level_metadata_app_2fv1_2fapp_2eproto[197]); } // =================================================================== @@ -54321,7 +54980,7 @@ void GetRegistryItemResponse::InternalSwap(GetRegistryItemResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetRegistryItemResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[197]); + file_level_metadata_app_2fv1_2fapp_2eproto[198]); } // =================================================================== @@ -54593,7 +55252,7 @@ void CreateRegistryItemRequest::InternalSwap(CreateRegistryItemRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CreateRegistryItemRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[198]); + file_level_metadata_app_2fv1_2fapp_2eproto[199]); } // =================================================================== @@ -54632,7 +55291,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CreateRegistryItemResponse::Ge ::PROTOBUF_NAMESPACE_ID::Metadata CreateRegistryItemResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[199]); + file_level_metadata_app_2fv1_2fapp_2eproto[200]); } // =================================================================== @@ -55264,7 +55923,7 @@ void UpdateRegistryItemRequest::InternalSwap(UpdateRegistryItemRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UpdateRegistryItemRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[200]); + file_level_metadata_app_2fv1_2fapp_2eproto[201]); } // =================================================================== @@ -55303,7 +55962,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateRegistryItemResponse::Ge ::PROTOBUF_NAMESPACE_ID::Metadata UpdateRegistryItemResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[201]); + file_level_metadata_app_2fv1_2fapp_2eproto[202]); } // =================================================================== @@ -55946,7 +56605,7 @@ void ListRegistryItemsRequest::InternalSwap(ListRegistryItemsRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ListRegistryItemsRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[202]); + file_level_metadata_app_2fv1_2fapp_2eproto[203]); } // =================================================================== @@ -56124,7 +56783,7 @@ void ListRegistryItemsResponse::InternalSwap(ListRegistryItemsResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ListRegistryItemsResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[203]); + file_level_metadata_app_2fv1_2fapp_2eproto[204]); } // =================================================================== @@ -56319,7 +56978,7 @@ void DeleteRegistryItemRequest::InternalSwap(DeleteRegistryItemRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata DeleteRegistryItemRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[204]); + file_level_metadata_app_2fv1_2fapp_2eproto[205]); } // =================================================================== @@ -56358,7 +57017,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteRegistryItemResponse::Ge ::PROTOBUF_NAMESPACE_ID::Metadata DeleteRegistryItemResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[205]); + file_level_metadata_app_2fv1_2fapp_2eproto[206]); } // =================================================================== @@ -56601,7 +57260,7 @@ void RenameRegistryItemRequest::InternalSwap(RenameRegistryItemRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata RenameRegistryItemRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[206]); + file_level_metadata_app_2fv1_2fapp_2eproto[207]); } // =================================================================== @@ -56788,7 +57447,7 @@ void RenameRegistryItemResponse::InternalSwap(RenameRegistryItemResponse* other) ::PROTOBUF_NAMESPACE_ID::Metadata RenameRegistryItemResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[207]); + file_level_metadata_app_2fv1_2fapp_2eproto[208]); } // =================================================================== @@ -57031,7 +57690,7 @@ void TransferRegistryItemRequest::InternalSwap(TransferRegistryItemRequest* othe ::PROTOBUF_NAMESPACE_ID::Metadata TransferRegistryItemRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[208]); + file_level_metadata_app_2fv1_2fapp_2eproto[209]); } // =================================================================== @@ -57068,249 +57727,6 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*TransferRegistryItemResponse:: ::PROTOBUF_NAMESPACE_ID::Metadata TransferRegistryItemResponse::GetMetadata() const { - return ::_pbi::AssignDescriptors( - &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[209]); -} - -// =================================================================== - -class CreateModuleRequest::_Internal { - public: -}; - -CreateModuleRequest::CreateModuleRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, - bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); - // @@protoc_insertion_point(arena_constructor:viam.app.v1.CreateModuleRequest) -} -CreateModuleRequest::CreateModuleRequest(const CreateModuleRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message() { - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - organization_id_.InitDefault(); - #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - organization_id_.Set("", GetArenaForAllocation()); - #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (!from._internal_organization_id().empty()) { - organization_id_.Set(from._internal_organization_id(), - GetArenaForAllocation()); - } - name_.InitDefault(); - #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - name_.Set("", GetArenaForAllocation()); - #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (!from._internal_name().empty()) { - name_.Set(from._internal_name(), - GetArenaForAllocation()); - } - // @@protoc_insertion_point(copy_constructor:viam.app.v1.CreateModuleRequest) -} - -inline void CreateModuleRequest::SharedCtor() { -organization_id_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - organization_id_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -} - -CreateModuleRequest::~CreateModuleRequest() { - // @@protoc_insertion_point(destructor:viam.app.v1.CreateModuleRequest) - if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { - (void)arena; - return; - } - SharedDtor(); -} - -inline void CreateModuleRequest::SharedDtor() { - GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - organization_id_.Destroy(); - name_.Destroy(); -} - -void CreateModuleRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); -} - -void CreateModuleRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:viam.app.v1.CreateModuleRequest) - uint32_t cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - organization_id_.ClearToEmpty(); - name_.ClearToEmpty(); - _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); -} - -const char* CreateModuleRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { -#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - while (!ctx->Done(&ptr)) { - uint32_t tag; - ptr = ::_pbi::ReadTag(ptr, &tag); - switch (tag >> 3) { - // string organization_id = 1 [json_name = "organizationId"]; - case 1: - if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { - auto str = _internal_mutable_organization_id(); - ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); - CHK_(ptr); - CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.CreateModuleRequest.organization_id")); - } else - goto handle_unusual; - continue; - // string name = 2 [json_name = "name"]; - case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 18)) { - auto str = _internal_mutable_name(); - ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); - CHK_(ptr); - CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.CreateModuleRequest.name")); - } else - goto handle_unusual; - continue; - default: - goto handle_unusual; - } // switch - handle_unusual: - if ((tag == 0) || ((tag & 7) == 4)) { - CHK_(ptr); - ctx->SetLastTag(tag); - goto message_done; - } - ptr = UnknownFieldParse( - tag, - _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(), - ptr, ctx); - CHK_(ptr != nullptr); - } // while -message_done: - return ptr; -failure: - ptr = nullptr; - goto message_done; -#undef CHK_ -} - -uint8_t* CreateModuleRequest::_InternalSerialize( - uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.CreateModuleRequest) - uint32_t cached_has_bits = 0; - (void) cached_has_bits; - - // string organization_id = 1 [json_name = "organizationId"]; - if (!this->_internal_organization_id().empty()) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_organization_id().data(), static_cast(this->_internal_organization_id().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "viam.app.v1.CreateModuleRequest.organization_id"); - target = stream->WriteStringMaybeAliased( - 1, this->_internal_organization_id(), target); - } - - // string name = 2 [json_name = "name"]; - if (!this->_internal_name().empty()) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_name().data(), static_cast(this->_internal_name().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "viam.app.v1.CreateModuleRequest.name"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_name(), target); - } - - if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { - target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); - } - // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.CreateModuleRequest) - return target; -} - -size_t CreateModuleRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.CreateModuleRequest) - size_t total_size = 0; - - uint32_t cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // string organization_id = 1 [json_name = "organizationId"]; - if (!this->_internal_organization_id().empty()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_organization_id()); - } - - // string name = 2 [json_name = "name"]; - if (!this->_internal_name().empty()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_name()); - } - - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); -} - -const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CreateModuleRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, - CreateModuleRequest::MergeImpl -}; -const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CreateModuleRequest::GetClassData() const { return &_class_data_; } - -void CreateModuleRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - - -void CreateModuleRequest::MergeFrom(const CreateModuleRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.CreateModuleRequest) - GOOGLE_DCHECK_NE(&from, this); - uint32_t cached_has_bits = 0; - (void) cached_has_bits; - - if (!from._internal_organization_id().empty()) { - _internal_set_organization_id(from._internal_organization_id()); - } - if (!from._internal_name().empty()) { - _internal_set_name(from._internal_name()); - } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); -} - -void CreateModuleRequest::CopyFrom(const CreateModuleRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.CreateModuleRequest) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CreateModuleRequest::IsInitialized() const { - return true; -} - -void CreateModuleRequest::InternalSwap(CreateModuleRequest* other) { - using std::swap; - auto* lhs_arena = GetArenaForAllocation(); - auto* rhs_arena = other->GetArenaForAllocation(); - _internal_metadata_.InternalSwap(&other->_internal_metadata_); - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &organization_id_, lhs_arena, - &other->organization_id_, rhs_arena - ); - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &name_, lhs_arena, - &other->name_, rhs_arena - ); -} - -::PROTOBUF_NAMESPACE_ID::Metadata CreateModuleRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, file_level_metadata_app_2fv1_2fapp_2eproto[210]); @@ -57318,51 +57734,51 @@ ::PROTOBUF_NAMESPACE_ID::Metadata CreateModuleRequest::GetMetadata() const { // =================================================================== -class CreateModuleResponse::_Internal { +class DeprecateRegistryItemRequest::_Internal { public: }; -CreateModuleResponse::CreateModuleResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, +DeprecateRegistryItemRequest::DeprecateRegistryItemRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { SharedCtor(); - // @@protoc_insertion_point(arena_constructor:viam.app.v1.CreateModuleResponse) + // @@protoc_insertion_point(arena_constructor:viam.app.v1.DeprecateRegistryItemRequest) } -CreateModuleResponse::CreateModuleResponse(const CreateModuleResponse& from) +DeprecateRegistryItemRequest::DeprecateRegistryItemRequest(const DeprecateRegistryItemRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - module_id_.InitDefault(); + item_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - module_id_.Set("", GetArenaForAllocation()); + item_id_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (!from._internal_module_id().empty()) { - module_id_.Set(from._internal_module_id(), + if (!from._internal_item_id().empty()) { + item_id_.Set(from._internal_item_id(), GetArenaForAllocation()); } - url_.InitDefault(); + message_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - url_.Set("", GetArenaForAllocation()); + message_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (!from._internal_url().empty()) { - url_.Set(from._internal_url(), + if (!from._internal_message().empty()) { + message_.Set(from._internal_message(), GetArenaForAllocation()); } - // @@protoc_insertion_point(copy_constructor:viam.app.v1.CreateModuleResponse) + // @@protoc_insertion_point(copy_constructor:viam.app.v1.DeprecateRegistryItemRequest) } -inline void CreateModuleResponse::SharedCtor() { -module_id_.InitDefault(); +inline void DeprecateRegistryItemRequest::SharedCtor() { +item_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - module_id_.Set("", GetArenaForAllocation()); + item_id_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -url_.InitDefault(); +message_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - url_.Set("", GetArenaForAllocation()); + message_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } -CreateModuleResponse::~CreateModuleResponse() { - // @@protoc_insertion_point(destructor:viam.app.v1.CreateModuleResponse) +DeprecateRegistryItemRequest::~DeprecateRegistryItemRequest() { + // @@protoc_insertion_point(destructor:viam.app.v1.DeprecateRegistryItemRequest) if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { (void)arena; return; @@ -57370,50 +57786,809 @@ CreateModuleResponse::~CreateModuleResponse() { SharedDtor(); } -inline void CreateModuleResponse::SharedDtor() { +inline void DeprecateRegistryItemRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - module_id_.Destroy(); - url_.Destroy(); + item_id_.Destroy(); + message_.Destroy(); } -void CreateModuleResponse::SetCachedSize(int size) const { +void DeprecateRegistryItemRequest::SetCachedSize(int size) const { _cached_size_.Set(size); } -void CreateModuleResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:viam.app.v1.CreateModuleResponse) +void DeprecateRegistryItemRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.DeprecateRegistryItemRequest) uint32_t cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - module_id_.ClearToEmpty(); - url_.ClearToEmpty(); + item_id_.ClearToEmpty(); + message_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } -const char* CreateModuleResponse::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { +const char* DeprecateRegistryItemRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure while (!ctx->Done(&ptr)) { uint32_t tag; ptr = ::_pbi::ReadTag(ptr, &tag); switch (tag >> 3) { - // string module_id = 1 [json_name = "moduleId"]; + // string item_id = 1 [json_name = "itemId"]; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { - auto str = _internal_mutable_module_id(); + auto str = _internal_mutable_item_id(); ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); CHK_(ptr); - CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.CreateModuleResponse.module_id")); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.DeprecateRegistryItemRequest.item_id")); } else goto handle_unusual; continue; - // string url = 2 [json_name = "url"]; + // string message = 2 [json_name = "message"]; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 18)) { - auto str = _internal_mutable_url(); + auto str = _internal_mutable_message(); ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); CHK_(ptr); - CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.CreateModuleResponse.url")); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.DeprecateRegistryItemRequest.message")); + } else + goto handle_unusual; + continue; + default: + goto handle_unusual; + } // switch + handle_unusual: + if ((tag == 0) || ((tag & 7) == 4)) { + CHK_(ptr); + ctx->SetLastTag(tag); + goto message_done; + } + ptr = UnknownFieldParse( + tag, + _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(), + ptr, ctx); + CHK_(ptr != nullptr); + } // while +message_done: + return ptr; +failure: + ptr = nullptr; + goto message_done; +#undef CHK_ +} + +uint8_t* DeprecateRegistryItemRequest::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.DeprecateRegistryItemRequest) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // string item_id = 1 [json_name = "itemId"]; + if (!this->_internal_item_id().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_item_id().data(), static_cast(this->_internal_item_id().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.DeprecateRegistryItemRequest.item_id"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_item_id(), target); + } + + // string message = 2 [json_name = "message"]; + if (!this->_internal_message().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_message().data(), static_cast(this->_internal_message().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.DeprecateRegistryItemRequest.message"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_message(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.DeprecateRegistryItemRequest) + return target; +} + +size_t DeprecateRegistryItemRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.DeprecateRegistryItemRequest) + size_t total_size = 0; + + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string item_id = 1 [json_name = "itemId"]; + if (!this->_internal_item_id().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_item_id()); + } + + // string message = 2 [json_name = "message"]; + if (!this->_internal_message().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_message()); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DeprecateRegistryItemRequest::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + DeprecateRegistryItemRequest::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeprecateRegistryItemRequest::GetClassData() const { return &_class_data_; } + +void DeprecateRegistryItemRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void DeprecateRegistryItemRequest::MergeFrom(const DeprecateRegistryItemRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.DeprecateRegistryItemRequest) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + if (!from._internal_item_id().empty()) { + _internal_set_item_id(from._internal_item_id()); + } + if (!from._internal_message().empty()) { + _internal_set_message(from._internal_message()); + } + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void DeprecateRegistryItemRequest::CopyFrom(const DeprecateRegistryItemRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.DeprecateRegistryItemRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool DeprecateRegistryItemRequest::IsInitialized() const { + return true; +} + +void DeprecateRegistryItemRequest::InternalSwap(DeprecateRegistryItemRequest* other) { + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &item_id_, lhs_arena, + &other->item_id_, rhs_arena + ); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &message_, lhs_arena, + &other->message_, rhs_arena + ); +} + +::PROTOBUF_NAMESPACE_ID::Metadata DeprecateRegistryItemRequest::GetMetadata() const { + return ::_pbi::AssignDescriptors( + &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, + file_level_metadata_app_2fv1_2fapp_2eproto[211]); +} + +// =================================================================== + +class DeprecateRegistryItemResponse::_Internal { + public: +}; + +DeprecateRegistryItemResponse::DeprecateRegistryItemResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase(arena, is_message_owned) { + // @@protoc_insertion_point(arena_constructor:viam.app.v1.DeprecateRegistryItemResponse) +} +DeprecateRegistryItemResponse::DeprecateRegistryItemResponse(const DeprecateRegistryItemResponse& from) + : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:viam.app.v1.DeprecateRegistryItemResponse) +} + + + + + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DeprecateRegistryItemResponse::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl, + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl, +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeprecateRegistryItemResponse::GetClassData() const { return &_class_data_; } + + + + + + + +::PROTOBUF_NAMESPACE_ID::Metadata DeprecateRegistryItemResponse::GetMetadata() const { + return ::_pbi::AssignDescriptors( + &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, + file_level_metadata_app_2fv1_2fapp_2eproto[212]); +} + +// =================================================================== + +class UndeprecateRegistryItemRequest::_Internal { + public: +}; + +UndeprecateRegistryItemRequest::UndeprecateRegistryItemRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(); + // @@protoc_insertion_point(arena_constructor:viam.app.v1.UndeprecateRegistryItemRequest) +} +UndeprecateRegistryItemRequest::UndeprecateRegistryItemRequest(const UndeprecateRegistryItemRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + item_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + item_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_item_id().empty()) { + item_id_.Set(from._internal_item_id(), + GetArenaForAllocation()); + } + // @@protoc_insertion_point(copy_constructor:viam.app.v1.UndeprecateRegistryItemRequest) +} + +inline void UndeprecateRegistryItemRequest::SharedCtor() { +item_id_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + item_id_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +} + +UndeprecateRegistryItemRequest::~UndeprecateRegistryItemRequest() { + // @@protoc_insertion_point(destructor:viam.app.v1.UndeprecateRegistryItemRequest) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void UndeprecateRegistryItemRequest::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + item_id_.Destroy(); +} + +void UndeprecateRegistryItemRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void UndeprecateRegistryItemRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.UndeprecateRegistryItemRequest) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + item_id_.ClearToEmpty(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* UndeprecateRegistryItemRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + uint32_t tag; + ptr = ::_pbi::ReadTag(ptr, &tag); + switch (tag >> 3) { + // string item_id = 1 [json_name = "itemId"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + auto str = _internal_mutable_item_id(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.UndeprecateRegistryItemRequest.item_id")); + } else + goto handle_unusual; + continue; + default: + goto handle_unusual; + } // switch + handle_unusual: + if ((tag == 0) || ((tag & 7) == 4)) { + CHK_(ptr); + ctx->SetLastTag(tag); + goto message_done; + } + ptr = UnknownFieldParse( + tag, + _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(), + ptr, ctx); + CHK_(ptr != nullptr); + } // while +message_done: + return ptr; +failure: + ptr = nullptr; + goto message_done; +#undef CHK_ +} + +uint8_t* UndeprecateRegistryItemRequest::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.UndeprecateRegistryItemRequest) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // string item_id = 1 [json_name = "itemId"]; + if (!this->_internal_item_id().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_item_id().data(), static_cast(this->_internal_item_id().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.UndeprecateRegistryItemRequest.item_id"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_item_id(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.UndeprecateRegistryItemRequest) + return target; +} + +size_t UndeprecateRegistryItemRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.UndeprecateRegistryItemRequest) + size_t total_size = 0; + + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string item_id = 1 [json_name = "itemId"]; + if (!this->_internal_item_id().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_item_id()); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UndeprecateRegistryItemRequest::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + UndeprecateRegistryItemRequest::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UndeprecateRegistryItemRequest::GetClassData() const { return &_class_data_; } + +void UndeprecateRegistryItemRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void UndeprecateRegistryItemRequest::MergeFrom(const UndeprecateRegistryItemRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.UndeprecateRegistryItemRequest) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + if (!from._internal_item_id().empty()) { + _internal_set_item_id(from._internal_item_id()); + } + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void UndeprecateRegistryItemRequest::CopyFrom(const UndeprecateRegistryItemRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.UndeprecateRegistryItemRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool UndeprecateRegistryItemRequest::IsInitialized() const { + return true; +} + +void UndeprecateRegistryItemRequest::InternalSwap(UndeprecateRegistryItemRequest* other) { + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &item_id_, lhs_arena, + &other->item_id_, rhs_arena + ); +} + +::PROTOBUF_NAMESPACE_ID::Metadata UndeprecateRegistryItemRequest::GetMetadata() const { + return ::_pbi::AssignDescriptors( + &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, + file_level_metadata_app_2fv1_2fapp_2eproto[213]); +} + +// =================================================================== + +class UndeprecateRegistryItemResponse::_Internal { + public: +}; + +UndeprecateRegistryItemResponse::UndeprecateRegistryItemResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase(arena, is_message_owned) { + // @@protoc_insertion_point(arena_constructor:viam.app.v1.UndeprecateRegistryItemResponse) +} +UndeprecateRegistryItemResponse::UndeprecateRegistryItemResponse(const UndeprecateRegistryItemResponse& from) + : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:viam.app.v1.UndeprecateRegistryItemResponse) +} + + + + + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UndeprecateRegistryItemResponse::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl, + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl, +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UndeprecateRegistryItemResponse::GetClassData() const { return &_class_data_; } + + + + + + + +::PROTOBUF_NAMESPACE_ID::Metadata UndeprecateRegistryItemResponse::GetMetadata() const { + return ::_pbi::AssignDescriptors( + &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, + file_level_metadata_app_2fv1_2fapp_2eproto[214]); +} + +// =================================================================== + +class CreateModuleRequest::_Internal { + public: +}; + +CreateModuleRequest::CreateModuleRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(); + // @@protoc_insertion_point(arena_constructor:viam.app.v1.CreateModuleRequest) +} +CreateModuleRequest::CreateModuleRequest(const CreateModuleRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + organization_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + organization_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_organization_id().empty()) { + organization_id_.Set(from._internal_organization_id(), + GetArenaForAllocation()); + } + name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_name().empty()) { + name_.Set(from._internal_name(), + GetArenaForAllocation()); + } + // @@protoc_insertion_point(copy_constructor:viam.app.v1.CreateModuleRequest) +} + +inline void CreateModuleRequest::SharedCtor() { +organization_id_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + organization_id_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +name_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + name_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +} + +CreateModuleRequest::~CreateModuleRequest() { + // @@protoc_insertion_point(destructor:viam.app.v1.CreateModuleRequest) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void CreateModuleRequest::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + organization_id_.Destroy(); + name_.Destroy(); +} + +void CreateModuleRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void CreateModuleRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.CreateModuleRequest) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + organization_id_.ClearToEmpty(); + name_.ClearToEmpty(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* CreateModuleRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + uint32_t tag; + ptr = ::_pbi::ReadTag(ptr, &tag); + switch (tag >> 3) { + // string organization_id = 1 [json_name = "organizationId"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + auto str = _internal_mutable_organization_id(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.CreateModuleRequest.organization_id")); + } else + goto handle_unusual; + continue; + // string name = 2 [json_name = "name"]; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 18)) { + auto str = _internal_mutable_name(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.CreateModuleRequest.name")); + } else + goto handle_unusual; + continue; + default: + goto handle_unusual; + } // switch + handle_unusual: + if ((tag == 0) || ((tag & 7) == 4)) { + CHK_(ptr); + ctx->SetLastTag(tag); + goto message_done; + } + ptr = UnknownFieldParse( + tag, + _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(), + ptr, ctx); + CHK_(ptr != nullptr); + } // while +message_done: + return ptr; +failure: + ptr = nullptr; + goto message_done; +#undef CHK_ +} + +uint8_t* CreateModuleRequest::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.CreateModuleRequest) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // string organization_id = 1 [json_name = "organizationId"]; + if (!this->_internal_organization_id().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_organization_id().data(), static_cast(this->_internal_organization_id().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.CreateModuleRequest.organization_id"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_organization_id(), target); + } + + // string name = 2 [json_name = "name"]; + if (!this->_internal_name().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_name().data(), static_cast(this->_internal_name().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.CreateModuleRequest.name"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_name(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.CreateModuleRequest) + return target; +} + +size_t CreateModuleRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.CreateModuleRequest) + size_t total_size = 0; + + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string organization_id = 1 [json_name = "organizationId"]; + if (!this->_internal_organization_id().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_organization_id()); + } + + // string name = 2 [json_name = "name"]; + if (!this->_internal_name().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_name()); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CreateModuleRequest::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + CreateModuleRequest::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CreateModuleRequest::GetClassData() const { return &_class_data_; } + +void CreateModuleRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void CreateModuleRequest::MergeFrom(const CreateModuleRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.CreateModuleRequest) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + if (!from._internal_organization_id().empty()) { + _internal_set_organization_id(from._internal_organization_id()); + } + if (!from._internal_name().empty()) { + _internal_set_name(from._internal_name()); + } + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void CreateModuleRequest::CopyFrom(const CreateModuleRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.CreateModuleRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CreateModuleRequest::IsInitialized() const { + return true; +} + +void CreateModuleRequest::InternalSwap(CreateModuleRequest* other) { + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &organization_id_, lhs_arena, + &other->organization_id_, rhs_arena + ); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &name_, lhs_arena, + &other->name_, rhs_arena + ); +} + +::PROTOBUF_NAMESPACE_ID::Metadata CreateModuleRequest::GetMetadata() const { + return ::_pbi::AssignDescriptors( + &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, + file_level_metadata_app_2fv1_2fapp_2eproto[215]); +} + +// =================================================================== + +class CreateModuleResponse::_Internal { + public: +}; + +CreateModuleResponse::CreateModuleResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(); + // @@protoc_insertion_point(arena_constructor:viam.app.v1.CreateModuleResponse) +} +CreateModuleResponse::CreateModuleResponse(const CreateModuleResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + module_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + module_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_module_id().empty()) { + module_id_.Set(from._internal_module_id(), + GetArenaForAllocation()); + } + url_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + url_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_url().empty()) { + url_.Set(from._internal_url(), + GetArenaForAllocation()); + } + // @@protoc_insertion_point(copy_constructor:viam.app.v1.CreateModuleResponse) +} + +inline void CreateModuleResponse::SharedCtor() { +module_id_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + module_id_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +url_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + url_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +} + +CreateModuleResponse::~CreateModuleResponse() { + // @@protoc_insertion_point(destructor:viam.app.v1.CreateModuleResponse) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void CreateModuleResponse::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + module_id_.Destroy(); + url_.Destroy(); +} + +void CreateModuleResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void CreateModuleResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.CreateModuleResponse) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + module_id_.ClearToEmpty(); + url_.ClearToEmpty(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* CreateModuleResponse::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + uint32_t tag; + ptr = ::_pbi::ReadTag(ptr, &tag); + switch (tag >> 3) { + // string module_id = 1 [json_name = "moduleId"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + auto str = _internal_mutable_module_id(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.CreateModuleResponse.module_id")); + } else + goto handle_unusual; + continue; + // string url = 2 [json_name = "url"]; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 18)) { + auto str = _internal_mutable_url(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.CreateModuleResponse.url")); } else goto handle_unusual; continue; @@ -57556,7 +58731,7 @@ void CreateModuleResponse::InternalSwap(CreateModuleResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CreateModuleResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[211]); + file_level_metadata_app_2fv1_2fapp_2eproto[216]); } // =================================================================== @@ -58111,7 +59286,7 @@ void UpdateModuleRequest::InternalSwap(UpdateModuleRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UpdateModuleRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[212]); + file_level_metadata_app_2fv1_2fapp_2eproto[217]); } // =================================================================== @@ -58294,7 +59469,7 @@ void AllowedOrgIDs::InternalSwap(AllowedOrgIDs* other) { ::PROTOBUF_NAMESPACE_ID::Metadata AllowedOrgIDs::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[213]); + file_level_metadata_app_2fv1_2fapp_2eproto[218]); } // =================================================================== @@ -58777,7 +59952,7 @@ void App::InternalSwap(App* other) { ::PROTOBUF_NAMESPACE_ID::Metadata App::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[214]); + file_level_metadata_app_2fv1_2fapp_2eproto[219]); } // =================================================================== @@ -58972,7 +60147,7 @@ void UpdateModuleResponse::InternalSwap(UpdateModuleResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UpdateModuleResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[215]); + file_level_metadata_app_2fv1_2fapp_2eproto[220]); } // =================================================================== @@ -59321,7 +60496,7 @@ void UpdateModuleMetadata::InternalSwap(UpdateModuleMetadata* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UpdateModuleMetadata::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[216]); + file_level_metadata_app_2fv1_2fapp_2eproto[221]); } // =================================================================== @@ -59532,7 +60707,7 @@ void UpdateMLModelMetadata::InternalSwap(UpdateMLModelMetadata* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UpdateMLModelMetadata::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[217]); + file_level_metadata_app_2fv1_2fapp_2eproto[222]); } // =================================================================== @@ -59765,7 +60940,7 @@ void UpdateMLTrainingMetadata::InternalSwap(UpdateMLTrainingMetadata* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UpdateMLTrainingMetadata::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[218]); + file_level_metadata_app_2fv1_2fapp_2eproto[223]); } // =================================================================== @@ -60167,7 +61342,7 @@ void Model::InternalSwap(Model* other) { ::PROTOBUF_NAMESPACE_ID::Metadata Model::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[219]); + file_level_metadata_app_2fv1_2fapp_2eproto[224]); } // =================================================================== @@ -60496,7 +61671,7 @@ void ModuleFileInfo::InternalSwap(ModuleFileInfo* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ModuleFileInfo::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[220]); + file_level_metadata_app_2fv1_2fapp_2eproto[225]); } // =================================================================== @@ -60765,7 +61940,7 @@ void UploadModuleFileRequest::InternalSwap(UploadModuleFileRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UploadModuleFileRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[221]); + file_level_metadata_app_2fv1_2fapp_2eproto[226]); } // =================================================================== @@ -60960,7 +62135,7 @@ void UploadModuleFileResponse::InternalSwap(UploadModuleFileResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UploadModuleFileResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[222]); + file_level_metadata_app_2fv1_2fapp_2eproto[227]); } // =================================================================== @@ -61192,7 +62367,7 @@ void GetModuleRequest::InternalSwap(GetModuleRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetModuleRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[223]); + file_level_metadata_app_2fv1_2fapp_2eproto[228]); } // =================================================================== @@ -61379,7 +62554,7 @@ void GetModuleResponse::InternalSwap(GetModuleResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetModuleResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[224]); + file_level_metadata_app_2fv1_2fapp_2eproto[229]); } // =================================================================== @@ -61393,8 +62568,16 @@ class Module::_Internal { static void set_has_markdown_description(HasBits* has_bits) { (*has_bits)[0] |= 2u; } + static const ::viam::app::v1::DeprecatedStatus& deprecated_status(const Module* msg); + static void set_has_deprecated_status(HasBits* has_bits) { + (*has_bits)[0] |= 4u; + } }; +const ::viam::app::v1::DeprecatedStatus& +Module::_Internal::deprecated_status(const Module* msg) { + return *msg->deprecated_status_; +} Module::Module(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), @@ -61483,6 +62666,11 @@ Module::Module(const Module& from) markdown_description_.Set(from._internal_markdown_description(), GetArenaForAllocation()); } + if (from._internal_has_deprecated_status()) { + deprecated_status_ = new ::viam::app::v1::DeprecatedStatus(*from.deprecated_status_); + } else { + deprecated_status_ = nullptr; + } ::memcpy(&total_robot_usage_, &from.total_robot_usage_, static_cast(reinterpret_cast(&visibility_) - reinterpret_cast(&total_robot_usage_)) + sizeof(visibility_)); @@ -61527,9 +62715,9 @@ markdown_description_.InitDefault(); markdown_description_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING ::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&total_robot_usage_) - reinterpret_cast(this)), + reinterpret_cast(&deprecated_status_) - reinterpret_cast(this)), 0, static_cast(reinterpret_cast(&visibility_) - - reinterpret_cast(&total_robot_usage_)) + sizeof(visibility_)); + reinterpret_cast(&deprecated_status_)) + sizeof(visibility_)); } Module::~Module() { @@ -61552,6 +62740,7 @@ inline void Module::SharedDtor() { public_namespace_.Destroy(); first_run_.Destroy(); markdown_description_.Destroy(); + if (this != internal_default_instance()) delete deprecated_status_; } void Module::SetCachedSize(int size) const { @@ -61575,13 +62764,17 @@ void Module::Clear() { entrypoint_.ClearToEmpty(); public_namespace_.ClearToEmpty(); cached_has_bits = _has_bits_[0]; - if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000007u) { if (cached_has_bits & 0x00000001u) { first_run_.ClearNonDefaultToEmpty(); } if (cached_has_bits & 0x00000002u) { markdown_description_.ClearNonDefaultToEmpty(); } + if (cached_has_bits & 0x00000004u) { + GOOGLE_DCHECK(deprecated_status_ != nullptr); + deprecated_status_->Clear(); + } } ::memset(&total_robot_usage_, 0, static_cast( reinterpret_cast(&visibility_) - @@ -61751,6 +62944,14 @@ const char* Module::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { } else goto handle_unusual; continue; + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 16 [json_name = "deprecatedStatus"]; + case 16: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 130)) { + ptr = ctx->ParseMessage(_internal_mutable_deprecated_status(), ptr); + CHK_(ptr); + } else + goto handle_unusual; + continue; default: goto handle_unusual; } // switch @@ -61914,6 +63115,13 @@ uint8_t* Module::_InternalSerialize( InternalWriteMessage(15, repfield, repfield.GetCachedSize(), target, stream); } + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 16 [json_name = "deprecatedStatus"]; + if (_internal_has_deprecated_status()) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(16, _Internal::deprecated_status(this), + _Internal::deprecated_status(this).GetCachedSize(), target, stream); + } + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); @@ -62001,7 +63209,7 @@ size_t Module::ByteSizeLong() const { } cached_has_bits = _has_bits_[0]; - if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000007u) { // optional string first_run = 13 [json_name = "firstRun"]; if (cached_has_bits & 0x00000001u) { total_size += 1 + @@ -62016,6 +63224,13 @@ size_t Module::ByteSizeLong() const { this->_internal_markdown_description()); } + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 16 [json_name = "deprecatedStatus"]; + if (cached_has_bits & 0x00000004u) { + total_size += 2 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *deprecated_status_); + } + } // int64 total_robot_usage = 8 [json_name = "totalRobotUsage"]; if (this->_internal_total_robot_usage() != 0) { @@ -62080,13 +63295,16 @@ void Module::MergeFrom(const Module& from) { _internal_set_public_namespace(from._internal_public_namespace()); } cached_has_bits = from._has_bits_[0]; - if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000007u) { if (cached_has_bits & 0x00000001u) { _internal_set_first_run(from._internal_first_run()); } if (cached_has_bits & 0x00000002u) { _internal_set_markdown_description(from._internal_markdown_description()); } + if (cached_has_bits & 0x00000004u) { + _internal_mutable_deprecated_status()->::viam::app::v1::DeprecatedStatus::MergeFrom(from._internal_deprecated_status()); + } } if (from._internal_total_robot_usage() != 0) { _internal_set_total_robot_usage(from._internal_total_robot_usage()); @@ -62159,15 +63377,15 @@ void Module::InternalSwap(Module* other) { ::PROTOBUF_NAMESPACE_ID::internal::memswap< PROTOBUF_FIELD_OFFSET(Module, visibility_) + sizeof(Module::visibility_) - - PROTOBUF_FIELD_OFFSET(Module, total_robot_usage_)>( - reinterpret_cast(&total_robot_usage_), - reinterpret_cast(&other->total_robot_usage_)); + - PROTOBUF_FIELD_OFFSET(Module, deprecated_status_)>( + reinterpret_cast(&deprecated_status_), + reinterpret_cast(&other->deprecated_status_)); } ::PROTOBUF_NAMESPACE_ID::Metadata Module::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[225]); + file_level_metadata_app_2fv1_2fapp_2eproto[230]); } // =================================================================== @@ -62181,8 +63399,16 @@ class VersionHistory::_Internal { static void set_has_markdown_description(HasBits* has_bits) { (*has_bits)[0] |= 2u; } + static const ::viam::app::v1::DeprecatedStatus& deprecated_status(const VersionHistory* msg); + static void set_has_deprecated_status(HasBits* has_bits) { + (*has_bits)[0] |= 4u; + } }; +const ::viam::app::v1::DeprecatedStatus& +VersionHistory::_Internal::deprecated_status(const VersionHistory* msg) { + return *msg->deprecated_status_; +} VersionHistory::VersionHistory(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), @@ -62231,6 +63457,11 @@ VersionHistory::VersionHistory(const VersionHistory& from) markdown_description_.Set(from._internal_markdown_description(), GetArenaForAllocation()); } + if (from._internal_has_deprecated_status()) { + deprecated_status_ = new ::viam::app::v1::DeprecatedStatus(*from.deprecated_status_); + } else { + deprecated_status_ = nullptr; + } // @@protoc_insertion_point(copy_constructor:viam.app.v1.VersionHistory) } @@ -62251,6 +63482,7 @@ markdown_description_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING markdown_description_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +deprecated_status_ = nullptr; } VersionHistory::~VersionHistory() { @@ -62268,6 +63500,7 @@ inline void VersionHistory::SharedDtor() { entrypoint_.Destroy(); first_run_.Destroy(); markdown_description_.Destroy(); + if (this != internal_default_instance()) delete deprecated_status_; } void VersionHistory::SetCachedSize(int size) const { @@ -62286,13 +63519,17 @@ void VersionHistory::Clear() { version_.ClearToEmpty(); entrypoint_.ClearToEmpty(); cached_has_bits = _has_bits_[0]; - if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000007u) { if (cached_has_bits & 0x00000001u) { first_run_.ClearNonDefaultToEmpty(); } if (cached_has_bits & 0x00000002u) { markdown_description_.ClearNonDefaultToEmpty(); } + if (cached_has_bits & 0x00000004u) { + GOOGLE_DCHECK(deprecated_status_ != nullptr); + deprecated_status_->Clear(); + } } _has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); @@ -62384,6 +63621,14 @@ const char* VersionHistory::_InternalParse(const char* ptr, ::_pbi::ParseContext } else goto handle_unusual; continue; + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 8 [json_name = "deprecatedStatus"]; + case 8: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 66)) { + ptr = ctx->ParseMessage(_internal_mutable_deprecated_status(), ptr); + CHK_(ptr); + } else + goto handle_unusual; + continue; default: goto handle_unusual; } // switch @@ -62478,6 +63723,13 @@ uint8_t* VersionHistory::_InternalSerialize( InternalWriteMessage(7, repfield, repfield.GetCachedSize(), target, stream); } + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 8 [json_name = "deprecatedStatus"]; + if (_internal_has_deprecated_status()) { + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(8, _Internal::deprecated_status(this), + _Internal::deprecated_status(this).GetCachedSize(), target, stream); + } + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); @@ -62530,7 +63782,7 @@ size_t VersionHistory::ByteSizeLong() const { } cached_has_bits = _has_bits_[0]; - if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000007u) { // optional string first_run = 5 [json_name = "firstRun"]; if (cached_has_bits & 0x00000001u) { total_size += 1 + @@ -62545,6 +63797,13 @@ size_t VersionHistory::ByteSizeLong() const { this->_internal_markdown_description()); } + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 8 [json_name = "deprecatedStatus"]; + if (cached_has_bits & 0x00000004u) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( + *deprecated_status_); + } + } return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); } @@ -62578,13 +63837,16 @@ void VersionHistory::MergeFrom(const VersionHistory& from) { _internal_set_entrypoint(from._internal_entrypoint()); } cached_has_bits = from._has_bits_[0]; - if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000007u) { if (cached_has_bits & 0x00000001u) { _internal_set_first_run(from._internal_first_run()); } if (cached_has_bits & 0x00000002u) { _internal_set_markdown_description(from._internal_markdown_description()); } + if (cached_has_bits & 0x00000004u) { + _internal_mutable_deprecated_status()->::viam::app::v1::DeprecatedStatus::MergeFrom(from._internal_deprecated_status()); + } } _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } @@ -62625,12 +63887,13 @@ void VersionHistory::InternalSwap(VersionHistory* other) { &markdown_description_, lhs_arena, &other->markdown_description_, rhs_arena ); + swap(deprecated_status_, other->deprecated_status_); } ::PROTOBUF_NAMESPACE_ID::Metadata VersionHistory::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[226]); + file_level_metadata_app_2fv1_2fapp_2eproto[231]); } // =================================================================== @@ -62873,7 +64136,7 @@ void Uploads::InternalSwap(Uploads* other) { ::PROTOBUF_NAMESPACE_ID::Metadata Uploads::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[227]); + file_level_metadata_app_2fv1_2fapp_2eproto[232]); } // =================================================================== @@ -62893,34 +64156,470 @@ ListModulesRequest::ListModulesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { SharedCtor(); - // @@protoc_insertion_point(arena_constructor:viam.app.v1.ListModulesRequest) + // @@protoc_insertion_point(arena_constructor:viam.app.v1.ListModulesRequest) +} +ListModulesRequest::ListModulesRequest(const ListModulesRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + _has_bits_(from._has_bits_) { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + organization_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + organization_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (from._internal_has_organization_id()) { + organization_id_.Set(from._internal_organization_id(), + GetArenaForAllocation()); + } + include_markdown_documentation_ = from.include_markdown_documentation_; + // @@protoc_insertion_point(copy_constructor:viam.app.v1.ListModulesRequest) +} + +inline void ListModulesRequest::SharedCtor() { +organization_id_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + organization_id_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +include_markdown_documentation_ = false; +} + +ListModulesRequest::~ListModulesRequest() { + // @@protoc_insertion_point(destructor:viam.app.v1.ListModulesRequest) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void ListModulesRequest::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + organization_id_.Destroy(); +} + +void ListModulesRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void ListModulesRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.ListModulesRequest) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + cached_has_bits = _has_bits_[0]; + if (cached_has_bits & 0x00000001u) { + organization_id_.ClearNonDefaultToEmpty(); + } + include_markdown_documentation_ = false; + _has_bits_.Clear(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* ListModulesRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + _Internal::HasBits has_bits{}; + while (!ctx->Done(&ptr)) { + uint32_t tag; + ptr = ::_pbi::ReadTag(ptr, &tag); + switch (tag >> 3) { + // optional string organization_id = 1 [json_name = "organizationId"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + auto str = _internal_mutable_organization_id(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.ListModulesRequest.organization_id")); + } else + goto handle_unusual; + continue; + // optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"]; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { + _Internal::set_has_include_markdown_documentation(&has_bits); + include_markdown_documentation_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + CHK_(ptr); + } else + goto handle_unusual; + continue; + default: + goto handle_unusual; + } // switch + handle_unusual: + if ((tag == 0) || ((tag & 7) == 4)) { + CHK_(ptr); + ctx->SetLastTag(tag); + goto message_done; + } + ptr = UnknownFieldParse( + tag, + _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(), + ptr, ctx); + CHK_(ptr != nullptr); + } // while +message_done: + _has_bits_.Or(has_bits); + return ptr; +failure: + ptr = nullptr; + goto message_done; +#undef CHK_ +} + +uint8_t* ListModulesRequest::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.ListModulesRequest) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // optional string organization_id = 1 [json_name = "organizationId"]; + if (_internal_has_organization_id()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_organization_id().data(), static_cast(this->_internal_organization_id().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.ListModulesRequest.organization_id"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_organization_id(), target); + } + + // optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"]; + if (_internal_has_include_markdown_documentation()) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteBoolToArray(2, this->_internal_include_markdown_documentation(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.ListModulesRequest) + return target; +} + +size_t ListModulesRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.ListModulesRequest) + size_t total_size = 0; + + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + cached_has_bits = _has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + // optional string organization_id = 1 [json_name = "organizationId"]; + if (cached_has_bits & 0x00000001u) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_organization_id()); + } + + // optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"]; + if (cached_has_bits & 0x00000002u) { + total_size += 1 + 1; + } + + } + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ListModulesRequest::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ListModulesRequest::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ListModulesRequest::GetClassData() const { return &_class_data_; } + +void ListModulesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void ListModulesRequest::MergeFrom(const ListModulesRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.ListModulesRequest) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + cached_has_bits = from._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + _internal_set_organization_id(from._internal_organization_id()); + } + if (cached_has_bits & 0x00000002u) { + include_markdown_documentation_ = from.include_markdown_documentation_; + } + _has_bits_[0] |= cached_has_bits; + } + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void ListModulesRequest::CopyFrom(const ListModulesRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.ListModulesRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ListModulesRequest::IsInitialized() const { + return true; +} + +void ListModulesRequest::InternalSwap(ListModulesRequest* other) { + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + swap(_has_bits_[0], other->_has_bits_[0]); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &organization_id_, lhs_arena, + &other->organization_id_, rhs_arena + ); + swap(include_markdown_documentation_, other->include_markdown_documentation_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata ListModulesRequest::GetMetadata() const { + return ::_pbi::AssignDescriptors( + &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, + file_level_metadata_app_2fv1_2fapp_2eproto[233]); +} + +// =================================================================== + +class ListModulesResponse::_Internal { + public: +}; + +ListModulesResponse::ListModulesResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), + modules_(arena) { + SharedCtor(); + // @@protoc_insertion_point(arena_constructor:viam.app.v1.ListModulesResponse) +} +ListModulesResponse::ListModulesResponse(const ListModulesResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + modules_(from.modules_) { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:viam.app.v1.ListModulesResponse) +} + +inline void ListModulesResponse::SharedCtor() { +} + +ListModulesResponse::~ListModulesResponse() { + // @@protoc_insertion_point(destructor:viam.app.v1.ListModulesResponse) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void ListModulesResponse::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); +} + +void ListModulesResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void ListModulesResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.ListModulesResponse) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + modules_.Clear(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* ListModulesResponse::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { +#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure + while (!ctx->Done(&ptr)) { + uint32_t tag; + ptr = ::_pbi::ReadTag(ptr, &tag); + switch (tag >> 3) { + // repeated .viam.app.v1.Module modules = 1 [json_name = "modules"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_modules(), ptr); + CHK_(ptr); + if (!ctx->DataAvailable(ptr)) break; + } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); + } else + goto handle_unusual; + continue; + default: + goto handle_unusual; + } // switch + handle_unusual: + if ((tag == 0) || ((tag & 7) == 4)) { + CHK_(ptr); + ctx->SetLastTag(tag); + goto message_done; + } + ptr = UnknownFieldParse( + tag, + _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(), + ptr, ctx); + CHK_(ptr != nullptr); + } // while +message_done: + return ptr; +failure: + ptr = nullptr; + goto message_done; +#undef CHK_ +} + +uint8_t* ListModulesResponse::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.ListModulesResponse) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .viam.app.v1.Module modules = 1 [json_name = "modules"]; + for (unsigned i = 0, + n = static_cast(this->_internal_modules_size()); i < n; i++) { + const auto& repfield = this->_internal_modules(i); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(1, repfield, repfield.GetCachedSize(), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); + } + // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.ListModulesResponse) + return target; +} + +size_t ListModulesResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.ListModulesResponse) + size_t total_size = 0; + + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated .viam.app.v1.Module modules = 1 [json_name = "modules"]; + total_size += 1UL * this->_internal_modules_size(); + for (const auto& msg : this->modules_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ListModulesResponse::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ListModulesResponse::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ListModulesResponse::GetClassData() const { return &_class_data_; } + +void ListModulesResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void ListModulesResponse::MergeFrom(const ListModulesResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.ListModulesResponse) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + modules_.MergeFrom(from.modules_); + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void ListModulesResponse::CopyFrom(const ListModulesResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.ListModulesResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ListModulesResponse::IsInitialized() const { + return true; +} + +void ListModulesResponse::InternalSwap(ListModulesResponse* other) { + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + modules_.InternalSwap(&other->modules_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata ListModulesResponse::GetMetadata() const { + return ::_pbi::AssignDescriptors( + &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, + file_level_metadata_app_2fv1_2fapp_2eproto[234]); +} + +// =================================================================== + +class DeprecateRegistryItemVersionRequest::_Internal { + public: +}; + +DeprecateRegistryItemVersionRequest::DeprecateRegistryItemVersionRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(); + // @@protoc_insertion_point(arena_constructor:viam.app.v1.DeprecateRegistryItemVersionRequest) } -ListModulesRequest::ListModulesRequest(const ListModulesRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { +DeprecateRegistryItemVersionRequest::DeprecateRegistryItemVersionRequest(const DeprecateRegistryItemVersionRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message() { _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - organization_id_.InitDefault(); + item_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - organization_id_.Set("", GetArenaForAllocation()); + item_id_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (from._internal_has_organization_id()) { - organization_id_.Set(from._internal_organization_id(), + if (!from._internal_item_id().empty()) { + item_id_.Set(from._internal_item_id(), GetArenaForAllocation()); } - include_markdown_documentation_ = from.include_markdown_documentation_; - // @@protoc_insertion_point(copy_constructor:viam.app.v1.ListModulesRequest) + version_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + version_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_version().empty()) { + version_.Set(from._internal_version(), + GetArenaForAllocation()); + } + message_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + message_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_message().empty()) { + message_.Set(from._internal_message(), + GetArenaForAllocation()); + } + // @@protoc_insertion_point(copy_constructor:viam.app.v1.DeprecateRegistryItemVersionRequest) } -inline void ListModulesRequest::SharedCtor() { -organization_id_.InitDefault(); +inline void DeprecateRegistryItemVersionRequest::SharedCtor() { +item_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - organization_id_.Set("", GetArenaForAllocation()); + item_id_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +version_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + version_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +message_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + message_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -include_markdown_documentation_ = false; } -ListModulesRequest::~ListModulesRequest() { - // @@protoc_insertion_point(destructor:viam.app.v1.ListModulesRequest) +DeprecateRegistryItemVersionRequest::~DeprecateRegistryItemVersionRequest() { + // @@protoc_insertion_point(destructor:viam.app.v1.DeprecateRegistryItemVersionRequest) if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { (void)arena; return; @@ -62928,53 +64627,62 @@ ListModulesRequest::~ListModulesRequest() { SharedDtor(); } -inline void ListModulesRequest::SharedDtor() { +inline void DeprecateRegistryItemVersionRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - organization_id_.Destroy(); + item_id_.Destroy(); + version_.Destroy(); + message_.Destroy(); } -void ListModulesRequest::SetCachedSize(int size) const { +void DeprecateRegistryItemVersionRequest::SetCachedSize(int size) const { _cached_size_.Set(size); } -void ListModulesRequest::Clear() { -// @@protoc_insertion_point(message_clear_start:viam.app.v1.ListModulesRequest) +void DeprecateRegistryItemVersionRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.DeprecateRegistryItemVersionRequest) uint32_t cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - cached_has_bits = _has_bits_[0]; - if (cached_has_bits & 0x00000001u) { - organization_id_.ClearNonDefaultToEmpty(); - } - include_markdown_documentation_ = false; - _has_bits_.Clear(); + item_id_.ClearToEmpty(); + version_.ClearToEmpty(); + message_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } -const char* ListModulesRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { +const char* DeprecateRegistryItemVersionRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure - _Internal::HasBits has_bits{}; while (!ctx->Done(&ptr)) { uint32_t tag; ptr = ::_pbi::ReadTag(ptr, &tag); switch (tag >> 3) { - // optional string organization_id = 1 [json_name = "organizationId"]; + // string item_id = 1 [json_name = "itemId"]; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { - auto str = _internal_mutable_organization_id(); + auto str = _internal_mutable_item_id(); ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); CHK_(ptr); - CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.ListModulesRequest.organization_id")); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.DeprecateRegistryItemVersionRequest.item_id")); } else goto handle_unusual; continue; - // optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"]; + // string version = 2 [json_name = "version"]; case 2: - if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - _Internal::set_has_include_markdown_documentation(&has_bits); - include_markdown_documentation_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 18)) { + auto str = _internal_mutable_version(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.DeprecateRegistryItemVersionRequest.version")); + } else + goto handle_unusual; + continue; + // string message = 3 [json_name = "message"]; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 26)) { + auto str = _internal_mutable_message(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.DeprecateRegistryItemVersionRequest.message")); } else goto handle_unusual; continue; @@ -62994,7 +64702,6 @@ const char* ListModulesRequest::_InternalParse(const char* ptr, ::_pbi::ParseCon CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -63002,149 +64709,235 @@ const char* ListModulesRequest::_InternalParse(const char* ptr, ::_pbi::ParseCon #undef CHK_ } -uint8_t* ListModulesRequest::_InternalSerialize( +uint8_t* DeprecateRegistryItemVersionRequest::_InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.ListModulesRequest) + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.DeprecateRegistryItemVersionRequest) uint32_t cached_has_bits = 0; (void) cached_has_bits; - // optional string organization_id = 1 [json_name = "organizationId"]; - if (_internal_has_organization_id()) { + // string item_id = 1 [json_name = "itemId"]; + if (!this->_internal_item_id().empty()) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_organization_id().data(), static_cast(this->_internal_organization_id().length()), + this->_internal_item_id().data(), static_cast(this->_internal_item_id().length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "viam.app.v1.ListModulesRequest.organization_id"); + "viam.app.v1.DeprecateRegistryItemVersionRequest.item_id"); target = stream->WriteStringMaybeAliased( - 1, this->_internal_organization_id(), target); + 1, this->_internal_item_id(), target); } - // optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"]; - if (_internal_has_include_markdown_documentation()) { - target = stream->EnsureSpace(target); - target = ::_pbi::WireFormatLite::WriteBoolToArray(2, this->_internal_include_markdown_documentation(), target); + // string version = 2 [json_name = "version"]; + if (!this->_internal_version().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_version().data(), static_cast(this->_internal_version().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.DeprecateRegistryItemVersionRequest.version"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_version(), target); + } + + // string message = 3 [json_name = "message"]; + if (!this->_internal_message().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_message().data(), static_cast(this->_internal_message().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.DeprecateRegistryItemVersionRequest.message"); + target = stream->WriteStringMaybeAliased( + 3, this->_internal_message(), target); } if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); } - // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.ListModulesRequest) + // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.DeprecateRegistryItemVersionRequest) return target; } -size_t ListModulesRequest::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.ListModulesRequest) +size_t DeprecateRegistryItemVersionRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.DeprecateRegistryItemVersionRequest) size_t total_size = 0; uint32_t cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - cached_has_bits = _has_bits_[0]; - if (cached_has_bits & 0x00000003u) { - // optional string organization_id = 1 [json_name = "organizationId"]; - if (cached_has_bits & 0x00000001u) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_organization_id()); - } + // string item_id = 1 [json_name = "itemId"]; + if (!this->_internal_item_id().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_item_id()); + } - // optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"]; - if (cached_has_bits & 0x00000002u) { - total_size += 1 + 1; - } + // string version = 2 [json_name = "version"]; + if (!this->_internal_version().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_version()); + } + // string message = 3 [json_name = "message"]; + if (!this->_internal_message().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_message()); } + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); } -const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ListModulesRequest::_class_data_ = { +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DeprecateRegistryItemVersionRequest::_class_data_ = { ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, - ListModulesRequest::MergeImpl + DeprecateRegistryItemVersionRequest::MergeImpl }; -const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ListModulesRequest::GetClassData() const { return &_class_data_; } +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeprecateRegistryItemVersionRequest::GetClassData() const { return &_class_data_; } -void ListModulesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, +void DeprecateRegistryItemVersionRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); + static_cast(to)->MergeFrom( + static_cast(from)); } -void ListModulesRequest::MergeFrom(const ListModulesRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.ListModulesRequest) +void DeprecateRegistryItemVersionRequest::MergeFrom(const DeprecateRegistryItemVersionRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.DeprecateRegistryItemVersionRequest) GOOGLE_DCHECK_NE(&from, this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - cached_has_bits = from._has_bits_[0]; - if (cached_has_bits & 0x00000003u) { - if (cached_has_bits & 0x00000001u) { - _internal_set_organization_id(from._internal_organization_id()); - } - if (cached_has_bits & 0x00000002u) { - include_markdown_documentation_ = from.include_markdown_documentation_; - } - _has_bits_[0] |= cached_has_bits; + if (!from._internal_item_id().empty()) { + _internal_set_item_id(from._internal_item_id()); + } + if (!from._internal_version().empty()) { + _internal_set_version(from._internal_version()); + } + if (!from._internal_message().empty()) { + _internal_set_message(from._internal_message()); } _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } -void ListModulesRequest::CopyFrom(const ListModulesRequest& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.ListModulesRequest) +void DeprecateRegistryItemVersionRequest::CopyFrom(const DeprecateRegistryItemVersionRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.DeprecateRegistryItemVersionRequest) if (&from == this) return; Clear(); MergeFrom(from); } -bool ListModulesRequest::IsInitialized() const { +bool DeprecateRegistryItemVersionRequest::IsInitialized() const { return true; } -void ListModulesRequest::InternalSwap(ListModulesRequest* other) { +void DeprecateRegistryItemVersionRequest::InternalSwap(DeprecateRegistryItemVersionRequest* other) { using std::swap; auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &organization_id_, lhs_arena, - &other->organization_id_, rhs_arena + &item_id_, lhs_arena, + &other->item_id_, rhs_arena + ); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &version_, lhs_arena, + &other->version_, rhs_arena + ); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &message_, lhs_arena, + &other->message_, rhs_arena ); - swap(include_markdown_documentation_, other->include_markdown_documentation_); } -::PROTOBUF_NAMESPACE_ID::Metadata ListModulesRequest::GetMetadata() const { +::PROTOBUF_NAMESPACE_ID::Metadata DeprecateRegistryItemVersionRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[228]); + file_level_metadata_app_2fv1_2fapp_2eproto[235]); } // =================================================================== -class ListModulesResponse::_Internal { +class DeprecateRegistryItemVersionResponse::_Internal { public: }; -ListModulesResponse::ListModulesResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, +DeprecateRegistryItemVersionResponse::DeprecateRegistryItemVersionResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - modules_(arena) { + : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase(arena, is_message_owned) { + // @@protoc_insertion_point(arena_constructor:viam.app.v1.DeprecateRegistryItemVersionResponse) +} +DeprecateRegistryItemVersionResponse::DeprecateRegistryItemVersionResponse(const DeprecateRegistryItemVersionResponse& from) + : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:viam.app.v1.DeprecateRegistryItemVersionResponse) +} + + + + + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DeprecateRegistryItemVersionResponse::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl, + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl, +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeprecateRegistryItemVersionResponse::GetClassData() const { return &_class_data_; } + + + + + + + +::PROTOBUF_NAMESPACE_ID::Metadata DeprecateRegistryItemVersionResponse::GetMetadata() const { + return ::_pbi::AssignDescriptors( + &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, + file_level_metadata_app_2fv1_2fapp_2eproto[236]); +} + +// =================================================================== + +class UndeprecateRegistryItemVersionRequest::_Internal { + public: +}; + +UndeprecateRegistryItemVersionRequest::UndeprecateRegistryItemVersionRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { SharedCtor(); - // @@protoc_insertion_point(arena_constructor:viam.app.v1.ListModulesResponse) + // @@protoc_insertion_point(arena_constructor:viam.app.v1.UndeprecateRegistryItemVersionRequest) } -ListModulesResponse::ListModulesResponse(const ListModulesResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - modules_(from.modules_) { +UndeprecateRegistryItemVersionRequest::UndeprecateRegistryItemVersionRequest(const UndeprecateRegistryItemVersionRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message() { _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - // @@protoc_insertion_point(copy_constructor:viam.app.v1.ListModulesResponse) + item_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + item_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_item_id().empty()) { + item_id_.Set(from._internal_item_id(), + GetArenaForAllocation()); + } + version_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + version_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_version().empty()) { + version_.Set(from._internal_version(), + GetArenaForAllocation()); + } + // @@protoc_insertion_point(copy_constructor:viam.app.v1.UndeprecateRegistryItemVersionRequest) } -inline void ListModulesResponse::SharedCtor() { +inline void UndeprecateRegistryItemVersionRequest::SharedCtor() { +item_id_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + item_id_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +version_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + version_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } -ListModulesResponse::~ListModulesResponse() { - // @@protoc_insertion_point(destructor:viam.app.v1.ListModulesResponse) +UndeprecateRegistryItemVersionRequest::~UndeprecateRegistryItemVersionRequest() { + // @@protoc_insertion_point(destructor:viam.app.v1.UndeprecateRegistryItemVersionRequest) if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { (void)arena; return; @@ -63152,40 +64945,50 @@ ListModulesResponse::~ListModulesResponse() { SharedDtor(); } -inline void ListModulesResponse::SharedDtor() { +inline void UndeprecateRegistryItemVersionRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + item_id_.Destroy(); + version_.Destroy(); } -void ListModulesResponse::SetCachedSize(int size) const { +void UndeprecateRegistryItemVersionRequest::SetCachedSize(int size) const { _cached_size_.Set(size); } -void ListModulesResponse::Clear() { -// @@protoc_insertion_point(message_clear_start:viam.app.v1.ListModulesResponse) +void UndeprecateRegistryItemVersionRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.UndeprecateRegistryItemVersionRequest) uint32_t cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - modules_.Clear(); + item_id_.ClearToEmpty(); + version_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } -const char* ListModulesResponse::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { +const char* UndeprecateRegistryItemVersionRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure while (!ctx->Done(&ptr)) { uint32_t tag; ptr = ::_pbi::ReadTag(ptr, &tag); switch (tag >> 3) { - // repeated .viam.app.v1.Module modules = 1 [json_name = "modules"]; + // string item_id = 1 [json_name = "itemId"]; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { - ptr -= 1; - do { - ptr += 1; - ptr = ctx->ParseMessage(_internal_add_modules(), ptr); - CHK_(ptr); - if (!ctx->DataAvailable(ptr)) break; - } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); + auto str = _internal_mutable_item_id(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.UndeprecateRegistryItemVersionRequest.item_id")); + } else + goto handle_unusual; + continue; + // string version = 2 [json_name = "version"]; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 18)) { + auto str = _internal_mutable_version(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.UndeprecateRegistryItemVersionRequest.version")); } else goto handle_unusual; continue; @@ -63212,90 +65015,162 @@ const char* ListModulesResponse::_InternalParse(const char* ptr, ::_pbi::ParseCo #undef CHK_ } -uint8_t* ListModulesResponse::_InternalSerialize( +uint8_t* UndeprecateRegistryItemVersionRequest::_InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.ListModulesResponse) + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.UndeprecateRegistryItemVersionRequest) uint32_t cached_has_bits = 0; (void) cached_has_bits; - // repeated .viam.app.v1.Module modules = 1 [json_name = "modules"]; - for (unsigned i = 0, - n = static_cast(this->_internal_modules_size()); i < n; i++) { - const auto& repfield = this->_internal_modules(i); - target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: - InternalWriteMessage(1, repfield, repfield.GetCachedSize(), target, stream); + // string item_id = 1 [json_name = "itemId"]; + if (!this->_internal_item_id().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_item_id().data(), static_cast(this->_internal_item_id().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.UndeprecateRegistryItemVersionRequest.item_id"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_item_id(), target); + } + + // string version = 2 [json_name = "version"]; + if (!this->_internal_version().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_version().data(), static_cast(this->_internal_version().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.UndeprecateRegistryItemVersionRequest.version"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_version(), target); } if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); } - // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.ListModulesResponse) + // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.UndeprecateRegistryItemVersionRequest) return target; } -size_t ListModulesResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.ListModulesResponse) +size_t UndeprecateRegistryItemVersionRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.UndeprecateRegistryItemVersionRequest) size_t total_size = 0; uint32_t cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // repeated .viam.app.v1.Module modules = 1 [json_name = "modules"]; - total_size += 1UL * this->_internal_modules_size(); - for (const auto& msg : this->modules_) { - total_size += - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + // string item_id = 1 [json_name = "itemId"]; + if (!this->_internal_item_id().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_item_id()); + } + + // string version = 2 [json_name = "version"]; + if (!this->_internal_version().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_version()); } return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); } -const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ListModulesResponse::_class_data_ = { +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UndeprecateRegistryItemVersionRequest::_class_data_ = { ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, - ListModulesResponse::MergeImpl + UndeprecateRegistryItemVersionRequest::MergeImpl }; -const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ListModulesResponse::GetClassData() const { return &_class_data_; } +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UndeprecateRegistryItemVersionRequest::GetClassData() const { return &_class_data_; } -void ListModulesResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, +void UndeprecateRegistryItemVersionRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); + static_cast(to)->MergeFrom( + static_cast(from)); } -void ListModulesResponse::MergeFrom(const ListModulesResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.ListModulesResponse) +void UndeprecateRegistryItemVersionRequest::MergeFrom(const UndeprecateRegistryItemVersionRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.UndeprecateRegistryItemVersionRequest) GOOGLE_DCHECK_NE(&from, this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - modules_.MergeFrom(from.modules_); + if (!from._internal_item_id().empty()) { + _internal_set_item_id(from._internal_item_id()); + } + if (!from._internal_version().empty()) { + _internal_set_version(from._internal_version()); + } _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } -void ListModulesResponse::CopyFrom(const ListModulesResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.ListModulesResponse) +void UndeprecateRegistryItemVersionRequest::CopyFrom(const UndeprecateRegistryItemVersionRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.UndeprecateRegistryItemVersionRequest) if (&from == this) return; Clear(); MergeFrom(from); } -bool ListModulesResponse::IsInitialized() const { +bool UndeprecateRegistryItemVersionRequest::IsInitialized() const { return true; } -void ListModulesResponse::InternalSwap(ListModulesResponse* other) { +void UndeprecateRegistryItemVersionRequest::InternalSwap(UndeprecateRegistryItemVersionRequest* other) { using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - modules_.InternalSwap(&other->modules_); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &item_id_, lhs_arena, + &other->item_id_, rhs_arena + ); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &version_, lhs_arena, + &other->version_, rhs_arena + ); } -::PROTOBUF_NAMESPACE_ID::Metadata ListModulesResponse::GetMetadata() const { +::PROTOBUF_NAMESPACE_ID::Metadata UndeprecateRegistryItemVersionRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[229]); + file_level_metadata_app_2fv1_2fapp_2eproto[237]); +} + +// =================================================================== + +class UndeprecateRegistryItemVersionResponse::_Internal { + public: +}; + +UndeprecateRegistryItemVersionResponse::UndeprecateRegistryItemVersionResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase(arena, is_message_owned) { + // @@protoc_insertion_point(arena_constructor:viam.app.v1.UndeprecateRegistryItemVersionResponse) +} +UndeprecateRegistryItemVersionResponse::UndeprecateRegistryItemVersionResponse(const UndeprecateRegistryItemVersionResponse& from) + : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:viam.app.v1.UndeprecateRegistryItemVersionResponse) +} + + + + + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UndeprecateRegistryItemVersionResponse::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl, + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl, +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UndeprecateRegistryItemVersionResponse::GetClassData() const { return &_class_data_; } + + + + + + + +::PROTOBUF_NAMESPACE_ID::Metadata UndeprecateRegistryItemVersionResponse::GetMetadata() const { + return ::_pbi::AssignDescriptors( + &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, + file_level_metadata_app_2fv1_2fapp_2eproto[238]); } // =================================================================== @@ -63490,7 +65365,7 @@ void GetUserIDByEmailRequest::InternalSwap(GetUserIDByEmailRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetUserIDByEmailRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[230]); + file_level_metadata_app_2fv1_2fapp_2eproto[239]); } // =================================================================== @@ -63685,7 +65560,7 @@ void GetUserIDByEmailResponse::InternalSwap(GetUserIDByEmailResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetUserIDByEmailResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[231]); + file_level_metadata_app_2fv1_2fapp_2eproto[240]); } // =================================================================== @@ -63880,7 +65755,7 @@ void ListOrganizationsByUserRequest::InternalSwap(ListOrganizationsByUserRequest ::PROTOBUF_NAMESPACE_ID::Metadata ListOrganizationsByUserRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[232]); + file_level_metadata_app_2fv1_2fapp_2eproto[241]); } // =================================================================== @@ -64297,7 +66172,7 @@ void OrgDetails::InternalSwap(OrgDetails* other) { ::PROTOBUF_NAMESPACE_ID::Metadata OrgDetails::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[233]); + file_level_metadata_app_2fv1_2fapp_2eproto[242]); } // =================================================================== @@ -64475,7 +66350,7 @@ void ListOrganizationsByUserResponse::InternalSwap(ListOrganizationsByUserRespon ::PROTOBUF_NAMESPACE_ID::Metadata ListOrganizationsByUserResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[234]); + file_level_metadata_app_2fv1_2fapp_2eproto[243]); } // =================================================================== @@ -64849,7 +66724,7 @@ void SearchOrganizationsRequest::InternalSwap(SearchOrganizationsRequest* other) ::PROTOBUF_NAMESPACE_ID::Metadata SearchOrganizationsRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[235]); + file_level_metadata_app_2fv1_2fapp_2eproto[244]); } // =================================================================== @@ -65027,7 +66902,7 @@ void SearchOrganizationsResponse::InternalSwap(SearchOrganizationsResponse* othe ::PROTOBUF_NAMESPACE_ID::Metadata SearchOrganizationsResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[236]); + file_level_metadata_app_2fv1_2fapp_2eproto[245]); } // =================================================================== @@ -65255,7 +67130,7 @@ void CreateKeyRequest::InternalSwap(CreateKeyRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CreateKeyRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[237]); + file_level_metadata_app_2fv1_2fapp_2eproto[246]); } // =================================================================== @@ -65498,7 +67373,7 @@ void CreateKeyResponse::InternalSwap(CreateKeyResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CreateKeyResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[238]); + file_level_metadata_app_2fv1_2fapp_2eproto[247]); } // =================================================================== @@ -65693,7 +67568,7 @@ void DeleteKeyRequest::InternalSwap(DeleteKeyRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata DeleteKeyRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[239]); + file_level_metadata_app_2fv1_2fapp_2eproto[248]); } // =================================================================== @@ -65732,7 +67607,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteKeyResponse::GetClassDat ::PROTOBUF_NAMESPACE_ID::Metadata DeleteKeyResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[240]); + file_level_metadata_app_2fv1_2fapp_2eproto[249]); } // =================================================================== @@ -65975,7 +67850,7 @@ void RenameKeyRequest::InternalSwap(RenameKeyRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata RenameKeyRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[241]); + file_level_metadata_app_2fv1_2fapp_2eproto[250]); } // =================================================================== @@ -66218,7 +68093,7 @@ void RenameKeyResponse::InternalSwap(RenameKeyResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata RenameKeyResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[242]); + file_level_metadata_app_2fv1_2fapp_2eproto[251]); } // =================================================================== @@ -66605,7 +68480,7 @@ void AuthorizationDetails::InternalSwap(AuthorizationDetails* other) { ::PROTOBUF_NAMESPACE_ID::Metadata AuthorizationDetails::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[243]); + file_level_metadata_app_2fv1_2fapp_2eproto[252]); } // =================================================================== @@ -66825,7 +68700,7 @@ void APIKeyWithAuthorizations::InternalSwap(APIKeyWithAuthorizations* other) { ::PROTOBUF_NAMESPACE_ID::Metadata APIKeyWithAuthorizations::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[244]); + file_level_metadata_app_2fv1_2fapp_2eproto[253]); } // =================================================================== @@ -67020,7 +68895,7 @@ void ListKeysRequest::InternalSwap(ListKeysRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ListKeysRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[245]); + file_level_metadata_app_2fv1_2fapp_2eproto[254]); } // =================================================================== @@ -67198,7 +69073,7 @@ void ListKeysResponse::InternalSwap(ListKeysResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ListKeysResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[246]); + file_level_metadata_app_2fv1_2fapp_2eproto[255]); } // =================================================================== @@ -67393,7 +69268,7 @@ void RotateKeyRequest::InternalSwap(RotateKeyRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata RotateKeyRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[247]); + file_level_metadata_app_2fv1_2fapp_2eproto[256]); } // =================================================================== @@ -67636,7 +69511,7 @@ void RotateKeyResponse::InternalSwap(RotateKeyResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata RotateKeyResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[248]); + file_level_metadata_app_2fv1_2fapp_2eproto[257]); } // =================================================================== @@ -67831,7 +69706,7 @@ void CreateKeyFromExistingKeyAuthorizationsRequest::InternalSwap(CreateKeyFromEx ::PROTOBUF_NAMESPACE_ID::Metadata CreateKeyFromExistingKeyAuthorizationsRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[249]); + file_level_metadata_app_2fv1_2fapp_2eproto[258]); } // =================================================================== @@ -68074,7 +69949,7 @@ void CreateKeyFromExistingKeyAuthorizationsResponse::InternalSwap(CreateKeyFromE ::PROTOBUF_NAMESPACE_ID::Metadata CreateKeyFromExistingKeyAuthorizationsResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[250]); + file_level_metadata_app_2fv1_2fapp_2eproto[259]); } // =================================================================== @@ -68317,7 +70192,7 @@ void GetAppContentRequest::InternalSwap(GetAppContentRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetAppContentRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[251]); + file_level_metadata_app_2fv1_2fapp_2eproto[260]); } // =================================================================== @@ -68623,7 +70498,7 @@ void GetAppContentResponse::InternalSwap(GetAppContentResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetAppContentResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[252]); + file_level_metadata_app_2fv1_2fapp_2eproto[261]); } // =================================================================== @@ -68861,7 +70736,7 @@ void OrganizationSetLogoRequest::InternalSwap(OrganizationSetLogoRequest* other) ::PROTOBUF_NAMESPACE_ID::Metadata OrganizationSetLogoRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[253]); + file_level_metadata_app_2fv1_2fapp_2eproto[262]); } // =================================================================== @@ -68900,7 +70775,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*OrganizationSetLogoResponse::G ::PROTOBUF_NAMESPACE_ID::Metadata OrganizationSetLogoResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[254]); + file_level_metadata_app_2fv1_2fapp_2eproto[263]); } // =================================================================== @@ -69095,7 +70970,7 @@ void OrganizationGetLogoRequest::InternalSwap(OrganizationGetLogoRequest* other) ::PROTOBUF_NAMESPACE_ID::Metadata OrganizationGetLogoRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[255]); + file_level_metadata_app_2fv1_2fapp_2eproto[264]); } // =================================================================== @@ -69290,7 +71165,7 @@ void OrganizationGetLogoResponse::InternalSwap(OrganizationGetLogoResponse* othe ::PROTOBUF_NAMESPACE_ID::Metadata OrganizationGetLogoResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[256]); + file_level_metadata_app_2fv1_2fapp_2eproto[265]); } // =================================================================== @@ -69485,7 +71360,7 @@ void EnableAuthServiceRequest::InternalSwap(EnableAuthServiceRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata EnableAuthServiceRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[257]); + file_level_metadata_app_2fv1_2fapp_2eproto[266]); } // =================================================================== @@ -69524,7 +71399,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*EnableAuthServiceResponse::Get ::PROTOBUF_NAMESPACE_ID::Metadata EnableAuthServiceResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[258]); + file_level_metadata_app_2fv1_2fapp_2eproto[267]); } // =================================================================== @@ -69719,7 +71594,7 @@ void DisableAuthServiceRequest::InternalSwap(DisableAuthServiceRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata DisableAuthServiceRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[259]); + file_level_metadata_app_2fv1_2fapp_2eproto[268]); } // =================================================================== @@ -69758,7 +71633,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DisableAuthServiceResponse::Ge ::PROTOBUF_NAMESPACE_ID::Metadata DisableAuthServiceResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[260]); + file_level_metadata_app_2fv1_2fapp_2eproto[269]); } // =================================================================== @@ -70043,7 +71918,7 @@ void CreateOAuthAppRequest::InternalSwap(CreateOAuthAppRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CreateOAuthAppRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[261]); + file_level_metadata_app_2fv1_2fapp_2eproto[270]); } // =================================================================== @@ -70286,7 +72161,7 @@ void CreateOAuthAppResponse::InternalSwap(CreateOAuthAppResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CreateOAuthAppResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[262]); + file_level_metadata_app_2fv1_2fapp_2eproto[271]); } // =================================================================== @@ -70529,7 +72404,7 @@ void ReadOAuthAppRequest::InternalSwap(ReadOAuthAppRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ReadOAuthAppRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[263]); + file_level_metadata_app_2fv1_2fapp_2eproto[272]); } // =================================================================== @@ -70814,7 +72689,7 @@ void ReadOAuthAppResponse::InternalSwap(ReadOAuthAppResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ReadOAuthAppResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[264]); + file_level_metadata_app_2fv1_2fapp_2eproto[273]); } // =================================================================== @@ -71147,7 +73022,7 @@ void UpdateOAuthAppRequest::InternalSwap(UpdateOAuthAppRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UpdateOAuthAppRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[265]); + file_level_metadata_app_2fv1_2fapp_2eproto[274]); } // =================================================================== @@ -71186,7 +73061,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateOAuthAppResponse::GetCla ::PROTOBUF_NAMESPACE_ID::Metadata UpdateOAuthAppResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[266]); + file_level_metadata_app_2fv1_2fapp_2eproto[275]); } // =================================================================== @@ -71429,7 +73304,7 @@ void DeleteOAuthAppRequest::InternalSwap(DeleteOAuthAppRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata DeleteOAuthAppRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[267]); + file_level_metadata_app_2fv1_2fapp_2eproto[276]); } // =================================================================== @@ -71468,7 +73343,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteOAuthAppResponse::GetCla ::PROTOBUF_NAMESPACE_ID::Metadata DeleteOAuthAppResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[268]); + file_level_metadata_app_2fv1_2fapp_2eproto[277]); } // =================================================================== @@ -71663,7 +73538,7 @@ void ListOAuthAppsRequest::InternalSwap(ListOAuthAppsRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ListOAuthAppsRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[269]); + file_level_metadata_app_2fv1_2fapp_2eproto[278]); } // =================================================================== @@ -71846,7 +73721,7 @@ void ListOAuthAppsResponse::InternalSwap(ListOAuthAppsResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ListOAuthAppsResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[270]); + file_level_metadata_app_2fv1_2fapp_2eproto[279]); } // =================================================================== @@ -72281,7 +74156,7 @@ void CreateOAuthAppUserRequest::InternalSwap(CreateOAuthAppUserRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CreateOAuthAppUserRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[271]); + file_level_metadata_app_2fv1_2fapp_2eproto[280]); } // =================================================================== @@ -72620,7 +74495,7 @@ void CreateOAuthAppUserResponse::InternalSwap(CreateOAuthAppUserResponse* other) ::PROTOBUF_NAMESPACE_ID::Metadata CreateOAuthAppUserResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[272]); + file_level_metadata_app_2fv1_2fapp_2eproto[281]); } // =================================================================== @@ -73073,7 +74948,7 @@ void OAuthConfig::InternalSwap(OAuthConfig* other) { ::PROTOBUF_NAMESPACE_ID::Metadata OAuthConfig::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[273]); + file_level_metadata_app_2fv1_2fapp_2eproto[282]); } // =================================================================== @@ -73316,7 +75191,7 @@ void GetAppBrandingRequest::InternalSwap(GetAppBrandingRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetAppBrandingRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[274]); + file_level_metadata_app_2fv1_2fapp_2eproto[283]); } // =================================================================== @@ -73330,7 +75205,7 @@ void TextOverrides_FieldsEntry_DoNotUse::MergeFrom(const TextOverrides_FieldsEnt ::PROTOBUF_NAMESPACE_ID::Metadata TextOverrides_FieldsEntry_DoNotUse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[275]); + file_level_metadata_app_2fv1_2fapp_2eproto[284]); } // =================================================================== @@ -73541,7 +75416,7 @@ void TextOverrides::InternalSwap(TextOverrides* other) { ::PROTOBUF_NAMESPACE_ID::Metadata TextOverrides::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[276]); + file_level_metadata_app_2fv1_2fapp_2eproto[285]); } // =================================================================== @@ -73555,7 +75430,7 @@ void GetAppBrandingResponse_TextCustomizationsEntry_DoNotUse::MergeFrom(const Ge ::PROTOBUF_NAMESPACE_ID::Metadata GetAppBrandingResponse_TextCustomizationsEntry_DoNotUse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[277]); + file_level_metadata_app_2fv1_2fapp_2eproto[286]); } // =================================================================== @@ -73901,7 +75776,7 @@ void GetAppBrandingResponse::InternalSwap(GetAppBrandingResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetAppBrandingResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[278]); + file_level_metadata_app_2fv1_2fapp_2eproto[287]); } // =================================================================== @@ -74088,7 +75963,7 @@ void AppCustomizations::InternalSwap(AppCustomizations* other) { ::PROTOBUF_NAMESPACE_ID::Metadata AppCustomizations::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[279]); + file_level_metadata_app_2fv1_2fapp_2eproto[288]); } // =================================================================== @@ -74356,7 +76231,7 @@ void MachinePickerCustomizations::InternalSwap(MachinePickerCustomizations* othe ::PROTOBUF_NAMESPACE_ID::Metadata MachinePickerCustomizations::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[280]); + file_level_metadata_app_2fv1_2fapp_2eproto[289]); } // =================================================================== @@ -74647,7 +76522,7 @@ void UploadDevicePushTokenRequest::InternalSwap(UploadDevicePushTokenRequest* ot ::PROTOBUF_NAMESPACE_ID::Metadata UploadDevicePushTokenRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[281]); + file_level_metadata_app_2fv1_2fapp_2eproto[290]); } // =================================================================== @@ -74686,7 +76561,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UploadDevicePushTokenResponse: ::PROTOBUF_NAMESPACE_ID::Metadata UploadDevicePushTokenResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[282]); + file_level_metadata_app_2fv1_2fapp_2eproto[291]); } // =================================================================== @@ -74929,7 +76804,7 @@ void DeleteDevicePushTokenRequest::InternalSwap(DeleteDevicePushTokenRequest* ot ::PROTOBUF_NAMESPACE_ID::Metadata DeleteDevicePushTokenRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[283]); + file_level_metadata_app_2fv1_2fapp_2eproto[292]); } // =================================================================== @@ -74968,7 +76843,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteDevicePushTokenResponse: ::PROTOBUF_NAMESPACE_ID::Metadata DeleteDevicePushTokenResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[284]); + file_level_metadata_app_2fv1_2fapp_2eproto[293]); } // =================================================================== @@ -75163,7 +77038,7 @@ void GetDevicePushTokensRequest::InternalSwap(GetDevicePushTokensRequest* other) ::PROTOBUF_NAMESPACE_ID::Metadata GetDevicePushTokensRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[285]); + file_level_metadata_app_2fv1_2fapp_2eproto[294]); } // =================================================================== @@ -75346,7 +77221,7 @@ void GetDevicePushTokensResponse::InternalSwap(GetDevicePushTokensResponse* othe ::PROTOBUF_NAMESPACE_ID::Metadata GetDevicePushTokensResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[286]); + file_level_metadata_app_2fv1_2fapp_2eproto[295]); } // =================================================================== @@ -75637,7 +77512,7 @@ void SetFirebaseConfigRequest::InternalSwap(SetFirebaseConfigRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata SetFirebaseConfigRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[287]); + file_level_metadata_app_2fv1_2fapp_2eproto[296]); } // =================================================================== @@ -75676,7 +77551,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SetFirebaseConfigResponse::Get ::PROTOBUF_NAMESPACE_ID::Metadata SetFirebaseConfigResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[288]); + file_level_metadata_app_2fv1_2fapp_2eproto[297]); } // =================================================================== @@ -75871,7 +77746,7 @@ void GetFirebaseConfigRequest::InternalSwap(GetFirebaseConfigRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetFirebaseConfigRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[289]); + file_level_metadata_app_2fv1_2fapp_2eproto[298]); } // =================================================================== @@ -76066,7 +77941,7 @@ void GetFirebaseConfigResponse::InternalSwap(GetFirebaseConfigResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata GetFirebaseConfigResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[290]); + file_level_metadata_app_2fv1_2fapp_2eproto[299]); } // =================================================================== @@ -76309,7 +78184,7 @@ void DeleteFirebaseConfigRequest::InternalSwap(DeleteFirebaseConfigRequest* othe ::PROTOBUF_NAMESPACE_ID::Metadata DeleteFirebaseConfigRequest::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[291]); + file_level_metadata_app_2fv1_2fapp_2eproto[300]); } // =================================================================== @@ -76348,7 +78223,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteFirebaseConfigResponse:: ::PROTOBUF_NAMESPACE_ID::Metadata DeleteFirebaseConfigResponse::GetMetadata() const { return ::_pbi::AssignDescriptors( &descriptor_table_app_2fv1_2fapp_2eproto_getter, &descriptor_table_app_2fv1_2fapp_2eproto_once, - file_level_metadata_app_2fv1_2fapp_2eproto[292]); + file_level_metadata_app_2fv1_2fapp_2eproto[301]); } // @@protoc_insertion_point(namespace_scope) @@ -77136,6 +79011,10 @@ template<> PROTOBUF_NOINLINE ::viam::app::v1::MLTrainingMetadata* Arena::CreateMaybeMessage< ::viam::app::v1::MLTrainingMetadata >(Arena* arena) { return Arena::CreateMessageInternal< ::viam::app::v1::MLTrainingMetadata >(arena); } +template<> PROTOBUF_NOINLINE ::viam::app::v1::DeprecatedStatus* +Arena::CreateMaybeMessage< ::viam::app::v1::DeprecatedStatus >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::DeprecatedStatus >(arena); +} template<> PROTOBUF_NOINLINE ::viam::app::v1::RegistryItem* Arena::CreateMaybeMessage< ::viam::app::v1::RegistryItem >(Arena* arena) { return Arena::CreateMessageInternal< ::viam::app::v1::RegistryItem >(arena); @@ -77196,6 +79075,22 @@ template<> PROTOBUF_NOINLINE ::viam::app::v1::TransferRegistryItemResponse* Arena::CreateMaybeMessage< ::viam::app::v1::TransferRegistryItemResponse >(Arena* arena) { return Arena::CreateMessageInternal< ::viam::app::v1::TransferRegistryItemResponse >(arena); } +template<> PROTOBUF_NOINLINE ::viam::app::v1::DeprecateRegistryItemRequest* +Arena::CreateMaybeMessage< ::viam::app::v1::DeprecateRegistryItemRequest >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::DeprecateRegistryItemRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::DeprecateRegistryItemResponse* +Arena::CreateMaybeMessage< ::viam::app::v1::DeprecateRegistryItemResponse >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::DeprecateRegistryItemResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::UndeprecateRegistryItemRequest* +Arena::CreateMaybeMessage< ::viam::app::v1::UndeprecateRegistryItemRequest >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::UndeprecateRegistryItemRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::UndeprecateRegistryItemResponse* +Arena::CreateMaybeMessage< ::viam::app::v1::UndeprecateRegistryItemResponse >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::UndeprecateRegistryItemResponse >(arena); +} template<> PROTOBUF_NOINLINE ::viam::app::v1::CreateModuleRequest* Arena::CreateMaybeMessage< ::viam::app::v1::CreateModuleRequest >(Arena* arena) { return Arena::CreateMessageInternal< ::viam::app::v1::CreateModuleRequest >(arena); @@ -77276,6 +79171,22 @@ template<> PROTOBUF_NOINLINE ::viam::app::v1::ListModulesResponse* Arena::CreateMaybeMessage< ::viam::app::v1::ListModulesResponse >(Arena* arena) { return Arena::CreateMessageInternal< ::viam::app::v1::ListModulesResponse >(arena); } +template<> PROTOBUF_NOINLINE ::viam::app::v1::DeprecateRegistryItemVersionRequest* +Arena::CreateMaybeMessage< ::viam::app::v1::DeprecateRegistryItemVersionRequest >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::DeprecateRegistryItemVersionRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::DeprecateRegistryItemVersionResponse* +Arena::CreateMaybeMessage< ::viam::app::v1::DeprecateRegistryItemVersionResponse >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::DeprecateRegistryItemVersionResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::UndeprecateRegistryItemVersionRequest* +Arena::CreateMaybeMessage< ::viam::app::v1::UndeprecateRegistryItemVersionRequest >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::UndeprecateRegistryItemVersionRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::UndeprecateRegistryItemVersionResponse* +Arena::CreateMaybeMessage< ::viam::app::v1::UndeprecateRegistryItemVersionResponse >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::UndeprecateRegistryItemVersionResponse >(arena); +} template<> PROTOBUF_NOINLINE ::viam::app::v1::GetUserIDByEmailRequest* Arena::CreateMaybeMessage< ::viam::app::v1::GetUserIDByEmailRequest >(Arena* arena) { return Arena::CreateMessageInternal< ::viam::app::v1::GetUserIDByEmailRequest >(arena); diff --git a/src/viam/api/app/v1/app.pb.h b/src/viam/api/app/v1/app.pb.h index 40f8d7d0c..4dd8f0391 100644 --- a/src/viam/api/app/v1/app.pb.h +++ b/src/viam/api/app/v1/app.pb.h @@ -271,6 +271,21 @@ extern DeleteRobotRequestDefaultTypeInternal _DeleteRobotRequest_default_instanc class DeleteRobotResponse; struct DeleteRobotResponseDefaultTypeInternal; extern DeleteRobotResponseDefaultTypeInternal _DeleteRobotResponse_default_instance_; +class DeprecateRegistryItemRequest; +struct DeprecateRegistryItemRequestDefaultTypeInternal; +extern DeprecateRegistryItemRequestDefaultTypeInternal _DeprecateRegistryItemRequest_default_instance_; +class DeprecateRegistryItemResponse; +struct DeprecateRegistryItemResponseDefaultTypeInternal; +extern DeprecateRegistryItemResponseDefaultTypeInternal _DeprecateRegistryItemResponse_default_instance_; +class DeprecateRegistryItemVersionRequest; +struct DeprecateRegistryItemVersionRequestDefaultTypeInternal; +extern DeprecateRegistryItemVersionRequestDefaultTypeInternal _DeprecateRegistryItemVersionRequest_default_instance_; +class DeprecateRegistryItemVersionResponse; +struct DeprecateRegistryItemVersionResponseDefaultTypeInternal; +extern DeprecateRegistryItemVersionResponseDefaultTypeInternal _DeprecateRegistryItemVersionResponse_default_instance_; +class DeprecatedStatus; +struct DeprecatedStatusDefaultTypeInternal; +extern DeprecatedStatusDefaultTypeInternal _DeprecatedStatus_default_instance_; class DisableAuthServiceRequest; struct DisableAuthServiceRequestDefaultTypeInternal; extern DisableAuthServiceRequestDefaultTypeInternal _DisableAuthServiceRequest_default_instance_; @@ -808,6 +823,18 @@ extern TransferRegistryItemRequestDefaultTypeInternal _TransferRegistryItemReque class TransferRegistryItemResponse; struct TransferRegistryItemResponseDefaultTypeInternal; extern TransferRegistryItemResponseDefaultTypeInternal _TransferRegistryItemResponse_default_instance_; +class UndeprecateRegistryItemRequest; +struct UndeprecateRegistryItemRequestDefaultTypeInternal; +extern UndeprecateRegistryItemRequestDefaultTypeInternal _UndeprecateRegistryItemRequest_default_instance_; +class UndeprecateRegistryItemResponse; +struct UndeprecateRegistryItemResponseDefaultTypeInternal; +extern UndeprecateRegistryItemResponseDefaultTypeInternal _UndeprecateRegistryItemResponse_default_instance_; +class UndeprecateRegistryItemVersionRequest; +struct UndeprecateRegistryItemVersionRequestDefaultTypeInternal; +extern UndeprecateRegistryItemVersionRequestDefaultTypeInternal _UndeprecateRegistryItemVersionRequest_default_instance_; +class UndeprecateRegistryItemVersionResponse; +struct UndeprecateRegistryItemVersionResponseDefaultTypeInternal; +extern UndeprecateRegistryItemVersionResponseDefaultTypeInternal _UndeprecateRegistryItemVersionResponse_default_instance_; class UnshareLocationRequest; struct UnshareLocationRequestDefaultTypeInternal; extern UnshareLocationRequestDefaultTypeInternal _UnshareLocationRequest_default_instance_; @@ -1012,6 +1039,11 @@ template<> ::viam::app::v1::DeleteRobotPartSecretRequest* Arena::CreateMaybeMess template<> ::viam::app::v1::DeleteRobotPartSecretResponse* Arena::CreateMaybeMessage<::viam::app::v1::DeleteRobotPartSecretResponse>(Arena*); template<> ::viam::app::v1::DeleteRobotRequest* Arena::CreateMaybeMessage<::viam::app::v1::DeleteRobotRequest>(Arena*); template<> ::viam::app::v1::DeleteRobotResponse* Arena::CreateMaybeMessage<::viam::app::v1::DeleteRobotResponse>(Arena*); +template<> ::viam::app::v1::DeprecateRegistryItemRequest* Arena::CreateMaybeMessage<::viam::app::v1::DeprecateRegistryItemRequest>(Arena*); +template<> ::viam::app::v1::DeprecateRegistryItemResponse* Arena::CreateMaybeMessage<::viam::app::v1::DeprecateRegistryItemResponse>(Arena*); +template<> ::viam::app::v1::DeprecateRegistryItemVersionRequest* Arena::CreateMaybeMessage<::viam::app::v1::DeprecateRegistryItemVersionRequest>(Arena*); +template<> ::viam::app::v1::DeprecateRegistryItemVersionResponse* Arena::CreateMaybeMessage<::viam::app::v1::DeprecateRegistryItemVersionResponse>(Arena*); +template<> ::viam::app::v1::DeprecatedStatus* Arena::CreateMaybeMessage<::viam::app::v1::DeprecatedStatus>(Arena*); template<> ::viam::app::v1::DisableAuthServiceRequest* Arena::CreateMaybeMessage<::viam::app::v1::DisableAuthServiceRequest>(Arena*); template<> ::viam::app::v1::DisableAuthServiceResponse* Arena::CreateMaybeMessage<::viam::app::v1::DisableAuthServiceResponse>(Arena*); template<> ::viam::app::v1::DisableBillingServiceRequest* Arena::CreateMaybeMessage<::viam::app::v1::DisableBillingServiceRequest>(Arena*); @@ -1191,6 +1223,10 @@ template<> ::viam::app::v1::TextOverrides* Arena::CreateMaybeMessage<::viam::app template<> ::viam::app::v1::TextOverrides_FieldsEntry_DoNotUse* Arena::CreateMaybeMessage<::viam::app::v1::TextOverrides_FieldsEntry_DoNotUse>(Arena*); template<> ::viam::app::v1::TransferRegistryItemRequest* Arena::CreateMaybeMessage<::viam::app::v1::TransferRegistryItemRequest>(Arena*); template<> ::viam::app::v1::TransferRegistryItemResponse* Arena::CreateMaybeMessage<::viam::app::v1::TransferRegistryItemResponse>(Arena*); +template<> ::viam::app::v1::UndeprecateRegistryItemRequest* Arena::CreateMaybeMessage<::viam::app::v1::UndeprecateRegistryItemRequest>(Arena*); +template<> ::viam::app::v1::UndeprecateRegistryItemResponse* Arena::CreateMaybeMessage<::viam::app::v1::UndeprecateRegistryItemResponse>(Arena*); +template<> ::viam::app::v1::UndeprecateRegistryItemVersionRequest* Arena::CreateMaybeMessage<::viam::app::v1::UndeprecateRegistryItemVersionRequest>(Arena*); +template<> ::viam::app::v1::UndeprecateRegistryItemVersionResponse* Arena::CreateMaybeMessage<::viam::app::v1::UndeprecateRegistryItemVersionResponse>(Arena*); template<> ::viam::app::v1::UnshareLocationRequest* Arena::CreateMaybeMessage<::viam::app::v1::UnshareLocationRequest>(Arena*); template<> ::viam::app::v1::UnshareLocationResponse* Arena::CreateMaybeMessage<::viam::app::v1::UnshareLocationResponse>(Arena*); template<> ::viam::app::v1::UpdateBillingServiceRequest* Arena::CreateMaybeMessage<::viam::app::v1::UpdateBillingServiceRequest>(Arena*); @@ -21668,22 +21704,23 @@ class FragmentImport final : kFragmentIdFieldNumber = 1, kVersionFieldNumber = 2, kPrefixFieldNumber = 3, + kFragmentVariablesFieldNumber = 5, }; - // map variables = 4 [json_name = "variables"]; - int variables_size() const; + // map variables = 4 [json_name = "variables", deprecated = true]; + PROTOBUF_DEPRECATED int variables_size() const; private: int _internal_variables_size() const; public: - void clear_variables(); + PROTOBUF_DEPRECATED void clear_variables(); private: const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >& _internal_variables() const; ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >* _internal_mutable_variables(); public: - const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >& + PROTOBUF_DEPRECATED const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >& variables() const; - ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >* + PROTOBUF_DEPRECATED ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >* mutable_variables(); // string fragment_id = 1 [json_name = "fragmentId"]; @@ -21732,6 +21769,24 @@ class FragmentImport final : std::string* _internal_mutable_prefix(); public: + // optional .google.protobuf.Struct fragment_variables = 5 [json_name = "fragmentVariables"]; + bool has_fragment_variables() const; + private: + bool _internal_has_fragment_variables() const; + public: + void clear_fragment_variables(); + const ::PROTOBUF_NAMESPACE_ID::Struct& fragment_variables() const; + PROTOBUF_NODISCARD ::PROTOBUF_NAMESPACE_ID::Struct* release_fragment_variables(); + ::PROTOBUF_NAMESPACE_ID::Struct* mutable_fragment_variables(); + void set_allocated_fragment_variables(::PROTOBUF_NAMESPACE_ID::Struct* fragment_variables); + private: + const ::PROTOBUF_NAMESPACE_ID::Struct& _internal_fragment_variables() const; + ::PROTOBUF_NAMESPACE_ID::Struct* _internal_mutable_fragment_variables(); + public: + void unsafe_arena_set_allocated_fragment_variables( + ::PROTOBUF_NAMESPACE_ID::Struct* fragment_variables); + ::PROTOBUF_NAMESPACE_ID::Struct* unsafe_arena_release_fragment_variables(); + // @@protoc_insertion_point(class_scope:viam.app.v1.FragmentImport) private: class _Internal; @@ -21749,6 +21804,7 @@ class FragmentImport final : ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr fragment_id_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr version_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr prefix_; + ::PROTOBUF_NAMESPACE_ID::Struct* fragment_variables_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- @@ -33072,6 +33128,7 @@ class ModuleVersion final : kEntrypointFieldNumber = 4, kFirstRunFieldNumber = 5, kMarkdownDescriptionFieldNumber = 6, + kDeprecatedStatusFieldNumber = 8, }; // repeated .viam.app.v1.Uploads files = 2 [json_name = "files"]; int files_size() const; @@ -33191,6 +33248,24 @@ class ModuleVersion final : std::string* _internal_mutable_markdown_description(); public: + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 8 [json_name = "deprecatedStatus"]; + bool has_deprecated_status() const; + private: + bool _internal_has_deprecated_status() const; + public: + void clear_deprecated_status(); + const ::viam::app::v1::DeprecatedStatus& deprecated_status() const; + PROTOBUF_NODISCARD ::viam::app::v1::DeprecatedStatus* release_deprecated_status(); + ::viam::app::v1::DeprecatedStatus* mutable_deprecated_status(); + void set_allocated_deprecated_status(::viam::app::v1::DeprecatedStatus* deprecated_status); + private: + const ::viam::app::v1::DeprecatedStatus& _internal_deprecated_status() const; + ::viam::app::v1::DeprecatedStatus* _internal_mutable_deprecated_status(); + public: + void unsafe_arena_set_allocated_deprecated_status( + ::viam::app::v1::DeprecatedStatus* deprecated_status); + ::viam::app::v1::DeprecatedStatus* unsafe_arena_release_deprecated_status(); + // @@protoc_insertion_point(class_scope:viam.app.v1.ModuleVersion) private: class _Internal; @@ -33207,6 +33282,7 @@ class ModuleVersion final : ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entrypoint_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr first_run_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr markdown_description_; + ::viam::app::v1::DeprecatedStatus* deprecated_status_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- @@ -34211,6 +34287,174 @@ class MLTrainingMetadata final : }; // ------------------------------------------------------------------- +class DeprecatedStatus final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.DeprecatedStatus) */ { + public: + inline DeprecatedStatus() : DeprecatedStatus(nullptr) {} + ~DeprecatedStatus() override; + explicit PROTOBUF_CONSTEXPR DeprecatedStatus(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + DeprecatedStatus(const DeprecatedStatus& from); + DeprecatedStatus(DeprecatedStatus&& from) noexcept + : DeprecatedStatus() { + *this = ::std::move(from); + } + + inline DeprecatedStatus& operator=(const DeprecatedStatus& from) { + CopyFrom(from); + return *this; + } + inline DeprecatedStatus& operator=(DeprecatedStatus&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return default_instance().GetMetadata().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return default_instance().GetMetadata().reflection; + } + static const DeprecatedStatus& default_instance() { + return *internal_default_instance(); + } + static inline const DeprecatedStatus* internal_default_instance() { + return reinterpret_cast( + &_DeprecatedStatus_default_instance_); + } + static constexpr int kIndexInFileMessages = + 195; + + friend void swap(DeprecatedStatus& a, DeprecatedStatus& b) { + a.Swap(&b); + } + inline void Swap(DeprecatedStatus* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(DeprecatedStatus* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + DeprecatedStatus* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const DeprecatedStatus& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const DeprecatedStatus& from); + private: + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + public: + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + uint8_t* _InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(DeprecatedStatus* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.DeprecatedStatus"; + } + protected: + explicit DeprecatedStatus(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned = false); + public: + + static const ClassData _class_data_; + const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final; + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kMessageFieldNumber = 2, + kDeprecatedAtFieldNumber = 1, + }; + // string message = 2 [json_name = "message"]; + void clear_message(); + const std::string& message() const; + template + void set_message(ArgT0&& arg0, ArgT... args); + std::string* mutable_message(); + PROTOBUF_NODISCARD std::string* release_message(); + void set_allocated_message(std::string* message); + private: + const std::string& _internal_message() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_message(const std::string& value); + std::string* _internal_mutable_message(); + public: + + // .google.protobuf.Timestamp deprecated_at = 1 [json_name = "deprecatedAt"]; + bool has_deprecated_at() const; + private: + bool _internal_has_deprecated_at() const; + public: + void clear_deprecated_at(); + const ::PROTOBUF_NAMESPACE_ID::Timestamp& deprecated_at() const; + PROTOBUF_NODISCARD ::PROTOBUF_NAMESPACE_ID::Timestamp* release_deprecated_at(); + ::PROTOBUF_NAMESPACE_ID::Timestamp* mutable_deprecated_at(); + void set_allocated_deprecated_at(::PROTOBUF_NAMESPACE_ID::Timestamp* deprecated_at); + private: + const ::PROTOBUF_NAMESPACE_ID::Timestamp& _internal_deprecated_at() const; + ::PROTOBUF_NAMESPACE_ID::Timestamp* _internal_mutable_deprecated_at(); + public: + void unsafe_arena_set_allocated_deprecated_at( + ::PROTOBUF_NAMESPACE_ID::Timestamp* deprecated_at); + ::PROTOBUF_NAMESPACE_ID::Timestamp* unsafe_arena_release_deprecated_at(); + + // @@protoc_insertion_point(class_scope:viam.app.v1.DeprecatedStatus) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; + ::PROTOBUF_NAMESPACE_ID::Timestamp* deprecated_at_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + class RegistryItem final : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.RegistryItem) */ { public: @@ -34266,7 +34510,7 @@ class RegistryItem final : &_RegistryItem_default_instance_); } static constexpr int kIndexInFileMessages = - 195; + 196; friend void swap(RegistryItem& a, RegistryItem& b) { a.Swap(&b); @@ -34345,6 +34589,7 @@ class RegistryItem final : kDescriptionFieldNumber = 8, kCreatedAtFieldNumber = 15, kUpdatedAtFieldNumber = 16, + kDeprecatedStatusFieldNumber = 17, kTypeFieldNumber = 5, kVisibilityFieldNumber = 6, kTotalRobotUsageFieldNumber = 9, @@ -34475,6 +34720,24 @@ class RegistryItem final : ::PROTOBUF_NAMESPACE_ID::Timestamp* updated_at); ::PROTOBUF_NAMESPACE_ID::Timestamp* unsafe_arena_release_updated_at(); + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 17 [json_name = "deprecatedStatus"]; + bool has_deprecated_status() const; + private: + bool _internal_has_deprecated_status() const; + public: + void clear_deprecated_status(); + const ::viam::app::v1::DeprecatedStatus& deprecated_status() const; + PROTOBUF_NODISCARD ::viam::app::v1::DeprecatedStatus* release_deprecated_status(); + ::viam::app::v1::DeprecatedStatus* mutable_deprecated_status(); + void set_allocated_deprecated_status(::viam::app::v1::DeprecatedStatus* deprecated_status); + private: + const ::viam::app::v1::DeprecatedStatus& _internal_deprecated_status() const; + ::viam::app::v1::DeprecatedStatus* _internal_mutable_deprecated_status(); + public: + void unsafe_arena_set_allocated_deprecated_status( + ::viam::app::v1::DeprecatedStatus* deprecated_status); + ::viam::app::v1::DeprecatedStatus* unsafe_arena_release_deprecated_status(); + // .viam.app.packages.v1.PackageType type = 5 [json_name = "type"]; void clear_type(); ::viam::app::packages::v1::PackageType type() const; @@ -34598,6 +34861,8 @@ class RegistryItem final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr item_id_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr organization_id_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr public_namespace_; @@ -34606,6 +34871,7 @@ class RegistryItem final : ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr description_; ::PROTOBUF_NAMESPACE_ID::Timestamp* created_at_; ::PROTOBUF_NAMESPACE_ID::Timestamp* updated_at_; + ::viam::app::v1::DeprecatedStatus* deprecated_status_; int type_; int visibility_; int64_t total_robot_usage_; @@ -34619,7 +34885,6 @@ class RegistryItem final : ::viam::app::v1::MLModelMetadata* ml_model_metadata_; ::viam::app::v1::MLTrainingMetadata* ml_training_metadata_; } metadata_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; uint32_t _oneof_case_[1]; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; @@ -34674,7 +34939,7 @@ class GetRegistryItemRequest final : &_GetRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 196; + 197; friend void swap(GetRegistryItemRequest& a, GetRegistryItemRequest& b) { a.Swap(&b); @@ -34838,7 +35103,7 @@ class GetRegistryItemResponse final : &_GetRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 197; + 198; friend void swap(GetRegistryItemResponse& a, GetRegistryItemResponse& b) { a.Swap(&b); @@ -34990,7 +35255,7 @@ class CreateRegistryItemRequest final : &_CreateRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 198; + 199; friend void swap(CreateRegistryItemRequest& a, CreateRegistryItemRequest& b) { a.Swap(&b); @@ -35164,7 +35429,7 @@ class CreateRegistryItemResponse final : &_CreateRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 199; + 200; friend void swap(CreateRegistryItemResponse& a, CreateRegistryItemResponse& b) { a.Swap(&b); @@ -35288,7 +35553,7 @@ class UpdateRegistryItemRequest final : &_UpdateRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 200; + 201; friend void swap(UpdateRegistryItemRequest& a, UpdateRegistryItemRequest& b) { a.Swap(&b); @@ -35588,7 +35853,7 @@ class UpdateRegistryItemResponse final : &_UpdateRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 201; + 202; friend void swap(UpdateRegistryItemResponse& a, UpdateRegistryItemResponse& b) { a.Swap(&b); @@ -35705,7 +35970,7 @@ class ListRegistryItemsRequest final : &_ListRegistryItemsRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 202; + 203; friend void swap(ListRegistryItemsRequest& a, ListRegistryItemsRequest& b) { a.Swap(&b); @@ -36065,7 +36330,7 @@ class ListRegistryItemsResponse final : &_ListRegistryItemsResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 203; + 204; friend void swap(ListRegistryItemsResponse& a, ListRegistryItemsResponse& b) { a.Swap(&b); @@ -36217,7 +36482,7 @@ class DeleteRegistryItemRequest final : &_DeleteRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 204; + 205; friend void swap(DeleteRegistryItemRequest& a, DeleteRegistryItemRequest& b) { a.Swap(&b); @@ -36364,7 +36629,7 @@ class DeleteRegistryItemResponse final : &_DeleteRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 205; + 206; friend void swap(DeleteRegistryItemResponse& a, DeleteRegistryItemResponse& b) { a.Swap(&b); @@ -36481,7 +36746,7 @@ class RenameRegistryItemRequest final : &_RenameRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 206; + 207; friend void swap(RenameRegistryItemRequest& a, RenameRegistryItemRequest& b) { a.Swap(&b); @@ -36645,7 +36910,7 @@ class RenameRegistryItemResponse final : &_RenameRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 207; + 208; friend void swap(RenameRegistryItemResponse& a, RenameRegistryItemResponse& b) { a.Swap(&b); @@ -36797,7 +37062,7 @@ class TransferRegistryItemRequest final : &_TransferRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 208; + 209; friend void swap(TransferRegistryItemRequest& a, TransferRegistryItemRequest& b) { a.Swap(&b); @@ -36960,7 +37225,7 @@ class TransferRegistryItemResponse final : &_TransferRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 209; + 210; friend void swap(TransferRegistryItemResponse& a, TransferRegistryItemResponse& b) { a.Swap(&b); @@ -37029,24 +37294,24 @@ class TransferRegistryItemResponse final : }; // ------------------------------------------------------------------- -class CreateModuleRequest final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.CreateModuleRequest) */ { +class DeprecateRegistryItemRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.DeprecateRegistryItemRequest) */ { public: - inline CreateModuleRequest() : CreateModuleRequest(nullptr) {} - ~CreateModuleRequest() override; - explicit PROTOBUF_CONSTEXPR CreateModuleRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline DeprecateRegistryItemRequest() : DeprecateRegistryItemRequest(nullptr) {} + ~DeprecateRegistryItemRequest() override; + explicit PROTOBUF_CONSTEXPR DeprecateRegistryItemRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - CreateModuleRequest(const CreateModuleRequest& from); - CreateModuleRequest(CreateModuleRequest&& from) noexcept - : CreateModuleRequest() { + DeprecateRegistryItemRequest(const DeprecateRegistryItemRequest& from); + DeprecateRegistryItemRequest(DeprecateRegistryItemRequest&& from) noexcept + : DeprecateRegistryItemRequest() { *this = ::std::move(from); } - inline CreateModuleRequest& operator=(const CreateModuleRequest& from) { + inline DeprecateRegistryItemRequest& operator=(const DeprecateRegistryItemRequest& from) { CopyFrom(from); return *this; } - inline CreateModuleRequest& operator=(CreateModuleRequest&& from) noexcept { + inline DeprecateRegistryItemRequest& operator=(DeprecateRegistryItemRequest&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -37069,20 +37334,20 @@ class CreateModuleRequest final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const CreateModuleRequest& default_instance() { + static const DeprecateRegistryItemRequest& default_instance() { return *internal_default_instance(); } - static inline const CreateModuleRequest* internal_default_instance() { - return reinterpret_cast( - &_CreateModuleRequest_default_instance_); + static inline const DeprecateRegistryItemRequest* internal_default_instance() { + return reinterpret_cast( + &_DeprecateRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 210; + 211; - friend void swap(CreateModuleRequest& a, CreateModuleRequest& b) { + friend void swap(DeprecateRegistryItemRequest& a, DeprecateRegistryItemRequest& b) { a.Swap(&b); } - inline void Swap(CreateModuleRequest* other) { + inline void Swap(DeprecateRegistryItemRequest* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -37095,7 +37360,7 @@ class CreateModuleRequest final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(CreateModuleRequest* other) { + void UnsafeArenaSwap(DeprecateRegistryItemRequest* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -37103,13 +37368,13 @@ class CreateModuleRequest final : // implements Message ---------------------------------------------- - CreateModuleRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + DeprecateRegistryItemRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const CreateModuleRequest& from); + void CopyFrom(const DeprecateRegistryItemRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CreateModuleRequest& from); + void MergeFrom(const DeprecateRegistryItemRequest& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -37126,15 +37391,15 @@ class CreateModuleRequest final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(CreateModuleRequest* other); + void InternalSwap(DeprecateRegistryItemRequest* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.CreateModuleRequest"; + return "viam.app.v1.DeprecateRegistryItemRequest"; } protected: - explicit CreateModuleRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit DeprecateRegistryItemRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -37148,69 +37413,68 @@ class CreateModuleRequest final : // accessors ------------------------------------------------------- enum : int { - kOrganizationIdFieldNumber = 1, - kNameFieldNumber = 2, + kItemIdFieldNumber = 1, + kMessageFieldNumber = 2, }; - // string organization_id = 1 [json_name = "organizationId"]; - void clear_organization_id(); - const std::string& organization_id() const; + // string item_id = 1 [json_name = "itemId"]; + void clear_item_id(); + const std::string& item_id() const; template - void set_organization_id(ArgT0&& arg0, ArgT... args); - std::string* mutable_organization_id(); - PROTOBUF_NODISCARD std::string* release_organization_id(); - void set_allocated_organization_id(std::string* organization_id); + void set_item_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_item_id(); + PROTOBUF_NODISCARD std::string* release_item_id(); + void set_allocated_item_id(std::string* item_id); private: - const std::string& _internal_organization_id() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_organization_id(const std::string& value); - std::string* _internal_mutable_organization_id(); + const std::string& _internal_item_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_item_id(const std::string& value); + std::string* _internal_mutable_item_id(); public: - // string name = 2 [json_name = "name"]; - void clear_name(); - const std::string& name() const; + // string message = 2 [json_name = "message"]; + void clear_message(); + const std::string& message() const; template - void set_name(ArgT0&& arg0, ArgT... args); - std::string* mutable_name(); - PROTOBUF_NODISCARD std::string* release_name(); - void set_allocated_name(std::string* name); + void set_message(ArgT0&& arg0, ArgT... args); + std::string* mutable_message(); + PROTOBUF_NODISCARD std::string* release_message(); + void set_allocated_message(std::string* message); private: - const std::string& _internal_name() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value); - std::string* _internal_mutable_name(); + const std::string& _internal_message() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_message(const std::string& value); + std::string* _internal_mutable_message(); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.CreateModuleRequest) + // @@protoc_insertion_point(class_scope:viam.app.v1.DeprecateRegistryItemRequest) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr organization_id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr item_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class CreateModuleResponse final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.CreateModuleResponse) */ { +class DeprecateRegistryItemResponse final : + public ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase /* @@protoc_insertion_point(class_definition:viam.app.v1.DeprecateRegistryItemResponse) */ { public: - inline CreateModuleResponse() : CreateModuleResponse(nullptr) {} - ~CreateModuleResponse() override; - explicit PROTOBUF_CONSTEXPR CreateModuleResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline DeprecateRegistryItemResponse() : DeprecateRegistryItemResponse(nullptr) {} + explicit PROTOBUF_CONSTEXPR DeprecateRegistryItemResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - CreateModuleResponse(const CreateModuleResponse& from); - CreateModuleResponse(CreateModuleResponse&& from) noexcept - : CreateModuleResponse() { + DeprecateRegistryItemResponse(const DeprecateRegistryItemResponse& from); + DeprecateRegistryItemResponse(DeprecateRegistryItemResponse&& from) noexcept + : DeprecateRegistryItemResponse() { *this = ::std::move(from); } - inline CreateModuleResponse& operator=(const CreateModuleResponse& from) { + inline DeprecateRegistryItemResponse& operator=(const DeprecateRegistryItemResponse& from) { CopyFrom(from); return *this; } - inline CreateModuleResponse& operator=(CreateModuleResponse&& from) noexcept { + inline DeprecateRegistryItemResponse& operator=(DeprecateRegistryItemResponse&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -37233,20 +37497,20 @@ class CreateModuleResponse final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const CreateModuleResponse& default_instance() { + static const DeprecateRegistryItemResponse& default_instance() { return *internal_default_instance(); } - static inline const CreateModuleResponse* internal_default_instance() { - return reinterpret_cast( - &_CreateModuleResponse_default_instance_); + static inline const DeprecateRegistryItemResponse* internal_default_instance() { + return reinterpret_cast( + &_DeprecateRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 211; + 212; - friend void swap(CreateModuleResponse& a, CreateModuleResponse& b) { + friend void swap(DeprecateRegistryItemResponse& a, DeprecateRegistryItemResponse& b) { a.Swap(&b); } - inline void Swap(CreateModuleResponse* other) { + inline void Swap(DeprecateRegistryItemResponse* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -37259,7 +37523,7 @@ class CreateModuleResponse final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(CreateModuleResponse* other) { + void UnsafeArenaSwap(DeprecateRegistryItemResponse* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -37267,38 +37531,26 @@ class CreateModuleResponse final : // implements Message ---------------------------------------------- - CreateModuleResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + DeprecateRegistryItemResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; + inline void CopyFrom(const DeprecateRegistryItemResponse& from) { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + } + using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; + void MergeFrom(const DeprecateRegistryItemResponse& from) { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); } - using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const CreateModuleResponse& from); - using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CreateModuleResponse& from); - private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - uint8_t* _InternalSerialize( - uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(CreateModuleResponse* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.CreateModuleResponse"; + return "viam.app.v1.DeprecateRegistryItemResponse"; } protected: - explicit CreateModuleResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit DeprecateRegistryItemResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -37311,70 +37563,35 @@ class CreateModuleResponse final : // accessors ------------------------------------------------------- - enum : int { - kModuleIdFieldNumber = 1, - kUrlFieldNumber = 2, - }; - // string module_id = 1 [json_name = "moduleId"]; - void clear_module_id(); - const std::string& module_id() const; - template - void set_module_id(ArgT0&& arg0, ArgT... args); - std::string* mutable_module_id(); - PROTOBUF_NODISCARD std::string* release_module_id(); - void set_allocated_module_id(std::string* module_id); - private: - const std::string& _internal_module_id() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_module_id(const std::string& value); - std::string* _internal_mutable_module_id(); - public: - - // string url = 2 [json_name = "url"]; - void clear_url(); - const std::string& url() const; - template - void set_url(ArgT0&& arg0, ArgT... args); - std::string* mutable_url(); - PROTOBUF_NODISCARD std::string* release_url(); - void set_allocated_url(std::string* url); - private: - const std::string& _internal_url() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_url(const std::string& value); - std::string* _internal_mutable_url(); - public: - - // @@protoc_insertion_point(class_scope:viam.app.v1.CreateModuleResponse) + // @@protoc_insertion_point(class_scope:viam.app.v1.DeprecateRegistryItemResponse) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr url_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class UpdateModuleRequest final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UpdateModuleRequest) */ { +class UndeprecateRegistryItemRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UndeprecateRegistryItemRequest) */ { public: - inline UpdateModuleRequest() : UpdateModuleRequest(nullptr) {} - ~UpdateModuleRequest() override; - explicit PROTOBUF_CONSTEXPR UpdateModuleRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline UndeprecateRegistryItemRequest() : UndeprecateRegistryItemRequest(nullptr) {} + ~UndeprecateRegistryItemRequest() override; + explicit PROTOBUF_CONSTEXPR UndeprecateRegistryItemRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - UpdateModuleRequest(const UpdateModuleRequest& from); - UpdateModuleRequest(UpdateModuleRequest&& from) noexcept - : UpdateModuleRequest() { + UndeprecateRegistryItemRequest(const UndeprecateRegistryItemRequest& from); + UndeprecateRegistryItemRequest(UndeprecateRegistryItemRequest&& from) noexcept + : UndeprecateRegistryItemRequest() { *this = ::std::move(from); } - inline UpdateModuleRequest& operator=(const UpdateModuleRequest& from) { + inline UndeprecateRegistryItemRequest& operator=(const UndeprecateRegistryItemRequest& from) { CopyFrom(from); return *this; } - inline UpdateModuleRequest& operator=(UpdateModuleRequest&& from) noexcept { + inline UndeprecateRegistryItemRequest& operator=(UndeprecateRegistryItemRequest&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -37397,20 +37614,20 @@ class UpdateModuleRequest final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const UpdateModuleRequest& default_instance() { + static const UndeprecateRegistryItemRequest& default_instance() { return *internal_default_instance(); } - static inline const UpdateModuleRequest* internal_default_instance() { - return reinterpret_cast( - &_UpdateModuleRequest_default_instance_); + static inline const UndeprecateRegistryItemRequest* internal_default_instance() { + return reinterpret_cast( + &_UndeprecateRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 212; + 213; - friend void swap(UpdateModuleRequest& a, UpdateModuleRequest& b) { + friend void swap(UndeprecateRegistryItemRequest& a, UndeprecateRegistryItemRequest& b) { a.Swap(&b); } - inline void Swap(UpdateModuleRequest* other) { + inline void Swap(UndeprecateRegistryItemRequest* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -37423,7 +37640,7 @@ class UpdateModuleRequest final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(UpdateModuleRequest* other) { + void UnsafeArenaSwap(UndeprecateRegistryItemRequest* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -37431,13 +37648,13 @@ class UpdateModuleRequest final : // implements Message ---------------------------------------------- - UpdateModuleRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + UndeprecateRegistryItemRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const UpdateModuleRequest& from); + void CopyFrom(const UndeprecateRegistryItemRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateModuleRequest& from); + void MergeFrom(const UndeprecateRegistryItemRequest& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -37454,15 +37671,15 @@ class UpdateModuleRequest final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(UpdateModuleRequest* other); + void InternalSwap(UndeprecateRegistryItemRequest* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.UpdateModuleRequest"; + return "viam.app.v1.UndeprecateRegistryItemRequest"; } protected: - explicit UpdateModuleRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit UndeprecateRegistryItemRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -37476,193 +37693,52 @@ class UpdateModuleRequest final : // accessors ------------------------------------------------------- enum : int { - kModelsFieldNumber = 5, - kAppsFieldNumber = 8, - kModuleIdFieldNumber = 1, - kUrlFieldNumber = 3, - kDescriptionFieldNumber = 4, - kEntrypointFieldNumber = 6, - kFirstRunFieldNumber = 7, - kMarkdownDescriptionFieldNumber = 9, - kVisibilityFieldNumber = 2, + kItemIdFieldNumber = 1, }; - // repeated .viam.app.v1.Model models = 5 [json_name = "models"]; - int models_size() const; - private: - int _internal_models_size() const; - public: - void clear_models(); - ::viam::app::v1::Model* mutable_models(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >* - mutable_models(); - private: - const ::viam::app::v1::Model& _internal_models(int index) const; - ::viam::app::v1::Model* _internal_add_models(); - public: - const ::viam::app::v1::Model& models(int index) const; - ::viam::app::v1::Model* add_models(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >& - models() const; - - // repeated .viam.app.v1.App apps = 8 [json_name = "apps"]; - int apps_size() const; - private: - int _internal_apps_size() const; - public: - void clear_apps(); - ::viam::app::v1::App* mutable_apps(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >* - mutable_apps(); - private: - const ::viam::app::v1::App& _internal_apps(int index) const; - ::viam::app::v1::App* _internal_add_apps(); - public: - const ::viam::app::v1::App& apps(int index) const; - ::viam::app::v1::App* add_apps(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >& - apps() const; - - // string module_id = 1 [json_name = "moduleId"]; - void clear_module_id(); - const std::string& module_id() const; - template - void set_module_id(ArgT0&& arg0, ArgT... args); - std::string* mutable_module_id(); - PROTOBUF_NODISCARD std::string* release_module_id(); - void set_allocated_module_id(std::string* module_id); - private: - const std::string& _internal_module_id() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_module_id(const std::string& value); - std::string* _internal_mutable_module_id(); - public: - - // string url = 3 [json_name = "url"]; - void clear_url(); - const std::string& url() const; - template - void set_url(ArgT0&& arg0, ArgT... args); - std::string* mutable_url(); - PROTOBUF_NODISCARD std::string* release_url(); - void set_allocated_url(std::string* url); - private: - const std::string& _internal_url() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_url(const std::string& value); - std::string* _internal_mutable_url(); - public: - - // string description = 4 [json_name = "description"]; - void clear_description(); - const std::string& description() const; - template - void set_description(ArgT0&& arg0, ArgT... args); - std::string* mutable_description(); - PROTOBUF_NODISCARD std::string* release_description(); - void set_allocated_description(std::string* description); - private: - const std::string& _internal_description() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_description(const std::string& value); - std::string* _internal_mutable_description(); - public: - - // string entrypoint = 6 [json_name = "entrypoint"]; - void clear_entrypoint(); - const std::string& entrypoint() const; - template - void set_entrypoint(ArgT0&& arg0, ArgT... args); - std::string* mutable_entrypoint(); - PROTOBUF_NODISCARD std::string* release_entrypoint(); - void set_allocated_entrypoint(std::string* entrypoint); - private: - const std::string& _internal_entrypoint() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_entrypoint(const std::string& value); - std::string* _internal_mutable_entrypoint(); - public: - - // optional string first_run = 7 [json_name = "firstRun"]; - bool has_first_run() const; - private: - bool _internal_has_first_run() const; - public: - void clear_first_run(); - const std::string& first_run() const; - template - void set_first_run(ArgT0&& arg0, ArgT... args); - std::string* mutable_first_run(); - PROTOBUF_NODISCARD std::string* release_first_run(); - void set_allocated_first_run(std::string* first_run); - private: - const std::string& _internal_first_run() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_first_run(const std::string& value); - std::string* _internal_mutable_first_run(); - public: - - // optional string markdown_description = 9 [json_name = "markdownDescription"]; - bool has_markdown_description() const; - private: - bool _internal_has_markdown_description() const; - public: - void clear_markdown_description(); - const std::string& markdown_description() const; + // string item_id = 1 [json_name = "itemId"]; + void clear_item_id(); + const std::string& item_id() const; template - void set_markdown_description(ArgT0&& arg0, ArgT... args); - std::string* mutable_markdown_description(); - PROTOBUF_NODISCARD std::string* release_markdown_description(); - void set_allocated_markdown_description(std::string* markdown_description); - private: - const std::string& _internal_markdown_description() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_markdown_description(const std::string& value); - std::string* _internal_mutable_markdown_description(); - public: - - // .viam.app.v1.Visibility visibility = 2 [json_name = "visibility"]; - void clear_visibility(); - ::viam::app::v1::Visibility visibility() const; - void set_visibility(::viam::app::v1::Visibility value); + void set_item_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_item_id(); + PROTOBUF_NODISCARD std::string* release_item_id(); + void set_allocated_item_id(std::string* item_id); private: - ::viam::app::v1::Visibility _internal_visibility() const; - void _internal_set_visibility(::viam::app::v1::Visibility value); + const std::string& _internal_item_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_item_id(const std::string& value); + std::string* _internal_mutable_item_id(); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.UpdateModuleRequest) + // @@protoc_insertion_point(class_scope:viam.app.v1.UndeprecateRegistryItemRequest) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr item_id_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model > models_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App > apps_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr url_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr description_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entrypoint_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr first_run_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr markdown_description_; - int visibility_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class AllowedOrgIDs final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.AllowedOrgIDs) */ { +class UndeprecateRegistryItemResponse final : + public ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase /* @@protoc_insertion_point(class_definition:viam.app.v1.UndeprecateRegistryItemResponse) */ { public: - inline AllowedOrgIDs() : AllowedOrgIDs(nullptr) {} - ~AllowedOrgIDs() override; - explicit PROTOBUF_CONSTEXPR AllowedOrgIDs(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline UndeprecateRegistryItemResponse() : UndeprecateRegistryItemResponse(nullptr) {} + explicit PROTOBUF_CONSTEXPR UndeprecateRegistryItemResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - AllowedOrgIDs(const AllowedOrgIDs& from); - AllowedOrgIDs(AllowedOrgIDs&& from) noexcept - : AllowedOrgIDs() { + UndeprecateRegistryItemResponse(const UndeprecateRegistryItemResponse& from); + UndeprecateRegistryItemResponse(UndeprecateRegistryItemResponse&& from) noexcept + : UndeprecateRegistryItemResponse() { *this = ::std::move(from); } - inline AllowedOrgIDs& operator=(const AllowedOrgIDs& from) { + inline UndeprecateRegistryItemResponse& operator=(const UndeprecateRegistryItemResponse& from) { CopyFrom(from); return *this; } - inline AllowedOrgIDs& operator=(AllowedOrgIDs&& from) noexcept { + inline UndeprecateRegistryItemResponse& operator=(UndeprecateRegistryItemResponse&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -37685,20 +37761,20 @@ class AllowedOrgIDs final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const AllowedOrgIDs& default_instance() { + static const UndeprecateRegistryItemResponse& default_instance() { return *internal_default_instance(); } - static inline const AllowedOrgIDs* internal_default_instance() { - return reinterpret_cast( - &_AllowedOrgIDs_default_instance_); + static inline const UndeprecateRegistryItemResponse* internal_default_instance() { + return reinterpret_cast( + &_UndeprecateRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 213; + 214; - friend void swap(AllowedOrgIDs& a, AllowedOrgIDs& b) { + friend void swap(UndeprecateRegistryItemResponse& a, UndeprecateRegistryItemResponse& b) { a.Swap(&b); } - inline void Swap(AllowedOrgIDs* other) { + inline void Swap(UndeprecateRegistryItemResponse* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -37711,7 +37787,7 @@ class AllowedOrgIDs final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(AllowedOrgIDs* other) { + void UnsafeArenaSwap(UndeprecateRegistryItemResponse* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -37719,38 +37795,26 @@ class AllowedOrgIDs final : // implements Message ---------------------------------------------- - AllowedOrgIDs* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + UndeprecateRegistryItemResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; + inline void CopyFrom(const UndeprecateRegistryItemResponse& from) { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + } + using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; + void MergeFrom(const UndeprecateRegistryItemResponse& from) { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); } - using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const AllowedOrgIDs& from); - using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AllowedOrgIDs& from); - private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - uint8_t* _InternalSerialize( - uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(AllowedOrgIDs* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.AllowedOrgIDs"; + return "viam.app.v1.UndeprecateRegistryItemResponse"; } protected: - explicit AllowedOrgIDs(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit UndeprecateRegistryItemResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -37763,64 +37827,35 @@ class AllowedOrgIDs final : // accessors ------------------------------------------------------- - enum : int { - kIdsFieldNumber = 1, - }; - // repeated string ids = 1 [json_name = "ids"]; - int ids_size() const; - private: - int _internal_ids_size() const; - public: - void clear_ids(); - const std::string& ids(int index) const; - std::string* mutable_ids(int index); - void set_ids(int index, const std::string& value); - void set_ids(int index, std::string&& value); - void set_ids(int index, const char* value); - void set_ids(int index, const char* value, size_t size); - std::string* add_ids(); - void add_ids(const std::string& value); - void add_ids(std::string&& value); - void add_ids(const char* value); - void add_ids(const char* value, size_t size); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& ids() const; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_ids(); - private: - const std::string& _internal_ids(int index) const; - std::string* _internal_add_ids(); - public: - - // @@protoc_insertion_point(class_scope:viam.app.v1.AllowedOrgIDs) + // @@protoc_insertion_point(class_scope:viam.app.v1.UndeprecateRegistryItemResponse) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField ids_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class App final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.App) */ { +class CreateModuleRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.CreateModuleRequest) */ { public: - inline App() : App(nullptr) {} - ~App() override; - explicit PROTOBUF_CONSTEXPR App(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline CreateModuleRequest() : CreateModuleRequest(nullptr) {} + ~CreateModuleRequest() override; + explicit PROTOBUF_CONSTEXPR CreateModuleRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - App(const App& from); - App(App&& from) noexcept - : App() { + CreateModuleRequest(const CreateModuleRequest& from); + CreateModuleRequest(CreateModuleRequest&& from) noexcept + : CreateModuleRequest() { *this = ::std::move(from); } - inline App& operator=(const App& from) { + inline CreateModuleRequest& operator=(const CreateModuleRequest& from) { CopyFrom(from); return *this; } - inline App& operator=(App&& from) noexcept { + inline CreateModuleRequest& operator=(CreateModuleRequest&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -37843,20 +37878,20 @@ class App final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const App& default_instance() { + static const CreateModuleRequest& default_instance() { return *internal_default_instance(); } - static inline const App* internal_default_instance() { - return reinterpret_cast( - &_App_default_instance_); + static inline const CreateModuleRequest* internal_default_instance() { + return reinterpret_cast( + &_CreateModuleRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 214; + 215; - friend void swap(App& a, App& b) { + friend void swap(CreateModuleRequest& a, CreateModuleRequest& b) { a.Swap(&b); } - inline void Swap(App* other) { + inline void Swap(CreateModuleRequest* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -37869,7 +37904,7 @@ class App final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(App* other) { + void UnsafeArenaSwap(CreateModuleRequest* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -37877,13 +37912,13 @@ class App final : // implements Message ---------------------------------------------- - App* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + CreateModuleRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const App& from); + void CopyFrom(const CreateModuleRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const App& from); + void MergeFrom(const CreateModuleRequest& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -37900,15 +37935,15 @@ class App final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(App* other); + void InternalSwap(CreateModuleRequest* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.App"; + return "viam.app.v1.CreateModuleRequest"; } protected: - explicit App(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit CreateModuleRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -37922,39 +37957,24 @@ class App final : // accessors ------------------------------------------------------- enum : int { - kFragmentIdsFieldNumber = 4, - kNameFieldNumber = 1, - kTypeFieldNumber = 2, - kEntrypointFieldNumber = 3, - kLogoPathFieldNumber = 5, - kCustomizationsFieldNumber = 6, - kAllowedOrgIdsFieldNumber = 7, + kOrganizationIdFieldNumber = 1, + kNameFieldNumber = 2, }; - // repeated string fragment_ids = 4 [json_name = "fragmentIds"]; - int fragment_ids_size() const; - private: - int _internal_fragment_ids_size() const; - public: - void clear_fragment_ids(); - const std::string& fragment_ids(int index) const; - std::string* mutable_fragment_ids(int index); - void set_fragment_ids(int index, const std::string& value); - void set_fragment_ids(int index, std::string&& value); - void set_fragment_ids(int index, const char* value); - void set_fragment_ids(int index, const char* value, size_t size); - std::string* add_fragment_ids(); - void add_fragment_ids(const std::string& value); - void add_fragment_ids(std::string&& value); - void add_fragment_ids(const char* value); - void add_fragment_ids(const char* value, size_t size); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& fragment_ids() const; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_fragment_ids(); + // string organization_id = 1 [json_name = "organizationId"]; + void clear_organization_id(); + const std::string& organization_id() const; + template + void set_organization_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_organization_id(); + PROTOBUF_NODISCARD std::string* release_organization_id(); + void set_allocated_organization_id(std::string* organization_id); private: - const std::string& _internal_fragment_ids(int index) const; - std::string* _internal_add_fragment_ids(); + const std::string& _internal_organization_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_organization_id(const std::string& value); + std::string* _internal_mutable_organization_id(); public: - // string name = 1 [json_name = "name"]; + // string name = 2 [json_name = "name"]; void clear_name(); const std::string& name() const; template @@ -37968,126 +37988,38 @@ class App final : std::string* _internal_mutable_name(); public: - // string type = 2 [json_name = "type"]; - void clear_type(); - const std::string& type() const; - template - void set_type(ArgT0&& arg0, ArgT... args); - std::string* mutable_type(); - PROTOBUF_NODISCARD std::string* release_type(); - void set_allocated_type(std::string* type); - private: - const std::string& _internal_type() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_type(const std::string& value); - std::string* _internal_mutable_type(); - public: - - // string entrypoint = 3 [json_name = "entrypoint"]; - void clear_entrypoint(); - const std::string& entrypoint() const; - template - void set_entrypoint(ArgT0&& arg0, ArgT... args); - std::string* mutable_entrypoint(); - PROTOBUF_NODISCARD std::string* release_entrypoint(); - void set_allocated_entrypoint(std::string* entrypoint); - private: - const std::string& _internal_entrypoint() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_entrypoint(const std::string& value); - std::string* _internal_mutable_entrypoint(); - public: - - // optional string logo_path = 5 [json_name = "logoPath"]; - bool has_logo_path() const; - private: - bool _internal_has_logo_path() const; - public: - void clear_logo_path(); - const std::string& logo_path() const; - template - void set_logo_path(ArgT0&& arg0, ArgT... args); - std::string* mutable_logo_path(); - PROTOBUF_NODISCARD std::string* release_logo_path(); - void set_allocated_logo_path(std::string* logo_path); - private: - const std::string& _internal_logo_path() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_logo_path(const std::string& value); - std::string* _internal_mutable_logo_path(); - public: - - // .viam.app.v1.AppCustomizations customizations = 6 [json_name = "customizations"]; - bool has_customizations() const; - private: - bool _internal_has_customizations() const; - public: - void clear_customizations(); - const ::viam::app::v1::AppCustomizations& customizations() const; - PROTOBUF_NODISCARD ::viam::app::v1::AppCustomizations* release_customizations(); - ::viam::app::v1::AppCustomizations* mutable_customizations(); - void set_allocated_customizations(::viam::app::v1::AppCustomizations* customizations); - private: - const ::viam::app::v1::AppCustomizations& _internal_customizations() const; - ::viam::app::v1::AppCustomizations* _internal_mutable_customizations(); - public: - void unsafe_arena_set_allocated_customizations( - ::viam::app::v1::AppCustomizations* customizations); - ::viam::app::v1::AppCustomizations* unsafe_arena_release_customizations(); - - // optional .viam.app.v1.AllowedOrgIDs allowed_org_ids = 7 [json_name = "allowedOrgIds"]; - bool has_allowed_org_ids() const; - private: - bool _internal_has_allowed_org_ids() const; - public: - void clear_allowed_org_ids(); - const ::viam::app::v1::AllowedOrgIDs& allowed_org_ids() const; - PROTOBUF_NODISCARD ::viam::app::v1::AllowedOrgIDs* release_allowed_org_ids(); - ::viam::app::v1::AllowedOrgIDs* mutable_allowed_org_ids(); - void set_allocated_allowed_org_ids(::viam::app::v1::AllowedOrgIDs* allowed_org_ids); - private: - const ::viam::app::v1::AllowedOrgIDs& _internal_allowed_org_ids() const; - ::viam::app::v1::AllowedOrgIDs* _internal_mutable_allowed_org_ids(); - public: - void unsafe_arena_set_allocated_allowed_org_ids( - ::viam::app::v1::AllowedOrgIDs* allowed_org_ids); - ::viam::app::v1::AllowedOrgIDs* unsafe_arena_release_allowed_org_ids(); - - // @@protoc_insertion_point(class_scope:viam.app.v1.App) + // @@protoc_insertion_point(class_scope:viam.app.v1.CreateModuleRequest) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField fragment_ids_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr organization_id_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entrypoint_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr logo_path_; - ::viam::app::v1::AppCustomizations* customizations_; - ::viam::app::v1::AllowedOrgIDs* allowed_org_ids_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class UpdateModuleResponse final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UpdateModuleResponse) */ { +class CreateModuleResponse final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.CreateModuleResponse) */ { public: - inline UpdateModuleResponse() : UpdateModuleResponse(nullptr) {} - ~UpdateModuleResponse() override; - explicit PROTOBUF_CONSTEXPR UpdateModuleResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline CreateModuleResponse() : CreateModuleResponse(nullptr) {} + ~CreateModuleResponse() override; + explicit PROTOBUF_CONSTEXPR CreateModuleResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - UpdateModuleResponse(const UpdateModuleResponse& from); - UpdateModuleResponse(UpdateModuleResponse&& from) noexcept - : UpdateModuleResponse() { + CreateModuleResponse(const CreateModuleResponse& from); + CreateModuleResponse(CreateModuleResponse&& from) noexcept + : CreateModuleResponse() { *this = ::std::move(from); } - inline UpdateModuleResponse& operator=(const UpdateModuleResponse& from) { + inline CreateModuleResponse& operator=(const CreateModuleResponse& from) { CopyFrom(from); return *this; } - inline UpdateModuleResponse& operator=(UpdateModuleResponse&& from) noexcept { + inline CreateModuleResponse& operator=(CreateModuleResponse&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -38110,20 +38042,20 @@ class UpdateModuleResponse final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const UpdateModuleResponse& default_instance() { + static const CreateModuleResponse& default_instance() { return *internal_default_instance(); } - static inline const UpdateModuleResponse* internal_default_instance() { - return reinterpret_cast( - &_UpdateModuleResponse_default_instance_); + static inline const CreateModuleResponse* internal_default_instance() { + return reinterpret_cast( + &_CreateModuleResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 215; + 216; - friend void swap(UpdateModuleResponse& a, UpdateModuleResponse& b) { + friend void swap(CreateModuleResponse& a, CreateModuleResponse& b) { a.Swap(&b); } - inline void Swap(UpdateModuleResponse* other) { + inline void Swap(CreateModuleResponse* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -38136,7 +38068,7 @@ class UpdateModuleResponse final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(UpdateModuleResponse* other) { + void UnsafeArenaSwap(CreateModuleResponse* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -38144,13 +38076,13 @@ class UpdateModuleResponse final : // implements Message ---------------------------------------------- - UpdateModuleResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + CreateModuleResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const UpdateModuleResponse& from); + void CopyFrom(const CreateModuleResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateModuleResponse& from); + void MergeFrom(const CreateModuleResponse& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -38167,15 +38099,15 @@ class UpdateModuleResponse final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(UpdateModuleResponse* other); + void InternalSwap(CreateModuleResponse* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.UpdateModuleResponse"; + return "viam.app.v1.CreateModuleResponse"; } protected: - explicit UpdateModuleResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit CreateModuleResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -38189,53 +38121,69 @@ class UpdateModuleResponse final : // accessors ------------------------------------------------------- enum : int { - kUrlFieldNumber = 1, + kModuleIdFieldNumber = 1, + kUrlFieldNumber = 2, }; - // string url = 1 [json_name = "url"]; - void clear_url(); - const std::string& url() const; + // string module_id = 1 [json_name = "moduleId"]; + void clear_module_id(); + const std::string& module_id() const; template - void set_url(ArgT0&& arg0, ArgT... args); - std::string* mutable_url(); - PROTOBUF_NODISCARD std::string* release_url(); - void set_allocated_url(std::string* url); - private: - const std::string& _internal_url() const; + void set_module_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_module_id(); + PROTOBUF_NODISCARD std::string* release_module_id(); + void set_allocated_module_id(std::string* module_id); + private: + const std::string& _internal_module_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_module_id(const std::string& value); + std::string* _internal_mutable_module_id(); + public: + + // string url = 2 [json_name = "url"]; + void clear_url(); + const std::string& url() const; + template + void set_url(ArgT0&& arg0, ArgT... args); + std::string* mutable_url(); + PROTOBUF_NODISCARD std::string* release_url(); + void set_allocated_url(std::string* url); + private: + const std::string& _internal_url() const; inline PROTOBUF_ALWAYS_INLINE void _internal_set_url(const std::string& value); std::string* _internal_mutable_url(); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.UpdateModuleResponse) + // @@protoc_insertion_point(class_scope:viam.app.v1.CreateModuleResponse) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_id_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr url_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class UpdateModuleMetadata final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UpdateModuleMetadata) */ { +class UpdateModuleRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UpdateModuleRequest) */ { public: - inline UpdateModuleMetadata() : UpdateModuleMetadata(nullptr) {} - ~UpdateModuleMetadata() override; - explicit PROTOBUF_CONSTEXPR UpdateModuleMetadata(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline UpdateModuleRequest() : UpdateModuleRequest(nullptr) {} + ~UpdateModuleRequest() override; + explicit PROTOBUF_CONSTEXPR UpdateModuleRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - UpdateModuleMetadata(const UpdateModuleMetadata& from); - UpdateModuleMetadata(UpdateModuleMetadata&& from) noexcept - : UpdateModuleMetadata() { + UpdateModuleRequest(const UpdateModuleRequest& from); + UpdateModuleRequest(UpdateModuleRequest&& from) noexcept + : UpdateModuleRequest() { *this = ::std::move(from); } - inline UpdateModuleMetadata& operator=(const UpdateModuleMetadata& from) { + inline UpdateModuleRequest& operator=(const UpdateModuleRequest& from) { CopyFrom(from); return *this; } - inline UpdateModuleMetadata& operator=(UpdateModuleMetadata&& from) noexcept { + inline UpdateModuleRequest& operator=(UpdateModuleRequest&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -38258,20 +38206,20 @@ class UpdateModuleMetadata final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const UpdateModuleMetadata& default_instance() { + static const UpdateModuleRequest& default_instance() { return *internal_default_instance(); } - static inline const UpdateModuleMetadata* internal_default_instance() { - return reinterpret_cast( - &_UpdateModuleMetadata_default_instance_); + static inline const UpdateModuleRequest* internal_default_instance() { + return reinterpret_cast( + &_UpdateModuleRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 216; + 217; - friend void swap(UpdateModuleMetadata& a, UpdateModuleMetadata& b) { + friend void swap(UpdateModuleRequest& a, UpdateModuleRequest& b) { a.Swap(&b); } - inline void Swap(UpdateModuleMetadata* other) { + inline void Swap(UpdateModuleRequest* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -38284,7 +38232,7 @@ class UpdateModuleMetadata final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(UpdateModuleMetadata* other) { + void UnsafeArenaSwap(UpdateModuleRequest* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -38292,13 +38240,13 @@ class UpdateModuleMetadata final : // implements Message ---------------------------------------------- - UpdateModuleMetadata* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + UpdateModuleRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const UpdateModuleMetadata& from); + void CopyFrom(const UpdateModuleRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateModuleMetadata& from); + void MergeFrom(const UpdateModuleRequest& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -38315,15 +38263,15 @@ class UpdateModuleMetadata final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(UpdateModuleMetadata* other); + void InternalSwap(UpdateModuleRequest* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.UpdateModuleMetadata"; + return "viam.app.v1.UpdateModuleRequest"; } protected: - explicit UpdateModuleMetadata(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit UpdateModuleRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -38337,13 +38285,17 @@ class UpdateModuleMetadata final : // accessors ------------------------------------------------------- enum : int { - kModelsFieldNumber = 1, - kAppsFieldNumber = 3, - kEntrypointFieldNumber = 2, - kSourceTypeFieldNumber = 4, - kLanguageFieldNumber = 5, + kModelsFieldNumber = 5, + kAppsFieldNumber = 8, + kModuleIdFieldNumber = 1, + kUrlFieldNumber = 3, + kDescriptionFieldNumber = 4, + kEntrypointFieldNumber = 6, + kFirstRunFieldNumber = 7, + kMarkdownDescriptionFieldNumber = 9, + kVisibilityFieldNumber = 2, }; - // repeated .viam.app.v1.Model models = 1 [json_name = "models"]; + // repeated .viam.app.v1.Model models = 5 [json_name = "models"]; int models_size() const; private: int _internal_models_size() const; @@ -38361,7 +38313,7 @@ class UpdateModuleMetadata final : const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >& models() const; - // repeated .viam.app.v1.App apps = 3 [json_name = "apps"]; + // repeated .viam.app.v1.App apps = 8 [json_name = "apps"]; int apps_size() const; private: int _internal_apps_size() const; @@ -38379,7 +38331,49 @@ class UpdateModuleMetadata final : const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >& apps() const; - // string entrypoint = 2 [json_name = "entrypoint"]; + // string module_id = 1 [json_name = "moduleId"]; + void clear_module_id(); + const std::string& module_id() const; + template + void set_module_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_module_id(); + PROTOBUF_NODISCARD std::string* release_module_id(); + void set_allocated_module_id(std::string* module_id); + private: + const std::string& _internal_module_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_module_id(const std::string& value); + std::string* _internal_mutable_module_id(); + public: + + // string url = 3 [json_name = "url"]; + void clear_url(); + const std::string& url() const; + template + void set_url(ArgT0&& arg0, ArgT... args); + std::string* mutable_url(); + PROTOBUF_NODISCARD std::string* release_url(); + void set_allocated_url(std::string* url); + private: + const std::string& _internal_url() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_url(const std::string& value); + std::string* _internal_mutable_url(); + public: + + // string description = 4 [json_name = "description"]; + void clear_description(); + const std::string& description() const; + template + void set_description(ArgT0&& arg0, ArgT... args); + std::string* mutable_description(); + PROTOBUF_NODISCARD std::string* release_description(); + void set_allocated_description(std::string* description); + private: + const std::string& _internal_description() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_description(const std::string& value); + std::string* _internal_mutable_description(); + public: + + // string entrypoint = 6 [json_name = "entrypoint"]; void clear_entrypoint(); const std::string& entrypoint() const; template @@ -38393,33 +38387,52 @@ class UpdateModuleMetadata final : std::string* _internal_mutable_entrypoint(); public: - // optional .viam.app.v1.ModuleSourceType source_type = 4 [json_name = "sourceType"]; - bool has_source_type() const; + // optional string first_run = 7 [json_name = "firstRun"]; + bool has_first_run() const; private: - bool _internal_has_source_type() const; + bool _internal_has_first_run() const; public: - void clear_source_type(); - ::viam::app::v1::ModuleSourceType source_type() const; - void set_source_type(::viam::app::v1::ModuleSourceType value); + void clear_first_run(); + const std::string& first_run() const; + template + void set_first_run(ArgT0&& arg0, ArgT... args); + std::string* mutable_first_run(); + PROTOBUF_NODISCARD std::string* release_first_run(); + void set_allocated_first_run(std::string* first_run); private: - ::viam::app::v1::ModuleSourceType _internal_source_type() const; - void _internal_set_source_type(::viam::app::v1::ModuleSourceType value); + const std::string& _internal_first_run() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_first_run(const std::string& value); + std::string* _internal_mutable_first_run(); public: - // optional .viam.app.v1.ModuleLanguage language = 5 [json_name = "language"]; - bool has_language() const; + // optional string markdown_description = 9 [json_name = "markdownDescription"]; + bool has_markdown_description() const; private: - bool _internal_has_language() const; + bool _internal_has_markdown_description() const; public: - void clear_language(); - ::viam::app::v1::ModuleLanguage language() const; - void set_language(::viam::app::v1::ModuleLanguage value); + void clear_markdown_description(); + const std::string& markdown_description() const; + template + void set_markdown_description(ArgT0&& arg0, ArgT... args); + std::string* mutable_markdown_description(); + PROTOBUF_NODISCARD std::string* release_markdown_description(); + void set_allocated_markdown_description(std::string* markdown_description); private: - ::viam::app::v1::ModuleLanguage _internal_language() const; - void _internal_set_language(::viam::app::v1::ModuleLanguage value); + const std::string& _internal_markdown_description() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_markdown_description(const std::string& value); + std::string* _internal_mutable_markdown_description(); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.UpdateModuleMetadata) + // .viam.app.v1.Visibility visibility = 2 [json_name = "visibility"]; + void clear_visibility(); + ::viam::app::v1::Visibility visibility() const; + void set_visibility(::viam::app::v1::Visibility value); + private: + ::viam::app::v1::Visibility _internal_visibility() const; + void _internal_set_visibility(::viam::app::v1::Visibility value); + public: + + // @@protoc_insertion_point(class_scope:viam.app.v1.UpdateModuleRequest) private: class _Internal; @@ -38430,31 +38443,35 @@ class UpdateModuleMetadata final : mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model > models_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App > apps_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr url_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr description_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entrypoint_; - int source_type_; - int language_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr first_run_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr markdown_description_; + int visibility_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class UpdateMLModelMetadata final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UpdateMLModelMetadata) */ { +class AllowedOrgIDs final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.AllowedOrgIDs) */ { public: - inline UpdateMLModelMetadata() : UpdateMLModelMetadata(nullptr) {} - ~UpdateMLModelMetadata() override; - explicit PROTOBUF_CONSTEXPR UpdateMLModelMetadata(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline AllowedOrgIDs() : AllowedOrgIDs(nullptr) {} + ~AllowedOrgIDs() override; + explicit PROTOBUF_CONSTEXPR AllowedOrgIDs(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - UpdateMLModelMetadata(const UpdateMLModelMetadata& from); - UpdateMLModelMetadata(UpdateMLModelMetadata&& from) noexcept - : UpdateMLModelMetadata() { + AllowedOrgIDs(const AllowedOrgIDs& from); + AllowedOrgIDs(AllowedOrgIDs&& from) noexcept + : AllowedOrgIDs() { *this = ::std::move(from); } - inline UpdateMLModelMetadata& operator=(const UpdateMLModelMetadata& from) { + inline AllowedOrgIDs& operator=(const AllowedOrgIDs& from) { CopyFrom(from); return *this; } - inline UpdateMLModelMetadata& operator=(UpdateMLModelMetadata&& from) noexcept { + inline AllowedOrgIDs& operator=(AllowedOrgIDs&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -38477,20 +38494,20 @@ class UpdateMLModelMetadata final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const UpdateMLModelMetadata& default_instance() { + static const AllowedOrgIDs& default_instance() { return *internal_default_instance(); } - static inline const UpdateMLModelMetadata* internal_default_instance() { - return reinterpret_cast( - &_UpdateMLModelMetadata_default_instance_); + static inline const AllowedOrgIDs* internal_default_instance() { + return reinterpret_cast( + &_AllowedOrgIDs_default_instance_); } static constexpr int kIndexInFileMessages = - 217; + 218; - friend void swap(UpdateMLModelMetadata& a, UpdateMLModelMetadata& b) { + friend void swap(AllowedOrgIDs& a, AllowedOrgIDs& b) { a.Swap(&b); } - inline void Swap(UpdateMLModelMetadata* other) { + inline void Swap(AllowedOrgIDs* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -38503,7 +38520,7 @@ class UpdateMLModelMetadata final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(UpdateMLModelMetadata* other) { + void UnsafeArenaSwap(AllowedOrgIDs* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -38511,13 +38528,13 @@ class UpdateMLModelMetadata final : // implements Message ---------------------------------------------- - UpdateMLModelMetadata* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + AllowedOrgIDs* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const UpdateMLModelMetadata& from); + void CopyFrom(const AllowedOrgIDs& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateMLModelMetadata& from); + void MergeFrom(const AllowedOrgIDs& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -38534,15 +38551,15 @@ class UpdateMLModelMetadata final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(UpdateMLModelMetadata* other); + void InternalSwap(AllowedOrgIDs* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.UpdateMLModelMetadata"; + return "viam.app.v1.AllowedOrgIDs"; } protected: - explicit UpdateMLModelMetadata(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit AllowedOrgIDs(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -38556,59 +38573,63 @@ class UpdateMLModelMetadata final : // accessors ------------------------------------------------------- enum : int { - kModelTypeFieldNumber = 1, - kModelFrameworkFieldNumber = 2, + kIdsFieldNumber = 1, }; - // .viam.app.mltraining.v1.ModelType model_type = 1 [json_name = "modelType"]; - void clear_model_type(); - ::viam::app::mltraining::v1::ModelType model_type() const; - void set_model_type(::viam::app::mltraining::v1::ModelType value); + // repeated string ids = 1 [json_name = "ids"]; + int ids_size() const; private: - ::viam::app::mltraining::v1::ModelType _internal_model_type() const; - void _internal_set_model_type(::viam::app::mltraining::v1::ModelType value); + int _internal_ids_size() const; public: - - // .viam.app.mltraining.v1.ModelFramework model_framework = 2 [json_name = "modelFramework"]; - void clear_model_framework(); - ::viam::app::mltraining::v1::ModelFramework model_framework() const; - void set_model_framework(::viam::app::mltraining::v1::ModelFramework value); + void clear_ids(); + const std::string& ids(int index) const; + std::string* mutable_ids(int index); + void set_ids(int index, const std::string& value); + void set_ids(int index, std::string&& value); + void set_ids(int index, const char* value); + void set_ids(int index, const char* value, size_t size); + std::string* add_ids(); + void add_ids(const std::string& value); + void add_ids(std::string&& value); + void add_ids(const char* value); + void add_ids(const char* value, size_t size); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& ids() const; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_ids(); private: - ::viam::app::mltraining::v1::ModelFramework _internal_model_framework() const; - void _internal_set_model_framework(::viam::app::mltraining::v1::ModelFramework value); + const std::string& _internal_ids(int index) const; + std::string* _internal_add_ids(); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.UpdateMLModelMetadata) + // @@protoc_insertion_point(class_scope:viam.app.v1.AllowedOrgIDs) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - int model_type_; - int model_framework_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField ids_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class UpdateMLTrainingMetadata final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UpdateMLTrainingMetadata) */ { +class App final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.App) */ { public: - inline UpdateMLTrainingMetadata() : UpdateMLTrainingMetadata(nullptr) {} - ~UpdateMLTrainingMetadata() override; - explicit PROTOBUF_CONSTEXPR UpdateMLTrainingMetadata(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline App() : App(nullptr) {} + ~App() override; + explicit PROTOBUF_CONSTEXPR App(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - UpdateMLTrainingMetadata(const UpdateMLTrainingMetadata& from); - UpdateMLTrainingMetadata(UpdateMLTrainingMetadata&& from) noexcept - : UpdateMLTrainingMetadata() { + App(const App& from); + App(App&& from) noexcept + : App() { *this = ::std::move(from); } - inline UpdateMLTrainingMetadata& operator=(const UpdateMLTrainingMetadata& from) { + inline App& operator=(const App& from) { CopyFrom(from); return *this; } - inline UpdateMLTrainingMetadata& operator=(UpdateMLTrainingMetadata&& from) noexcept { + inline App& operator=(App&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -38631,20 +38652,20 @@ class UpdateMLTrainingMetadata final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const UpdateMLTrainingMetadata& default_instance() { + static const App& default_instance() { return *internal_default_instance(); } - static inline const UpdateMLTrainingMetadata* internal_default_instance() { - return reinterpret_cast( - &_UpdateMLTrainingMetadata_default_instance_); + static inline const App* internal_default_instance() { + return reinterpret_cast( + &_App_default_instance_); } static constexpr int kIndexInFileMessages = - 218; + 219; - friend void swap(UpdateMLTrainingMetadata& a, UpdateMLTrainingMetadata& b) { + friend void swap(App& a, App& b) { a.Swap(&b); } - inline void Swap(UpdateMLTrainingMetadata* other) { + inline void Swap(App* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -38657,7 +38678,7 @@ class UpdateMLTrainingMetadata final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(UpdateMLTrainingMetadata* other) { + void UnsafeArenaSwap(App* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -38665,13 +38686,13 @@ class UpdateMLTrainingMetadata final : // implements Message ---------------------------------------------- - UpdateMLTrainingMetadata* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + App* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const UpdateMLTrainingMetadata& from); + void CopyFrom(const App& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateMLTrainingMetadata& from); + void MergeFrom(const App& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -38688,15 +38709,15 @@ class UpdateMLTrainingMetadata final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(UpdateMLTrainingMetadata* other); + void InternalSwap(App* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.UpdateMLTrainingMetadata"; + return "viam.app.v1.App"; } protected: - explicit UpdateMLTrainingMetadata(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit App(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -38710,70 +38731,172 @@ class UpdateMLTrainingMetadata final : // accessors ------------------------------------------------------- enum : int { - kModelTypeFieldNumber = 1, - kModelFrameworkFieldNumber = 2, - kDraftFieldNumber = 3, + kFragmentIdsFieldNumber = 4, + kNameFieldNumber = 1, + kTypeFieldNumber = 2, + kEntrypointFieldNumber = 3, + kLogoPathFieldNumber = 5, + kCustomizationsFieldNumber = 6, + kAllowedOrgIdsFieldNumber = 7, }; - // .viam.app.mltraining.v1.ModelType model_type = 1 [json_name = "modelType"]; - void clear_model_type(); - ::viam::app::mltraining::v1::ModelType model_type() const; - void set_model_type(::viam::app::mltraining::v1::ModelType value); + // repeated string fragment_ids = 4 [json_name = "fragmentIds"]; + int fragment_ids_size() const; private: - ::viam::app::mltraining::v1::ModelType _internal_model_type() const; - void _internal_set_model_type(::viam::app::mltraining::v1::ModelType value); + int _internal_fragment_ids_size() const; + public: + void clear_fragment_ids(); + const std::string& fragment_ids(int index) const; + std::string* mutable_fragment_ids(int index); + void set_fragment_ids(int index, const std::string& value); + void set_fragment_ids(int index, std::string&& value); + void set_fragment_ids(int index, const char* value); + void set_fragment_ids(int index, const char* value, size_t size); + std::string* add_fragment_ids(); + void add_fragment_ids(const std::string& value); + void add_fragment_ids(std::string&& value); + void add_fragment_ids(const char* value); + void add_fragment_ids(const char* value, size_t size); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& fragment_ids() const; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_fragment_ids(); + private: + const std::string& _internal_fragment_ids(int index) const; + std::string* _internal_add_fragment_ids(); public: - // .viam.app.mltraining.v1.ModelFramework model_framework = 2 [json_name = "modelFramework"]; - void clear_model_framework(); - ::viam::app::mltraining::v1::ModelFramework model_framework() const; - void set_model_framework(::viam::app::mltraining::v1::ModelFramework value); + // string name = 1 [json_name = "name"]; + void clear_name(); + const std::string& name() const; + template + void set_name(ArgT0&& arg0, ArgT... args); + std::string* mutable_name(); + PROTOBUF_NODISCARD std::string* release_name(); + void set_allocated_name(std::string* name); private: - ::viam::app::mltraining::v1::ModelFramework _internal_model_framework() const; - void _internal_set_model_framework(::viam::app::mltraining::v1::ModelFramework value); + const std::string& _internal_name() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value); + std::string* _internal_mutable_name(); public: - // bool draft = 3 [json_name = "draft"]; - void clear_draft(); - bool draft() const; - void set_draft(bool value); + // string type = 2 [json_name = "type"]; + void clear_type(); + const std::string& type() const; + template + void set_type(ArgT0&& arg0, ArgT... args); + std::string* mutable_type(); + PROTOBUF_NODISCARD std::string* release_type(); + void set_allocated_type(std::string* type); private: - bool _internal_draft() const; - void _internal_set_draft(bool value); + const std::string& _internal_type() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_type(const std::string& value); + std::string* _internal_mutable_type(); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.UpdateMLTrainingMetadata) + // string entrypoint = 3 [json_name = "entrypoint"]; + void clear_entrypoint(); + const std::string& entrypoint() const; + template + void set_entrypoint(ArgT0&& arg0, ArgT... args); + std::string* mutable_entrypoint(); + PROTOBUF_NODISCARD std::string* release_entrypoint(); + void set_allocated_entrypoint(std::string* entrypoint); + private: + const std::string& _internal_entrypoint() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_entrypoint(const std::string& value); + std::string* _internal_mutable_entrypoint(); + public: + + // optional string logo_path = 5 [json_name = "logoPath"]; + bool has_logo_path() const; + private: + bool _internal_has_logo_path() const; + public: + void clear_logo_path(); + const std::string& logo_path() const; + template + void set_logo_path(ArgT0&& arg0, ArgT... args); + std::string* mutable_logo_path(); + PROTOBUF_NODISCARD std::string* release_logo_path(); + void set_allocated_logo_path(std::string* logo_path); + private: + const std::string& _internal_logo_path() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_logo_path(const std::string& value); + std::string* _internal_mutable_logo_path(); + public: + + // .viam.app.v1.AppCustomizations customizations = 6 [json_name = "customizations"]; + bool has_customizations() const; + private: + bool _internal_has_customizations() const; + public: + void clear_customizations(); + const ::viam::app::v1::AppCustomizations& customizations() const; + PROTOBUF_NODISCARD ::viam::app::v1::AppCustomizations* release_customizations(); + ::viam::app::v1::AppCustomizations* mutable_customizations(); + void set_allocated_customizations(::viam::app::v1::AppCustomizations* customizations); + private: + const ::viam::app::v1::AppCustomizations& _internal_customizations() const; + ::viam::app::v1::AppCustomizations* _internal_mutable_customizations(); + public: + void unsafe_arena_set_allocated_customizations( + ::viam::app::v1::AppCustomizations* customizations); + ::viam::app::v1::AppCustomizations* unsafe_arena_release_customizations(); + + // optional .viam.app.v1.AllowedOrgIDs allowed_org_ids = 7 [json_name = "allowedOrgIds"]; + bool has_allowed_org_ids() const; + private: + bool _internal_has_allowed_org_ids() const; + public: + void clear_allowed_org_ids(); + const ::viam::app::v1::AllowedOrgIDs& allowed_org_ids() const; + PROTOBUF_NODISCARD ::viam::app::v1::AllowedOrgIDs* release_allowed_org_ids(); + ::viam::app::v1::AllowedOrgIDs* mutable_allowed_org_ids(); + void set_allocated_allowed_org_ids(::viam::app::v1::AllowedOrgIDs* allowed_org_ids); + private: + const ::viam::app::v1::AllowedOrgIDs& _internal_allowed_org_ids() const; + ::viam::app::v1::AllowedOrgIDs* _internal_mutable_allowed_org_ids(); + public: + void unsafe_arena_set_allocated_allowed_org_ids( + ::viam::app::v1::AllowedOrgIDs* allowed_org_ids); + ::viam::app::v1::AllowedOrgIDs* unsafe_arena_release_allowed_org_ids(); + + // @@protoc_insertion_point(class_scope:viam.app.v1.App) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - int model_type_; - int model_framework_; - bool draft_; + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField fragment_ids_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entrypoint_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr logo_path_; + ::viam::app::v1::AppCustomizations* customizations_; + ::viam::app::v1::AllowedOrgIDs* allowed_org_ids_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class Model final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.Model) */ { +class UpdateModuleResponse final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UpdateModuleResponse) */ { public: - inline Model() : Model(nullptr) {} - ~Model() override; - explicit PROTOBUF_CONSTEXPR Model(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline UpdateModuleResponse() : UpdateModuleResponse(nullptr) {} + ~UpdateModuleResponse() override; + explicit PROTOBUF_CONSTEXPR UpdateModuleResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - Model(const Model& from); - Model(Model&& from) noexcept - : Model() { + UpdateModuleResponse(const UpdateModuleResponse& from); + UpdateModuleResponse(UpdateModuleResponse&& from) noexcept + : UpdateModuleResponse() { *this = ::std::move(from); } - inline Model& operator=(const Model& from) { + inline UpdateModuleResponse& operator=(const UpdateModuleResponse& from) { CopyFrom(from); return *this; } - inline Model& operator=(Model&& from) noexcept { + inline UpdateModuleResponse& operator=(UpdateModuleResponse&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -38796,20 +38919,20 @@ class Model final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const Model& default_instance() { + static const UpdateModuleResponse& default_instance() { return *internal_default_instance(); } - static inline const Model* internal_default_instance() { - return reinterpret_cast( - &_Model_default_instance_); + static inline const UpdateModuleResponse* internal_default_instance() { + return reinterpret_cast( + &_UpdateModuleResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 219; + 220; - friend void swap(Model& a, Model& b) { + friend void swap(UpdateModuleResponse& a, UpdateModuleResponse& b) { a.Swap(&b); } - inline void Swap(Model* other) { + inline void Swap(UpdateModuleResponse* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -38822,7 +38945,7 @@ class Model final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(Model* other) { + void UnsafeArenaSwap(UpdateModuleResponse* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -38830,13 +38953,13 @@ class Model final : // implements Message ---------------------------------------------- - Model* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + UpdateModuleResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const Model& from); + void CopyFrom(const UpdateModuleResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Model& from); + void MergeFrom(const UpdateModuleResponse& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -38853,15 +38976,15 @@ class Model final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(Model* other); + void InternalSwap(UpdateModuleResponse* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.Model"; + return "viam.app.v1.UpdateModuleResponse"; } protected: - explicit Model(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit UpdateModuleResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -38875,136 +38998,53 @@ class Model final : // accessors ------------------------------------------------------- enum : int { - kSupportedHardwareFieldNumber = 5, - kApiFieldNumber = 1, - kModelFieldNumber = 2, - kMarkdownDocumentationFieldNumber = 3, - kDescriptionFieldNumber = 4, + kUrlFieldNumber = 1, }; - // repeated string supported_hardware = 5 [json_name = "supportedHardware"]; - int supported_hardware_size() const; - private: - int _internal_supported_hardware_size() const; - public: - void clear_supported_hardware(); - const std::string& supported_hardware(int index) const; - std::string* mutable_supported_hardware(int index); - void set_supported_hardware(int index, const std::string& value); - void set_supported_hardware(int index, std::string&& value); - void set_supported_hardware(int index, const char* value); - void set_supported_hardware(int index, const char* value, size_t size); - std::string* add_supported_hardware(); - void add_supported_hardware(const std::string& value); - void add_supported_hardware(std::string&& value); - void add_supported_hardware(const char* value); - void add_supported_hardware(const char* value, size_t size); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& supported_hardware() const; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_supported_hardware(); - private: - const std::string& _internal_supported_hardware(int index) const; - std::string* _internal_add_supported_hardware(); - public: - - // string api = 1 [json_name = "api"]; - void clear_api(); - const std::string& api() const; - template - void set_api(ArgT0&& arg0, ArgT... args); - std::string* mutable_api(); - PROTOBUF_NODISCARD std::string* release_api(); - void set_allocated_api(std::string* api); - private: - const std::string& _internal_api() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_api(const std::string& value); - std::string* _internal_mutable_api(); - public: - - // string model = 2 [json_name = "model"]; - void clear_model(); - const std::string& model() const; - template - void set_model(ArgT0&& arg0, ArgT... args); - std::string* mutable_model(); - PROTOBUF_NODISCARD std::string* release_model(); - void set_allocated_model(std::string* model); - private: - const std::string& _internal_model() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_model(const std::string& value); - std::string* _internal_mutable_model(); - public: - - // optional string markdown_documentation = 3 [json_name = "markdownDocumentation"]; - bool has_markdown_documentation() const; - private: - bool _internal_has_markdown_documentation() const; - public: - void clear_markdown_documentation(); - const std::string& markdown_documentation() const; - template - void set_markdown_documentation(ArgT0&& arg0, ArgT... args); - std::string* mutable_markdown_documentation(); - PROTOBUF_NODISCARD std::string* release_markdown_documentation(); - void set_allocated_markdown_documentation(std::string* markdown_documentation); - private: - const std::string& _internal_markdown_documentation() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_markdown_documentation(const std::string& value); - std::string* _internal_mutable_markdown_documentation(); - public: - - // optional string description = 4 [json_name = "description"]; - bool has_description() const; - private: - bool _internal_has_description() const; - public: - void clear_description(); - const std::string& description() const; + // string url = 1 [json_name = "url"]; + void clear_url(); + const std::string& url() const; template - void set_description(ArgT0&& arg0, ArgT... args); - std::string* mutable_description(); - PROTOBUF_NODISCARD std::string* release_description(); - void set_allocated_description(std::string* description); + void set_url(ArgT0&& arg0, ArgT... args); + std::string* mutable_url(); + PROTOBUF_NODISCARD std::string* release_url(); + void set_allocated_url(std::string* url); private: - const std::string& _internal_description() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_description(const std::string& value); - std::string* _internal_mutable_description(); + const std::string& _internal_url() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_url(const std::string& value); + std::string* _internal_mutable_url(); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.Model) + // @@protoc_insertion_point(class_scope:viam.app.v1.UpdateModuleResponse) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr url_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField supported_hardware_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr api_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr model_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr markdown_documentation_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr description_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class ModuleFileInfo final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ModuleFileInfo) */ { +class UpdateModuleMetadata final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UpdateModuleMetadata) */ { public: - inline ModuleFileInfo() : ModuleFileInfo(nullptr) {} - ~ModuleFileInfo() override; - explicit PROTOBUF_CONSTEXPR ModuleFileInfo(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline UpdateModuleMetadata() : UpdateModuleMetadata(nullptr) {} + ~UpdateModuleMetadata() override; + explicit PROTOBUF_CONSTEXPR UpdateModuleMetadata(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - ModuleFileInfo(const ModuleFileInfo& from); - ModuleFileInfo(ModuleFileInfo&& from) noexcept - : ModuleFileInfo() { + UpdateModuleMetadata(const UpdateModuleMetadata& from); + UpdateModuleMetadata(UpdateModuleMetadata&& from) noexcept + : UpdateModuleMetadata() { *this = ::std::move(from); } - inline ModuleFileInfo& operator=(const ModuleFileInfo& from) { + inline UpdateModuleMetadata& operator=(const UpdateModuleMetadata& from) { CopyFrom(from); return *this; } - inline ModuleFileInfo& operator=(ModuleFileInfo&& from) noexcept { + inline UpdateModuleMetadata& operator=(UpdateModuleMetadata&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -39027,20 +39067,20 @@ class ModuleFileInfo final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const ModuleFileInfo& default_instance() { + static const UpdateModuleMetadata& default_instance() { return *internal_default_instance(); } - static inline const ModuleFileInfo* internal_default_instance() { - return reinterpret_cast( - &_ModuleFileInfo_default_instance_); + static inline const UpdateModuleMetadata* internal_default_instance() { + return reinterpret_cast( + &_UpdateModuleMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 220; + 221; - friend void swap(ModuleFileInfo& a, ModuleFileInfo& b) { + friend void swap(UpdateModuleMetadata& a, UpdateModuleMetadata& b) { a.Swap(&b); } - inline void Swap(ModuleFileInfo* other) { + inline void Swap(UpdateModuleMetadata* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -39053,7 +39093,7 @@ class ModuleFileInfo final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(ModuleFileInfo* other) { + void UnsafeArenaSwap(UpdateModuleMetadata* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -39061,13 +39101,13 @@ class ModuleFileInfo final : // implements Message ---------------------------------------------- - ModuleFileInfo* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + UpdateModuleMetadata* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const ModuleFileInfo& from); + void CopyFrom(const UpdateModuleMetadata& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ModuleFileInfo& from); + void MergeFrom(const UpdateModuleMetadata& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -39084,15 +39124,15 @@ class ModuleFileInfo final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(ModuleFileInfo* other); + void InternalSwap(UpdateModuleMetadata* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.ModuleFileInfo"; + return "viam.app.v1.UpdateModuleMetadata"; } protected: - explicit ModuleFileInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit UpdateModuleMetadata(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -39106,111 +39146,124 @@ class ModuleFileInfo final : // accessors ------------------------------------------------------- enum : int { - kPlatformTagsFieldNumber = 5, - kModuleIdFieldNumber = 1, - kVersionFieldNumber = 2, - kPlatformFieldNumber = 3, + kModelsFieldNumber = 1, + kAppsFieldNumber = 3, + kEntrypointFieldNumber = 2, + kSourceTypeFieldNumber = 4, + kLanguageFieldNumber = 5, }; - // repeated string platform_tags = 5 [json_name = "platformTags"]; - int platform_tags_size() const; + // repeated .viam.app.v1.Model models = 1 [json_name = "models"]; + int models_size() const; private: - int _internal_platform_tags_size() const; + int _internal_models_size() const; public: - void clear_platform_tags(); - const std::string& platform_tags(int index) const; - std::string* mutable_platform_tags(int index); - void set_platform_tags(int index, const std::string& value); - void set_platform_tags(int index, std::string&& value); - void set_platform_tags(int index, const char* value); - void set_platform_tags(int index, const char* value, size_t size); - std::string* add_platform_tags(); - void add_platform_tags(const std::string& value); - void add_platform_tags(std::string&& value); - void add_platform_tags(const char* value); - void add_platform_tags(const char* value, size_t size); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& platform_tags() const; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_platform_tags(); + void clear_models(); + ::viam::app::v1::Model* mutable_models(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >* + mutable_models(); private: - const std::string& _internal_platform_tags(int index) const; - std::string* _internal_add_platform_tags(); + const ::viam::app::v1::Model& _internal_models(int index) const; + ::viam::app::v1::Model* _internal_add_models(); public: + const ::viam::app::v1::Model& models(int index) const; + ::viam::app::v1::Model* add_models(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >& + models() const; - // string module_id = 1 [json_name = "moduleId"]; - void clear_module_id(); - const std::string& module_id() const; - template - void set_module_id(ArgT0&& arg0, ArgT... args); - std::string* mutable_module_id(); - PROTOBUF_NODISCARD std::string* release_module_id(); - void set_allocated_module_id(std::string* module_id); + // repeated .viam.app.v1.App apps = 3 [json_name = "apps"]; + int apps_size() const; private: - const std::string& _internal_module_id() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_module_id(const std::string& value); - std::string* _internal_mutable_module_id(); + int _internal_apps_size() const; public: + void clear_apps(); + ::viam::app::v1::App* mutable_apps(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >* + mutable_apps(); + private: + const ::viam::app::v1::App& _internal_apps(int index) const; + ::viam::app::v1::App* _internal_add_apps(); + public: + const ::viam::app::v1::App& apps(int index) const; + ::viam::app::v1::App* add_apps(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >& + apps() const; - // string version = 2 [json_name = "version"]; - void clear_version(); - const std::string& version() const; + // string entrypoint = 2 [json_name = "entrypoint"]; + void clear_entrypoint(); + const std::string& entrypoint() const; template - void set_version(ArgT0&& arg0, ArgT... args); - std::string* mutable_version(); - PROTOBUF_NODISCARD std::string* release_version(); - void set_allocated_version(std::string* version); + void set_entrypoint(ArgT0&& arg0, ArgT... args); + std::string* mutable_entrypoint(); + PROTOBUF_NODISCARD std::string* release_entrypoint(); + void set_allocated_entrypoint(std::string* entrypoint); private: - const std::string& _internal_version() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_version(const std::string& value); - std::string* _internal_mutable_version(); + const std::string& _internal_entrypoint() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_entrypoint(const std::string& value); + std::string* _internal_mutable_entrypoint(); public: - // string platform = 3 [json_name = "platform"]; - void clear_platform(); - const std::string& platform() const; - template - void set_platform(ArgT0&& arg0, ArgT... args); - std::string* mutable_platform(); - PROTOBUF_NODISCARD std::string* release_platform(); - void set_allocated_platform(std::string* platform); + // optional .viam.app.v1.ModuleSourceType source_type = 4 [json_name = "sourceType"]; + bool has_source_type() const; private: - const std::string& _internal_platform() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_platform(const std::string& value); - std::string* _internal_mutable_platform(); + bool _internal_has_source_type() const; + public: + void clear_source_type(); + ::viam::app::v1::ModuleSourceType source_type() const; + void set_source_type(::viam::app::v1::ModuleSourceType value); + private: + ::viam::app::v1::ModuleSourceType _internal_source_type() const; + void _internal_set_source_type(::viam::app::v1::ModuleSourceType value); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.ModuleFileInfo) + // optional .viam.app.v1.ModuleLanguage language = 5 [json_name = "language"]; + bool has_language() const; + private: + bool _internal_has_language() const; + public: + void clear_language(); + ::viam::app::v1::ModuleLanguage language() const; + void set_language(::viam::app::v1::ModuleLanguage value); + private: + ::viam::app::v1::ModuleLanguage _internal_language() const; + void _internal_set_language(::viam::app::v1::ModuleLanguage value); + public: + + // @@protoc_insertion_point(class_scope:viam.app.v1.UpdateModuleMetadata) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField platform_tags_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr version_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr platform_; + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model > models_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App > apps_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entrypoint_; + int source_type_; + int language_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class UploadModuleFileRequest final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UploadModuleFileRequest) */ { +class UpdateMLModelMetadata final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UpdateMLModelMetadata) */ { public: - inline UploadModuleFileRequest() : UploadModuleFileRequest(nullptr) {} - ~UploadModuleFileRequest() override; - explicit PROTOBUF_CONSTEXPR UploadModuleFileRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline UpdateMLModelMetadata() : UpdateMLModelMetadata(nullptr) {} + ~UpdateMLModelMetadata() override; + explicit PROTOBUF_CONSTEXPR UpdateMLModelMetadata(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - UploadModuleFileRequest(const UploadModuleFileRequest& from); - UploadModuleFileRequest(UploadModuleFileRequest&& from) noexcept - : UploadModuleFileRequest() { + UpdateMLModelMetadata(const UpdateMLModelMetadata& from); + UpdateMLModelMetadata(UpdateMLModelMetadata&& from) noexcept + : UpdateMLModelMetadata() { *this = ::std::move(from); } - inline UploadModuleFileRequest& operator=(const UploadModuleFileRequest& from) { + inline UpdateMLModelMetadata& operator=(const UpdateMLModelMetadata& from) { CopyFrom(from); return *this; } - inline UploadModuleFileRequest& operator=(UploadModuleFileRequest&& from) noexcept { + inline UpdateMLModelMetadata& operator=(UpdateMLModelMetadata&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -39233,26 +39286,20 @@ class UploadModuleFileRequest final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const UploadModuleFileRequest& default_instance() { + static const UpdateMLModelMetadata& default_instance() { return *internal_default_instance(); } - enum ModuleFileCase { - kModuleFileInfo = 1, - kFile = 2, - MODULE_FILE_NOT_SET = 0, - }; - - static inline const UploadModuleFileRequest* internal_default_instance() { - return reinterpret_cast( - &_UploadModuleFileRequest_default_instance_); + static inline const UpdateMLModelMetadata* internal_default_instance() { + return reinterpret_cast( + &_UpdateMLModelMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 221; + 222; - friend void swap(UploadModuleFileRequest& a, UploadModuleFileRequest& b) { + friend void swap(UpdateMLModelMetadata& a, UpdateMLModelMetadata& b) { a.Swap(&b); } - inline void Swap(UploadModuleFileRequest* other) { + inline void Swap(UpdateMLModelMetadata* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -39265,7 +39312,7 @@ class UploadModuleFileRequest final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(UploadModuleFileRequest* other) { + void UnsafeArenaSwap(UpdateMLModelMetadata* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -39273,13 +39320,13 @@ class UploadModuleFileRequest final : // implements Message ---------------------------------------------- - UploadModuleFileRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + UpdateMLModelMetadata* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const UploadModuleFileRequest& from); + void CopyFrom(const UpdateMLModelMetadata& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UploadModuleFileRequest& from); + void MergeFrom(const UpdateMLModelMetadata& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -39296,15 +39343,15 @@ class UploadModuleFileRequest final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(UploadModuleFileRequest* other); + void InternalSwap(UpdateMLModelMetadata* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.UploadModuleFileRequest"; + return "viam.app.v1.UpdateMLModelMetadata"; } protected: - explicit UploadModuleFileRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit UpdateMLModelMetadata(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -39318,90 +39365,59 @@ class UploadModuleFileRequest final : // accessors ------------------------------------------------------- enum : int { - kModuleFileInfoFieldNumber = 1, - kFileFieldNumber = 2, + kModelTypeFieldNumber = 1, + kModelFrameworkFieldNumber = 2, }; - // .viam.app.v1.ModuleFileInfo module_file_info = 1 [json_name = "moduleFileInfo"]; - bool has_module_file_info() const; - private: - bool _internal_has_module_file_info() const; - public: - void clear_module_file_info(); - const ::viam::app::v1::ModuleFileInfo& module_file_info() const; - PROTOBUF_NODISCARD ::viam::app::v1::ModuleFileInfo* release_module_file_info(); - ::viam::app::v1::ModuleFileInfo* mutable_module_file_info(); - void set_allocated_module_file_info(::viam::app::v1::ModuleFileInfo* module_file_info); + // .viam.app.mltraining.v1.ModelType model_type = 1 [json_name = "modelType"]; + void clear_model_type(); + ::viam::app::mltraining::v1::ModelType model_type() const; + void set_model_type(::viam::app::mltraining::v1::ModelType value); private: - const ::viam::app::v1::ModuleFileInfo& _internal_module_file_info() const; - ::viam::app::v1::ModuleFileInfo* _internal_mutable_module_file_info(); + ::viam::app::mltraining::v1::ModelType _internal_model_type() const; + void _internal_set_model_type(::viam::app::mltraining::v1::ModelType value); public: - void unsafe_arena_set_allocated_module_file_info( - ::viam::app::v1::ModuleFileInfo* module_file_info); - ::viam::app::v1::ModuleFileInfo* unsafe_arena_release_module_file_info(); - // bytes file = 2 [json_name = "file"]; - bool has_file() const; - private: - bool _internal_has_file() const; - public: - void clear_file(); - const std::string& file() const; - template - void set_file(ArgT0&& arg0, ArgT... args); - std::string* mutable_file(); - PROTOBUF_NODISCARD std::string* release_file(); - void set_allocated_file(std::string* file); + // .viam.app.mltraining.v1.ModelFramework model_framework = 2 [json_name = "modelFramework"]; + void clear_model_framework(); + ::viam::app::mltraining::v1::ModelFramework model_framework() const; + void set_model_framework(::viam::app::mltraining::v1::ModelFramework value); private: - const std::string& _internal_file() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_file(const std::string& value); - std::string* _internal_mutable_file(); + ::viam::app::mltraining::v1::ModelFramework _internal_model_framework() const; + void _internal_set_model_framework(::viam::app::mltraining::v1::ModelFramework value); public: - void clear_module_file(); - ModuleFileCase module_file_case() const; - // @@protoc_insertion_point(class_scope:viam.app.v1.UploadModuleFileRequest) + // @@protoc_insertion_point(class_scope:viam.app.v1.UpdateMLModelMetadata) private: class _Internal; - void set_has_module_file_info(); - void set_has_file(); - - inline bool has_module_file() const; - inline void clear_has_module_file(); template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union ModuleFileUnion { - constexpr ModuleFileUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::viam::app::v1::ModuleFileInfo* module_file_info_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr file_; - } module_file_; + int model_type_; + int model_framework_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; - friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class UploadModuleFileResponse final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UploadModuleFileResponse) */ { +class UpdateMLTrainingMetadata final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UpdateMLTrainingMetadata) */ { public: - inline UploadModuleFileResponse() : UploadModuleFileResponse(nullptr) {} - ~UploadModuleFileResponse() override; - explicit PROTOBUF_CONSTEXPR UploadModuleFileResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline UpdateMLTrainingMetadata() : UpdateMLTrainingMetadata(nullptr) {} + ~UpdateMLTrainingMetadata() override; + explicit PROTOBUF_CONSTEXPR UpdateMLTrainingMetadata(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - UploadModuleFileResponse(const UploadModuleFileResponse& from); - UploadModuleFileResponse(UploadModuleFileResponse&& from) noexcept - : UploadModuleFileResponse() { + UpdateMLTrainingMetadata(const UpdateMLTrainingMetadata& from); + UpdateMLTrainingMetadata(UpdateMLTrainingMetadata&& from) noexcept + : UpdateMLTrainingMetadata() { *this = ::std::move(from); } - inline UploadModuleFileResponse& operator=(const UploadModuleFileResponse& from) { + inline UpdateMLTrainingMetadata& operator=(const UpdateMLTrainingMetadata& from) { CopyFrom(from); return *this; } - inline UploadModuleFileResponse& operator=(UploadModuleFileResponse&& from) noexcept { + inline UpdateMLTrainingMetadata& operator=(UpdateMLTrainingMetadata&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -39424,20 +39440,20 @@ class UploadModuleFileResponse final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const UploadModuleFileResponse& default_instance() { + static const UpdateMLTrainingMetadata& default_instance() { return *internal_default_instance(); } - static inline const UploadModuleFileResponse* internal_default_instance() { - return reinterpret_cast( - &_UploadModuleFileResponse_default_instance_); + static inline const UpdateMLTrainingMetadata* internal_default_instance() { + return reinterpret_cast( + &_UpdateMLTrainingMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 222; + 223; - friend void swap(UploadModuleFileResponse& a, UploadModuleFileResponse& b) { + friend void swap(UpdateMLTrainingMetadata& a, UpdateMLTrainingMetadata& b) { a.Swap(&b); } - inline void Swap(UploadModuleFileResponse* other) { + inline void Swap(UpdateMLTrainingMetadata* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -39450,7 +39466,7 @@ class UploadModuleFileResponse final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(UploadModuleFileResponse* other) { + void UnsafeArenaSwap(UpdateMLTrainingMetadata* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -39458,13 +39474,13 @@ class UploadModuleFileResponse final : // implements Message ---------------------------------------------- - UploadModuleFileResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + UpdateMLTrainingMetadata* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const UploadModuleFileResponse& from); + void CopyFrom(const UpdateMLTrainingMetadata& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UploadModuleFileResponse& from); + void MergeFrom(const UpdateMLTrainingMetadata& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -39481,15 +39497,15 @@ class UploadModuleFileResponse final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(UploadModuleFileResponse* other); + void InternalSwap(UpdateMLTrainingMetadata* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.UploadModuleFileResponse"; + return "viam.app.v1.UpdateMLTrainingMetadata"; } protected: - explicit UploadModuleFileResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit UpdateMLTrainingMetadata(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -39503,53 +39519,70 @@ class UploadModuleFileResponse final : // accessors ------------------------------------------------------- enum : int { - kUrlFieldNumber = 1, + kModelTypeFieldNumber = 1, + kModelFrameworkFieldNumber = 2, + kDraftFieldNumber = 3, }; - // string url = 1 [json_name = "url"]; - void clear_url(); - const std::string& url() const; - template - void set_url(ArgT0&& arg0, ArgT... args); - std::string* mutable_url(); - PROTOBUF_NODISCARD std::string* release_url(); - void set_allocated_url(std::string* url); + // .viam.app.mltraining.v1.ModelType model_type = 1 [json_name = "modelType"]; + void clear_model_type(); + ::viam::app::mltraining::v1::ModelType model_type() const; + void set_model_type(::viam::app::mltraining::v1::ModelType value); private: - const std::string& _internal_url() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_url(const std::string& value); - std::string* _internal_mutable_url(); + ::viam::app::mltraining::v1::ModelType _internal_model_type() const; + void _internal_set_model_type(::viam::app::mltraining::v1::ModelType value); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.UploadModuleFileResponse) - private: + // .viam.app.mltraining.v1.ModelFramework model_framework = 2 [json_name = "modelFramework"]; + void clear_model_framework(); + ::viam::app::mltraining::v1::ModelFramework model_framework() const; + void set_model_framework(::viam::app::mltraining::v1::ModelFramework value); + private: + ::viam::app::mltraining::v1::ModelFramework _internal_model_framework() const; + void _internal_set_model_framework(::viam::app::mltraining::v1::ModelFramework value); + public: + + // bool draft = 3 [json_name = "draft"]; + void clear_draft(); + bool draft() const; + void set_draft(bool value); + private: + bool _internal_draft() const; + void _internal_set_draft(bool value); + public: + + // @@protoc_insertion_point(class_scope:viam.app.v1.UpdateMLTrainingMetadata) + private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr url_; + int model_type_; + int model_framework_; + bool draft_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class GetModuleRequest final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.GetModuleRequest) */ { +class Model final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.Model) */ { public: - inline GetModuleRequest() : GetModuleRequest(nullptr) {} - ~GetModuleRequest() override; - explicit PROTOBUF_CONSTEXPR GetModuleRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline Model() : Model(nullptr) {} + ~Model() override; + explicit PROTOBUF_CONSTEXPR Model(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - GetModuleRequest(const GetModuleRequest& from); - GetModuleRequest(GetModuleRequest&& from) noexcept - : GetModuleRequest() { + Model(const Model& from); + Model(Model&& from) noexcept + : Model() { *this = ::std::move(from); } - inline GetModuleRequest& operator=(const GetModuleRequest& from) { + inline Model& operator=(const Model& from) { CopyFrom(from); return *this; } - inline GetModuleRequest& operator=(GetModuleRequest&& from) noexcept { + inline Model& operator=(Model&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -39572,20 +39605,20 @@ class GetModuleRequest final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const GetModuleRequest& default_instance() { + static const Model& default_instance() { return *internal_default_instance(); } - static inline const GetModuleRequest* internal_default_instance() { - return reinterpret_cast( - &_GetModuleRequest_default_instance_); + static inline const Model* internal_default_instance() { + return reinterpret_cast( + &_Model_default_instance_); } static constexpr int kIndexInFileMessages = - 223; + 224; - friend void swap(GetModuleRequest& a, GetModuleRequest& b) { + friend void swap(Model& a, Model& b) { a.Swap(&b); } - inline void Swap(GetModuleRequest* other) { + inline void Swap(Model* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -39598,7 +39631,7 @@ class GetModuleRequest final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(GetModuleRequest* other) { + void UnsafeArenaSwap(Model* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -39606,13 +39639,13 @@ class GetModuleRequest final : // implements Message ---------------------------------------------- - GetModuleRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + Model* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const GetModuleRequest& from); + void CopyFrom(const Model& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetModuleRequest& from); + void MergeFrom(const Model& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -39629,15 +39662,15 @@ class GetModuleRequest final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(GetModuleRequest* other); + void InternalSwap(Model* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.GetModuleRequest"; + return "viam.app.v1.Model"; } protected: - explicit GetModuleRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit Model(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -39651,37 +39684,101 @@ class GetModuleRequest final : // accessors ------------------------------------------------------- enum : int { - kModuleIdFieldNumber = 1, - kIncludeMarkdownDocumentationFieldNumber = 2, + kSupportedHardwareFieldNumber = 5, + kApiFieldNumber = 1, + kModelFieldNumber = 2, + kMarkdownDocumentationFieldNumber = 3, + kDescriptionFieldNumber = 4, }; - // string module_id = 1 [json_name = "moduleId"]; - void clear_module_id(); - const std::string& module_id() const; + // repeated string supported_hardware = 5 [json_name = "supportedHardware"]; + int supported_hardware_size() const; + private: + int _internal_supported_hardware_size() const; + public: + void clear_supported_hardware(); + const std::string& supported_hardware(int index) const; + std::string* mutable_supported_hardware(int index); + void set_supported_hardware(int index, const std::string& value); + void set_supported_hardware(int index, std::string&& value); + void set_supported_hardware(int index, const char* value); + void set_supported_hardware(int index, const char* value, size_t size); + std::string* add_supported_hardware(); + void add_supported_hardware(const std::string& value); + void add_supported_hardware(std::string&& value); + void add_supported_hardware(const char* value); + void add_supported_hardware(const char* value, size_t size); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& supported_hardware() const; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_supported_hardware(); + private: + const std::string& _internal_supported_hardware(int index) const; + std::string* _internal_add_supported_hardware(); + public: + + // string api = 1 [json_name = "api"]; + void clear_api(); + const std::string& api() const; template - void set_module_id(ArgT0&& arg0, ArgT... args); - std::string* mutable_module_id(); - PROTOBUF_NODISCARD std::string* release_module_id(); - void set_allocated_module_id(std::string* module_id); + void set_api(ArgT0&& arg0, ArgT... args); + std::string* mutable_api(); + PROTOBUF_NODISCARD std::string* release_api(); + void set_allocated_api(std::string* api); private: - const std::string& _internal_module_id() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_module_id(const std::string& value); - std::string* _internal_mutable_module_id(); + const std::string& _internal_api() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_api(const std::string& value); + std::string* _internal_mutable_api(); public: - // optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"]; - bool has_include_markdown_documentation() const; + // string model = 2 [json_name = "model"]; + void clear_model(); + const std::string& model() const; + template + void set_model(ArgT0&& arg0, ArgT... args); + std::string* mutable_model(); + PROTOBUF_NODISCARD std::string* release_model(); + void set_allocated_model(std::string* model); private: - bool _internal_has_include_markdown_documentation() const; + const std::string& _internal_model() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_model(const std::string& value); + std::string* _internal_mutable_model(); public: - void clear_include_markdown_documentation(); - bool include_markdown_documentation() const; - void set_include_markdown_documentation(bool value); + + // optional string markdown_documentation = 3 [json_name = "markdownDocumentation"]; + bool has_markdown_documentation() const; private: - bool _internal_include_markdown_documentation() const; - void _internal_set_include_markdown_documentation(bool value); + bool _internal_has_markdown_documentation() const; + public: + void clear_markdown_documentation(); + const std::string& markdown_documentation() const; + template + void set_markdown_documentation(ArgT0&& arg0, ArgT... args); + std::string* mutable_markdown_documentation(); + PROTOBUF_NODISCARD std::string* release_markdown_documentation(); + void set_allocated_markdown_documentation(std::string* markdown_documentation); + private: + const std::string& _internal_markdown_documentation() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_markdown_documentation(const std::string& value); + std::string* _internal_mutable_markdown_documentation(); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.GetModuleRequest) + // optional string description = 4 [json_name = "description"]; + bool has_description() const; + private: + bool _internal_has_description() const; + public: + void clear_description(); + const std::string& description() const; + template + void set_description(ArgT0&& arg0, ArgT... args); + std::string* mutable_description(); + PROTOBUF_NODISCARD std::string* release_description(); + void set_allocated_description(std::string* description); + private: + const std::string& _internal_description() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_description(const std::string& value); + std::string* _internal_mutable_description(); + public: + + // @@protoc_insertion_point(class_scope:viam.app.v1.Model) private: class _Internal; @@ -39690,30 +39787,33 @@ class GetModuleRequest final : typedef void DestructorSkippable_; ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_id_; - bool include_markdown_documentation_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField supported_hardware_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr api_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr model_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr markdown_documentation_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr description_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class GetModuleResponse final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.GetModuleResponse) */ { +class ModuleFileInfo final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ModuleFileInfo) */ { public: - inline GetModuleResponse() : GetModuleResponse(nullptr) {} - ~GetModuleResponse() override; - explicit PROTOBUF_CONSTEXPR GetModuleResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline ModuleFileInfo() : ModuleFileInfo(nullptr) {} + ~ModuleFileInfo() override; + explicit PROTOBUF_CONSTEXPR ModuleFileInfo(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - GetModuleResponse(const GetModuleResponse& from); - GetModuleResponse(GetModuleResponse&& from) noexcept - : GetModuleResponse() { + ModuleFileInfo(const ModuleFileInfo& from); + ModuleFileInfo(ModuleFileInfo&& from) noexcept + : ModuleFileInfo() { *this = ::std::move(from); } - inline GetModuleResponse& operator=(const GetModuleResponse& from) { + inline ModuleFileInfo& operator=(const ModuleFileInfo& from) { CopyFrom(from); return *this; } - inline GetModuleResponse& operator=(GetModuleResponse&& from) noexcept { + inline ModuleFileInfo& operator=(ModuleFileInfo&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -39736,20 +39836,20 @@ class GetModuleResponse final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const GetModuleResponse& default_instance() { + static const ModuleFileInfo& default_instance() { return *internal_default_instance(); } - static inline const GetModuleResponse* internal_default_instance() { - return reinterpret_cast( - &_GetModuleResponse_default_instance_); + static inline const ModuleFileInfo* internal_default_instance() { + return reinterpret_cast( + &_ModuleFileInfo_default_instance_); } static constexpr int kIndexInFileMessages = - 224; + 225; - friend void swap(GetModuleResponse& a, GetModuleResponse& b) { + friend void swap(ModuleFileInfo& a, ModuleFileInfo& b) { a.Swap(&b); } - inline void Swap(GetModuleResponse* other) { + inline void Swap(ModuleFileInfo* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -39762,7 +39862,7 @@ class GetModuleResponse final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(GetModuleResponse* other) { + void UnsafeArenaSwap(ModuleFileInfo* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -39770,13 +39870,13 @@ class GetModuleResponse final : // implements Message ---------------------------------------------- - GetModuleResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + ModuleFileInfo* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const GetModuleResponse& from); + void CopyFrom(const ModuleFileInfo& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetModuleResponse& from); + void MergeFrom(const ModuleFileInfo& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -39793,15 +39893,15 @@ class GetModuleResponse final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(GetModuleResponse* other); + void InternalSwap(ModuleFileInfo* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.GetModuleResponse"; + return "viam.app.v1.ModuleFileInfo"; } protected: - explicit GetModuleResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit ModuleFileInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -39815,57 +39915,111 @@ class GetModuleResponse final : // accessors ------------------------------------------------------- enum : int { - kModuleFieldNumber = 1, + kPlatformTagsFieldNumber = 5, + kModuleIdFieldNumber = 1, + kVersionFieldNumber = 2, + kPlatformFieldNumber = 3, }; - // .viam.app.v1.Module module = 1 [json_name = "module"]; - bool has_module() const; + // repeated string platform_tags = 5 [json_name = "platformTags"]; + int platform_tags_size() const; private: - bool _internal_has_module() const; + int _internal_platform_tags_size() const; public: - void clear_module(); - const ::viam::app::v1::Module& module() const; - PROTOBUF_NODISCARD ::viam::app::v1::Module* release_module(); - ::viam::app::v1::Module* mutable_module(); - void set_allocated_module(::viam::app::v1::Module* module); + void clear_platform_tags(); + const std::string& platform_tags(int index) const; + std::string* mutable_platform_tags(int index); + void set_platform_tags(int index, const std::string& value); + void set_platform_tags(int index, std::string&& value); + void set_platform_tags(int index, const char* value); + void set_platform_tags(int index, const char* value, size_t size); + std::string* add_platform_tags(); + void add_platform_tags(const std::string& value); + void add_platform_tags(std::string&& value); + void add_platform_tags(const char* value); + void add_platform_tags(const char* value, size_t size); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& platform_tags() const; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_platform_tags(); private: - const ::viam::app::v1::Module& _internal_module() const; - ::viam::app::v1::Module* _internal_mutable_module(); + const std::string& _internal_platform_tags(int index) const; + std::string* _internal_add_platform_tags(); public: - void unsafe_arena_set_allocated_module( - ::viam::app::v1::Module* module); - ::viam::app::v1::Module* unsafe_arena_release_module(); - // @@protoc_insertion_point(class_scope:viam.app.v1.GetModuleResponse) + // string module_id = 1 [json_name = "moduleId"]; + void clear_module_id(); + const std::string& module_id() const; + template + void set_module_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_module_id(); + PROTOBUF_NODISCARD std::string* release_module_id(); + void set_allocated_module_id(std::string* module_id); + private: + const std::string& _internal_module_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_module_id(const std::string& value); + std::string* _internal_mutable_module_id(); + public: + + // string version = 2 [json_name = "version"]; + void clear_version(); + const std::string& version() const; + template + void set_version(ArgT0&& arg0, ArgT... args); + std::string* mutable_version(); + PROTOBUF_NODISCARD std::string* release_version(); + void set_allocated_version(std::string* version); + private: + const std::string& _internal_version() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_version(const std::string& value); + std::string* _internal_mutable_version(); + public: + + // string platform = 3 [json_name = "platform"]; + void clear_platform(); + const std::string& platform() const; + template + void set_platform(ArgT0&& arg0, ArgT... args); + std::string* mutable_platform(); + PROTOBUF_NODISCARD std::string* release_platform(); + void set_allocated_platform(std::string* platform); + private: + const std::string& _internal_platform() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_platform(const std::string& value); + std::string* _internal_mutable_platform(); + public: + + // @@protoc_insertion_point(class_scope:viam.app.v1.ModuleFileInfo) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::viam::app::v1::Module* module_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField platform_tags_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr version_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr platform_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class Module final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.Module) */ { +class UploadModuleFileRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UploadModuleFileRequest) */ { public: - inline Module() : Module(nullptr) {} - ~Module() override; - explicit PROTOBUF_CONSTEXPR Module(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline UploadModuleFileRequest() : UploadModuleFileRequest(nullptr) {} + ~UploadModuleFileRequest() override; + explicit PROTOBUF_CONSTEXPR UploadModuleFileRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - Module(const Module& from); - Module(Module&& from) noexcept - : Module() { + UploadModuleFileRequest(const UploadModuleFileRequest& from); + UploadModuleFileRequest(UploadModuleFileRequest&& from) noexcept + : UploadModuleFileRequest() { *this = ::std::move(from); } - inline Module& operator=(const Module& from) { + inline UploadModuleFileRequest& operator=(const UploadModuleFileRequest& from) { CopyFrom(from); return *this; } - inline Module& operator=(Module&& from) noexcept { + inline UploadModuleFileRequest& operator=(UploadModuleFileRequest&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -39888,20 +40042,26 @@ class Module final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const Module& default_instance() { + static const UploadModuleFileRequest& default_instance() { return *internal_default_instance(); } - static inline const Module* internal_default_instance() { - return reinterpret_cast( - &_Module_default_instance_); + enum ModuleFileCase { + kModuleFileInfo = 1, + kFile = 2, + MODULE_FILE_NOT_SET = 0, + }; + + static inline const UploadModuleFileRequest* internal_default_instance() { + return reinterpret_cast( + &_UploadModuleFileRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 225; + 226; - friend void swap(Module& a, Module& b) { + friend void swap(UploadModuleFileRequest& a, UploadModuleFileRequest& b) { a.Swap(&b); } - inline void Swap(Module* other) { + inline void Swap(UploadModuleFileRequest* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -39914,7 +40074,7 @@ class Module final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(Module* other) { + void UnsafeArenaSwap(UploadModuleFileRequest* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -39922,13 +40082,13 @@ class Module final : // implements Message ---------------------------------------------- - Module* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + UploadModuleFileRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const Module& from); + void CopyFrom(const UploadModuleFileRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Module& from); + void MergeFrom(const UploadModuleFileRequest& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -39945,15 +40105,15 @@ class Module final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(Module* other); + void InternalSwap(UploadModuleFileRequest* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.Module"; + return "viam.app.v1.UploadModuleFileRequest"; } protected: - explicit Module(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit UploadModuleFileRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -39967,105 +40127,194 @@ class Module final : // accessors ------------------------------------------------------- enum : int { - kVersionsFieldNumber = 4, - kModelsFieldNumber = 7, - kAppsFieldNumber = 15, - kModuleIdFieldNumber = 1, - kNameFieldNumber = 2, - kUrlFieldNumber = 5, - kDescriptionFieldNumber = 6, - kOrganizationIdFieldNumber = 10, - kEntrypointFieldNumber = 11, - kPublicNamespaceFieldNumber = 12, - kFirstRunFieldNumber = 13, - kMarkdownDescriptionFieldNumber = 14, - kTotalRobotUsageFieldNumber = 8, - kTotalOrganizationUsageFieldNumber = 9, - kVisibilityFieldNumber = 3, + kModuleFileInfoFieldNumber = 1, + kFileFieldNumber = 2, }; - // repeated .viam.app.v1.VersionHistory versions = 4 [json_name = "versions"]; - int versions_size() const; + // .viam.app.v1.ModuleFileInfo module_file_info = 1 [json_name = "moduleFileInfo"]; + bool has_module_file_info() const; private: - int _internal_versions_size() const; + bool _internal_has_module_file_info() const; public: - void clear_versions(); - ::viam::app::v1::VersionHistory* mutable_versions(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::VersionHistory >* - mutable_versions(); + void clear_module_file_info(); + const ::viam::app::v1::ModuleFileInfo& module_file_info() const; + PROTOBUF_NODISCARD ::viam::app::v1::ModuleFileInfo* release_module_file_info(); + ::viam::app::v1::ModuleFileInfo* mutable_module_file_info(); + void set_allocated_module_file_info(::viam::app::v1::ModuleFileInfo* module_file_info); private: - const ::viam::app::v1::VersionHistory& _internal_versions(int index) const; - ::viam::app::v1::VersionHistory* _internal_add_versions(); + const ::viam::app::v1::ModuleFileInfo& _internal_module_file_info() const; + ::viam::app::v1::ModuleFileInfo* _internal_mutable_module_file_info(); public: - const ::viam::app::v1::VersionHistory& versions(int index) const; - ::viam::app::v1::VersionHistory* add_versions(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::VersionHistory >& - versions() const; + void unsafe_arena_set_allocated_module_file_info( + ::viam::app::v1::ModuleFileInfo* module_file_info); + ::viam::app::v1::ModuleFileInfo* unsafe_arena_release_module_file_info(); - // repeated .viam.app.v1.Model models = 7 [json_name = "models"]; - int models_size() const; + // bytes file = 2 [json_name = "file"]; + bool has_file() const; private: - int _internal_models_size() const; + bool _internal_has_file() const; public: - void clear_models(); - ::viam::app::v1::Model* mutable_models(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >* - mutable_models(); + void clear_file(); + const std::string& file() const; + template + void set_file(ArgT0&& arg0, ArgT... args); + std::string* mutable_file(); + PROTOBUF_NODISCARD std::string* release_file(); + void set_allocated_file(std::string* file); private: - const ::viam::app::v1::Model& _internal_models(int index) const; - ::viam::app::v1::Model* _internal_add_models(); + const std::string& _internal_file() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_file(const std::string& value); + std::string* _internal_mutable_file(); public: - const ::viam::app::v1::Model& models(int index) const; - ::viam::app::v1::Model* add_models(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >& - models() const; - // repeated .viam.app.v1.App apps = 15 [json_name = "apps"]; - int apps_size() const; - private: - int _internal_apps_size() const; - public: - void clear_apps(); - ::viam::app::v1::App* mutable_apps(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >* - mutable_apps(); - private: - const ::viam::app::v1::App& _internal_apps(int index) const; - ::viam::app::v1::App* _internal_add_apps(); - public: - const ::viam::app::v1::App& apps(int index) const; - ::viam::app::v1::App* add_apps(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >& - apps() const; + void clear_module_file(); + ModuleFileCase module_file_case() const; + // @@protoc_insertion_point(class_scope:viam.app.v1.UploadModuleFileRequest) + private: + class _Internal; + void set_has_module_file_info(); + void set_has_file(); - // string module_id = 1 [json_name = "moduleId"]; - void clear_module_id(); - const std::string& module_id() const; - template - void set_module_id(ArgT0&& arg0, ArgT... args); - std::string* mutable_module_id(); - PROTOBUF_NODISCARD std::string* release_module_id(); - void set_allocated_module_id(std::string* module_id); - private: - const std::string& _internal_module_id() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_module_id(const std::string& value); - std::string* _internal_mutable_module_id(); - public: + inline bool has_module_file() const; + inline void clear_has_module_file(); - // string name = 2 [json_name = "name"]; - void clear_name(); - const std::string& name() const; - template - void set_name(ArgT0&& arg0, ArgT... args); - std::string* mutable_name(); - PROTOBUF_NODISCARD std::string* release_name(); - void set_allocated_name(std::string* name); - private: - const std::string& _internal_name() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value); - std::string* _internal_mutable_name(); - public: + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + union ModuleFileUnion { + constexpr ModuleFileUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::viam::app::v1::ModuleFileInfo* module_file_info_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr file_; + } module_file_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; - // string url = 5 [json_name = "url"]; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class UploadModuleFileResponse final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UploadModuleFileResponse) */ { + public: + inline UploadModuleFileResponse() : UploadModuleFileResponse(nullptr) {} + ~UploadModuleFileResponse() override; + explicit PROTOBUF_CONSTEXPR UploadModuleFileResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + UploadModuleFileResponse(const UploadModuleFileResponse& from); + UploadModuleFileResponse(UploadModuleFileResponse&& from) noexcept + : UploadModuleFileResponse() { + *this = ::std::move(from); + } + + inline UploadModuleFileResponse& operator=(const UploadModuleFileResponse& from) { + CopyFrom(from); + return *this; + } + inline UploadModuleFileResponse& operator=(UploadModuleFileResponse&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return default_instance().GetMetadata().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return default_instance().GetMetadata().reflection; + } + static const UploadModuleFileResponse& default_instance() { + return *internal_default_instance(); + } + static inline const UploadModuleFileResponse* internal_default_instance() { + return reinterpret_cast( + &_UploadModuleFileResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 227; + + friend void swap(UploadModuleFileResponse& a, UploadModuleFileResponse& b) { + a.Swap(&b); + } + inline void Swap(UploadModuleFileResponse* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(UploadModuleFileResponse* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + UploadModuleFileResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const UploadModuleFileResponse& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const UploadModuleFileResponse& from); + private: + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + public: + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + uint8_t* _InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(UploadModuleFileResponse* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.UploadModuleFileResponse"; + } + protected: + explicit UploadModuleFileResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned = false); + public: + + static const ClassData _class_data_; + const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final; + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kUrlFieldNumber = 1, + }; + // string url = 1 [json_name = "url"]; void clear_url(); const std::string& url() const; template @@ -40079,21 +40328,1313 @@ class Module final : std::string* _internal_mutable_url(); public: - // string description = 6 [json_name = "description"]; - void clear_description(); - const std::string& description() const; - template - void set_description(ArgT0&& arg0, ArgT... args); - std::string* mutable_description(); - PROTOBUF_NODISCARD std::string* release_description(); - void set_allocated_description(std::string* description); + // @@protoc_insertion_point(class_scope:viam.app.v1.UploadModuleFileResponse) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr url_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class GetModuleRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.GetModuleRequest) */ { + public: + inline GetModuleRequest() : GetModuleRequest(nullptr) {} + ~GetModuleRequest() override; + explicit PROTOBUF_CONSTEXPR GetModuleRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + GetModuleRequest(const GetModuleRequest& from); + GetModuleRequest(GetModuleRequest&& from) noexcept + : GetModuleRequest() { + *this = ::std::move(from); + } + + inline GetModuleRequest& operator=(const GetModuleRequest& from) { + CopyFrom(from); + return *this; + } + inline GetModuleRequest& operator=(GetModuleRequest&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return default_instance().GetMetadata().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return default_instance().GetMetadata().reflection; + } + static const GetModuleRequest& default_instance() { + return *internal_default_instance(); + } + static inline const GetModuleRequest* internal_default_instance() { + return reinterpret_cast( + &_GetModuleRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 228; + + friend void swap(GetModuleRequest& a, GetModuleRequest& b) { + a.Swap(&b); + } + inline void Swap(GetModuleRequest* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(GetModuleRequest* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + GetModuleRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const GetModuleRequest& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const GetModuleRequest& from); + private: + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + public: + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + uint8_t* _InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(GetModuleRequest* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.GetModuleRequest"; + } + protected: + explicit GetModuleRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned = false); + public: + + static const ClassData _class_data_; + const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final; + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kModuleIdFieldNumber = 1, + kIncludeMarkdownDocumentationFieldNumber = 2, + }; + // string module_id = 1 [json_name = "moduleId"]; + void clear_module_id(); + const std::string& module_id() const; + template + void set_module_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_module_id(); + PROTOBUF_NODISCARD std::string* release_module_id(); + void set_allocated_module_id(std::string* module_id); + private: + const std::string& _internal_module_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_module_id(const std::string& value); + std::string* _internal_mutable_module_id(); + public: + + // optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"]; + bool has_include_markdown_documentation() const; + private: + bool _internal_has_include_markdown_documentation() const; + public: + void clear_include_markdown_documentation(); + bool include_markdown_documentation() const; + void set_include_markdown_documentation(bool value); + private: + bool _internal_include_markdown_documentation() const; + void _internal_set_include_markdown_documentation(bool value); + public: + + // @@protoc_insertion_point(class_scope:viam.app.v1.GetModuleRequest) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_id_; + bool include_markdown_documentation_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class GetModuleResponse final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.GetModuleResponse) */ { + public: + inline GetModuleResponse() : GetModuleResponse(nullptr) {} + ~GetModuleResponse() override; + explicit PROTOBUF_CONSTEXPR GetModuleResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + GetModuleResponse(const GetModuleResponse& from); + GetModuleResponse(GetModuleResponse&& from) noexcept + : GetModuleResponse() { + *this = ::std::move(from); + } + + inline GetModuleResponse& operator=(const GetModuleResponse& from) { + CopyFrom(from); + return *this; + } + inline GetModuleResponse& operator=(GetModuleResponse&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return default_instance().GetMetadata().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return default_instance().GetMetadata().reflection; + } + static const GetModuleResponse& default_instance() { + return *internal_default_instance(); + } + static inline const GetModuleResponse* internal_default_instance() { + return reinterpret_cast( + &_GetModuleResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 229; + + friend void swap(GetModuleResponse& a, GetModuleResponse& b) { + a.Swap(&b); + } + inline void Swap(GetModuleResponse* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(GetModuleResponse* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + GetModuleResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const GetModuleResponse& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const GetModuleResponse& from); + private: + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + public: + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + uint8_t* _InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(GetModuleResponse* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.GetModuleResponse"; + } + protected: + explicit GetModuleResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned = false); + public: + + static const ClassData _class_data_; + const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final; + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kModuleFieldNumber = 1, + }; + // .viam.app.v1.Module module = 1 [json_name = "module"]; + bool has_module() const; + private: + bool _internal_has_module() const; + public: + void clear_module(); + const ::viam::app::v1::Module& module() const; + PROTOBUF_NODISCARD ::viam::app::v1::Module* release_module(); + ::viam::app::v1::Module* mutable_module(); + void set_allocated_module(::viam::app::v1::Module* module); + private: + const ::viam::app::v1::Module& _internal_module() const; + ::viam::app::v1::Module* _internal_mutable_module(); + public: + void unsafe_arena_set_allocated_module( + ::viam::app::v1::Module* module); + ::viam::app::v1::Module* unsafe_arena_release_module(); + + // @@protoc_insertion_point(class_scope:viam.app.v1.GetModuleResponse) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::viam::app::v1::Module* module_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class Module final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.Module) */ { + public: + inline Module() : Module(nullptr) {} + ~Module() override; + explicit PROTOBUF_CONSTEXPR Module(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + Module(const Module& from); + Module(Module&& from) noexcept + : Module() { + *this = ::std::move(from); + } + + inline Module& operator=(const Module& from) { + CopyFrom(from); + return *this; + } + inline Module& operator=(Module&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return default_instance().GetMetadata().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return default_instance().GetMetadata().reflection; + } + static const Module& default_instance() { + return *internal_default_instance(); + } + static inline const Module* internal_default_instance() { + return reinterpret_cast( + &_Module_default_instance_); + } + static constexpr int kIndexInFileMessages = + 230; + + friend void swap(Module& a, Module& b) { + a.Swap(&b); + } + inline void Swap(Module* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(Module* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + Module* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const Module& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const Module& from); + private: + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + public: + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + uint8_t* _InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(Module* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.Module"; + } + protected: + explicit Module(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned = false); + public: + + static const ClassData _class_data_; + const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final; + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kVersionsFieldNumber = 4, + kModelsFieldNumber = 7, + kAppsFieldNumber = 15, + kModuleIdFieldNumber = 1, + kNameFieldNumber = 2, + kUrlFieldNumber = 5, + kDescriptionFieldNumber = 6, + kOrganizationIdFieldNumber = 10, + kEntrypointFieldNumber = 11, + kPublicNamespaceFieldNumber = 12, + kFirstRunFieldNumber = 13, + kMarkdownDescriptionFieldNumber = 14, + kDeprecatedStatusFieldNumber = 16, + kTotalRobotUsageFieldNumber = 8, + kTotalOrganizationUsageFieldNumber = 9, + kVisibilityFieldNumber = 3, + }; + // repeated .viam.app.v1.VersionHistory versions = 4 [json_name = "versions"]; + int versions_size() const; + private: + int _internal_versions_size() const; + public: + void clear_versions(); + ::viam::app::v1::VersionHistory* mutable_versions(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::VersionHistory >* + mutable_versions(); + private: + const ::viam::app::v1::VersionHistory& _internal_versions(int index) const; + ::viam::app::v1::VersionHistory* _internal_add_versions(); + public: + const ::viam::app::v1::VersionHistory& versions(int index) const; + ::viam::app::v1::VersionHistory* add_versions(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::VersionHistory >& + versions() const; + + // repeated .viam.app.v1.Model models = 7 [json_name = "models"]; + int models_size() const; + private: + int _internal_models_size() const; + public: + void clear_models(); + ::viam::app::v1::Model* mutable_models(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >* + mutable_models(); + private: + const ::viam::app::v1::Model& _internal_models(int index) const; + ::viam::app::v1::Model* _internal_add_models(); + public: + const ::viam::app::v1::Model& models(int index) const; + ::viam::app::v1::Model* add_models(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >& + models() const; + + // repeated .viam.app.v1.App apps = 15 [json_name = "apps"]; + int apps_size() const; + private: + int _internal_apps_size() const; + public: + void clear_apps(); + ::viam::app::v1::App* mutable_apps(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >* + mutable_apps(); + private: + const ::viam::app::v1::App& _internal_apps(int index) const; + ::viam::app::v1::App* _internal_add_apps(); + public: + const ::viam::app::v1::App& apps(int index) const; + ::viam::app::v1::App* add_apps(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >& + apps() const; + + // string module_id = 1 [json_name = "moduleId"]; + void clear_module_id(); + const std::string& module_id() const; + template + void set_module_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_module_id(); + PROTOBUF_NODISCARD std::string* release_module_id(); + void set_allocated_module_id(std::string* module_id); + private: + const std::string& _internal_module_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_module_id(const std::string& value); + std::string* _internal_mutable_module_id(); + public: + + // string name = 2 [json_name = "name"]; + void clear_name(); + const std::string& name() const; + template + void set_name(ArgT0&& arg0, ArgT... args); + std::string* mutable_name(); + PROTOBUF_NODISCARD std::string* release_name(); + void set_allocated_name(std::string* name); + private: + const std::string& _internal_name() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value); + std::string* _internal_mutable_name(); + public: + + // string url = 5 [json_name = "url"]; + void clear_url(); + const std::string& url() const; + template + void set_url(ArgT0&& arg0, ArgT... args); + std::string* mutable_url(); + PROTOBUF_NODISCARD std::string* release_url(); + void set_allocated_url(std::string* url); + private: + const std::string& _internal_url() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_url(const std::string& value); + std::string* _internal_mutable_url(); + public: + + // string description = 6 [json_name = "description"]; + void clear_description(); + const std::string& description() const; + template + void set_description(ArgT0&& arg0, ArgT... args); + std::string* mutable_description(); + PROTOBUF_NODISCARD std::string* release_description(); + void set_allocated_description(std::string* description); + private: + const std::string& _internal_description() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_description(const std::string& value); + std::string* _internal_mutable_description(); + public: + + // string organization_id = 10 [json_name = "organizationId"]; + void clear_organization_id(); + const std::string& organization_id() const; + template + void set_organization_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_organization_id(); + PROTOBUF_NODISCARD std::string* release_organization_id(); + void set_allocated_organization_id(std::string* organization_id); + private: + const std::string& _internal_organization_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_organization_id(const std::string& value); + std::string* _internal_mutable_organization_id(); + public: + + // string entrypoint = 11 [json_name = "entrypoint"]; + void clear_entrypoint(); + const std::string& entrypoint() const; + template + void set_entrypoint(ArgT0&& arg0, ArgT... args); + std::string* mutable_entrypoint(); + PROTOBUF_NODISCARD std::string* release_entrypoint(); + void set_allocated_entrypoint(std::string* entrypoint); + private: + const std::string& _internal_entrypoint() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_entrypoint(const std::string& value); + std::string* _internal_mutable_entrypoint(); + public: + + // string public_namespace = 12 [json_name = "publicNamespace"]; + void clear_public_namespace(); + const std::string& public_namespace() const; + template + void set_public_namespace(ArgT0&& arg0, ArgT... args); + std::string* mutable_public_namespace(); + PROTOBUF_NODISCARD std::string* release_public_namespace(); + void set_allocated_public_namespace(std::string* public_namespace); + private: + const std::string& _internal_public_namespace() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_public_namespace(const std::string& value); + std::string* _internal_mutable_public_namespace(); + public: + + // optional string first_run = 13 [json_name = "firstRun"]; + bool has_first_run() const; + private: + bool _internal_has_first_run() const; + public: + void clear_first_run(); + const std::string& first_run() const; + template + void set_first_run(ArgT0&& arg0, ArgT... args); + std::string* mutable_first_run(); + PROTOBUF_NODISCARD std::string* release_first_run(); + void set_allocated_first_run(std::string* first_run); + private: + const std::string& _internal_first_run() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_first_run(const std::string& value); + std::string* _internal_mutable_first_run(); + public: + + // optional string markdown_description = 14 [json_name = "markdownDescription"]; + bool has_markdown_description() const; + private: + bool _internal_has_markdown_description() const; + public: + void clear_markdown_description(); + const std::string& markdown_description() const; + template + void set_markdown_description(ArgT0&& arg0, ArgT... args); + std::string* mutable_markdown_description(); + PROTOBUF_NODISCARD std::string* release_markdown_description(); + void set_allocated_markdown_description(std::string* markdown_description); + private: + const std::string& _internal_markdown_description() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_markdown_description(const std::string& value); + std::string* _internal_mutable_markdown_description(); + public: + + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 16 [json_name = "deprecatedStatus"]; + bool has_deprecated_status() const; + private: + bool _internal_has_deprecated_status() const; + public: + void clear_deprecated_status(); + const ::viam::app::v1::DeprecatedStatus& deprecated_status() const; + PROTOBUF_NODISCARD ::viam::app::v1::DeprecatedStatus* release_deprecated_status(); + ::viam::app::v1::DeprecatedStatus* mutable_deprecated_status(); + void set_allocated_deprecated_status(::viam::app::v1::DeprecatedStatus* deprecated_status); + private: + const ::viam::app::v1::DeprecatedStatus& _internal_deprecated_status() const; + ::viam::app::v1::DeprecatedStatus* _internal_mutable_deprecated_status(); + public: + void unsafe_arena_set_allocated_deprecated_status( + ::viam::app::v1::DeprecatedStatus* deprecated_status); + ::viam::app::v1::DeprecatedStatus* unsafe_arena_release_deprecated_status(); + + // int64 total_robot_usage = 8 [json_name = "totalRobotUsage"]; + void clear_total_robot_usage(); + int64_t total_robot_usage() const; + void set_total_robot_usage(int64_t value); + private: + int64_t _internal_total_robot_usage() const; + void _internal_set_total_robot_usage(int64_t value); + public: + + // int64 total_organization_usage = 9 [json_name = "totalOrganizationUsage"]; + void clear_total_organization_usage(); + int64_t total_organization_usage() const; + void set_total_organization_usage(int64_t value); + private: + int64_t _internal_total_organization_usage() const; + void _internal_set_total_organization_usage(int64_t value); + public: + + // .viam.app.v1.Visibility visibility = 3 [json_name = "visibility"]; + void clear_visibility(); + ::viam::app::v1::Visibility visibility() const; + void set_visibility(::viam::app::v1::Visibility value); + private: + ::viam::app::v1::Visibility _internal_visibility() const; + void _internal_set_visibility(::viam::app::v1::Visibility value); + public: + + // @@protoc_insertion_point(class_scope:viam.app.v1.Module) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::VersionHistory > versions_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model > models_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App > apps_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr url_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr description_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr organization_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entrypoint_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr public_namespace_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr first_run_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr markdown_description_; + ::viam::app::v1::DeprecatedStatus* deprecated_status_; + int64_t total_robot_usage_; + int64_t total_organization_usage_; + int visibility_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class VersionHistory final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.VersionHistory) */ { + public: + inline VersionHistory() : VersionHistory(nullptr) {} + ~VersionHistory() override; + explicit PROTOBUF_CONSTEXPR VersionHistory(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + VersionHistory(const VersionHistory& from); + VersionHistory(VersionHistory&& from) noexcept + : VersionHistory() { + *this = ::std::move(from); + } + + inline VersionHistory& operator=(const VersionHistory& from) { + CopyFrom(from); + return *this; + } + inline VersionHistory& operator=(VersionHistory&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return default_instance().GetMetadata().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return default_instance().GetMetadata().reflection; + } + static const VersionHistory& default_instance() { + return *internal_default_instance(); + } + static inline const VersionHistory* internal_default_instance() { + return reinterpret_cast( + &_VersionHistory_default_instance_); + } + static constexpr int kIndexInFileMessages = + 231; + + friend void swap(VersionHistory& a, VersionHistory& b) { + a.Swap(&b); + } + inline void Swap(VersionHistory* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(VersionHistory* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + VersionHistory* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const VersionHistory& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const VersionHistory& from); + private: + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + public: + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + uint8_t* _InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(VersionHistory* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.VersionHistory"; + } + protected: + explicit VersionHistory(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned = false); + public: + + static const ClassData _class_data_; + const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final; + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kFilesFieldNumber = 2, + kModelsFieldNumber = 3, + kAppsFieldNumber = 7, + kVersionFieldNumber = 1, + kEntrypointFieldNumber = 4, + kFirstRunFieldNumber = 5, + kMarkdownDescriptionFieldNumber = 6, + kDeprecatedStatusFieldNumber = 8, + }; + // repeated .viam.app.v1.Uploads files = 2 [json_name = "files"]; + int files_size() const; + private: + int _internal_files_size() const; + public: + void clear_files(); + ::viam::app::v1::Uploads* mutable_files(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Uploads >* + mutable_files(); + private: + const ::viam::app::v1::Uploads& _internal_files(int index) const; + ::viam::app::v1::Uploads* _internal_add_files(); + public: + const ::viam::app::v1::Uploads& files(int index) const; + ::viam::app::v1::Uploads* add_files(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Uploads >& + files() const; + + // repeated .viam.app.v1.Model models = 3 [json_name = "models"]; + int models_size() const; + private: + int _internal_models_size() const; + public: + void clear_models(); + ::viam::app::v1::Model* mutable_models(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >* + mutable_models(); + private: + const ::viam::app::v1::Model& _internal_models(int index) const; + ::viam::app::v1::Model* _internal_add_models(); + public: + const ::viam::app::v1::Model& models(int index) const; + ::viam::app::v1::Model* add_models(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >& + models() const; + + // repeated .viam.app.v1.App apps = 7 [json_name = "apps"]; + int apps_size() const; + private: + int _internal_apps_size() const; + public: + void clear_apps(); + ::viam::app::v1::App* mutable_apps(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >* + mutable_apps(); + private: + const ::viam::app::v1::App& _internal_apps(int index) const; + ::viam::app::v1::App* _internal_add_apps(); + public: + const ::viam::app::v1::App& apps(int index) const; + ::viam::app::v1::App* add_apps(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >& + apps() const; + + // string version = 1 [json_name = "version"]; + void clear_version(); + const std::string& version() const; + template + void set_version(ArgT0&& arg0, ArgT... args); + std::string* mutable_version(); + PROTOBUF_NODISCARD std::string* release_version(); + void set_allocated_version(std::string* version); + private: + const std::string& _internal_version() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_version(const std::string& value); + std::string* _internal_mutable_version(); + public: + + // string entrypoint = 4 [json_name = "entrypoint"]; + void clear_entrypoint(); + const std::string& entrypoint() const; + template + void set_entrypoint(ArgT0&& arg0, ArgT... args); + std::string* mutable_entrypoint(); + PROTOBUF_NODISCARD std::string* release_entrypoint(); + void set_allocated_entrypoint(std::string* entrypoint); + private: + const std::string& _internal_entrypoint() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_entrypoint(const std::string& value); + std::string* _internal_mutable_entrypoint(); + public: + + // optional string first_run = 5 [json_name = "firstRun"]; + bool has_first_run() const; + private: + bool _internal_has_first_run() const; + public: + void clear_first_run(); + const std::string& first_run() const; + template + void set_first_run(ArgT0&& arg0, ArgT... args); + std::string* mutable_first_run(); + PROTOBUF_NODISCARD std::string* release_first_run(); + void set_allocated_first_run(std::string* first_run); + private: + const std::string& _internal_first_run() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_first_run(const std::string& value); + std::string* _internal_mutable_first_run(); + public: + + // optional string markdown_description = 6 [json_name = "markdownDescription"]; + bool has_markdown_description() const; + private: + bool _internal_has_markdown_description() const; + public: + void clear_markdown_description(); + const std::string& markdown_description() const; + template + void set_markdown_description(ArgT0&& arg0, ArgT... args); + std::string* mutable_markdown_description(); + PROTOBUF_NODISCARD std::string* release_markdown_description(); + void set_allocated_markdown_description(std::string* markdown_description); + private: + const std::string& _internal_markdown_description() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_markdown_description(const std::string& value); + std::string* _internal_mutable_markdown_description(); + public: + + // optional .viam.app.v1.DeprecatedStatus deprecated_status = 8 [json_name = "deprecatedStatus"]; + bool has_deprecated_status() const; + private: + bool _internal_has_deprecated_status() const; + public: + void clear_deprecated_status(); + const ::viam::app::v1::DeprecatedStatus& deprecated_status() const; + PROTOBUF_NODISCARD ::viam::app::v1::DeprecatedStatus* release_deprecated_status(); + ::viam::app::v1::DeprecatedStatus* mutable_deprecated_status(); + void set_allocated_deprecated_status(::viam::app::v1::DeprecatedStatus* deprecated_status); + private: + const ::viam::app::v1::DeprecatedStatus& _internal_deprecated_status() const; + ::viam::app::v1::DeprecatedStatus* _internal_mutable_deprecated_status(); + public: + void unsafe_arena_set_allocated_deprecated_status( + ::viam::app::v1::DeprecatedStatus* deprecated_status); + ::viam::app::v1::DeprecatedStatus* unsafe_arena_release_deprecated_status(); + + // @@protoc_insertion_point(class_scope:viam.app.v1.VersionHistory) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Uploads > files_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model > models_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App > apps_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr version_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entrypoint_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr first_run_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr markdown_description_; + ::viam::app::v1::DeprecatedStatus* deprecated_status_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class Uploads final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.Uploads) */ { + public: + inline Uploads() : Uploads(nullptr) {} + ~Uploads() override; + explicit PROTOBUF_CONSTEXPR Uploads(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + Uploads(const Uploads& from); + Uploads(Uploads&& from) noexcept + : Uploads() { + *this = ::std::move(from); + } + + inline Uploads& operator=(const Uploads& from) { + CopyFrom(from); + return *this; + } + inline Uploads& operator=(Uploads&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return default_instance().GetMetadata().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return default_instance().GetMetadata().reflection; + } + static const Uploads& default_instance() { + return *internal_default_instance(); + } + static inline const Uploads* internal_default_instance() { + return reinterpret_cast( + &_Uploads_default_instance_); + } + static constexpr int kIndexInFileMessages = + 232; + + friend void swap(Uploads& a, Uploads& b) { + a.Swap(&b); + } + inline void Swap(Uploads* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(Uploads* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + Uploads* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const Uploads& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const Uploads& from); + private: + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + public: + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + uint8_t* _InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(Uploads* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.Uploads"; + } + protected: + explicit Uploads(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned = false); + public: + + static const ClassData _class_data_; + const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final; + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kPlatformFieldNumber = 1, + kUploadedAtFieldNumber = 2, + }; + // string platform = 1 [json_name = "platform"]; + void clear_platform(); + const std::string& platform() const; + template + void set_platform(ArgT0&& arg0, ArgT... args); + std::string* mutable_platform(); + PROTOBUF_NODISCARD std::string* release_platform(); + void set_allocated_platform(std::string* platform); + private: + const std::string& _internal_platform() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_platform(const std::string& value); + std::string* _internal_mutable_platform(); + public: + + // .google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"]; + bool has_uploaded_at() const; + private: + bool _internal_has_uploaded_at() const; + public: + void clear_uploaded_at(); + const ::PROTOBUF_NAMESPACE_ID::Timestamp& uploaded_at() const; + PROTOBUF_NODISCARD ::PROTOBUF_NAMESPACE_ID::Timestamp* release_uploaded_at(); + ::PROTOBUF_NAMESPACE_ID::Timestamp* mutable_uploaded_at(); + void set_allocated_uploaded_at(::PROTOBUF_NAMESPACE_ID::Timestamp* uploaded_at); + private: + const ::PROTOBUF_NAMESPACE_ID::Timestamp& _internal_uploaded_at() const; + ::PROTOBUF_NAMESPACE_ID::Timestamp* _internal_mutable_uploaded_at(); + public: + void unsafe_arena_set_allocated_uploaded_at( + ::PROTOBUF_NAMESPACE_ID::Timestamp* uploaded_at); + ::PROTOBUF_NAMESPACE_ID::Timestamp* unsafe_arena_release_uploaded_at(); + + // @@protoc_insertion_point(class_scope:viam.app.v1.Uploads) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr platform_; + ::PROTOBUF_NAMESPACE_ID::Timestamp* uploaded_at_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class ListModulesRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListModulesRequest) */ { + public: + inline ListModulesRequest() : ListModulesRequest(nullptr) {} + ~ListModulesRequest() override; + explicit PROTOBUF_CONSTEXPR ListModulesRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + ListModulesRequest(const ListModulesRequest& from); + ListModulesRequest(ListModulesRequest&& from) noexcept + : ListModulesRequest() { + *this = ::std::move(from); + } + + inline ListModulesRequest& operator=(const ListModulesRequest& from) { + CopyFrom(from); + return *this; + } + inline ListModulesRequest& operator=(ListModulesRequest&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return default_instance().GetMetadata().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return default_instance().GetMetadata().reflection; + } + static const ListModulesRequest& default_instance() { + return *internal_default_instance(); + } + static inline const ListModulesRequest* internal_default_instance() { + return reinterpret_cast( + &_ListModulesRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 233; + + friend void swap(ListModulesRequest& a, ListModulesRequest& b) { + a.Swap(&b); + } + inline void Swap(ListModulesRequest* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(ListModulesRequest* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + ListModulesRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const ListModulesRequest& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const ListModulesRequest& from); + private: + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + public: + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; + uint8_t* _InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ListModulesRequest* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.ListModulesRequest"; + } + protected: + explicit ListModulesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned = false); + public: + + static const ClassData _class_data_; + const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final; + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + enum : int { + kOrganizationIdFieldNumber = 1, + kIncludeMarkdownDocumentationFieldNumber = 2, + }; + // optional string organization_id = 1 [json_name = "organizationId"]; + bool has_organization_id() const; private: - const std::string& _internal_description() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_description(const std::string& value); - std::string* _internal_mutable_description(); + bool _internal_has_organization_id() const; public: - - // string organization_id = 10 [json_name = "organizationId"]; void clear_organization_id(); const std::string& organization_id() const; template @@ -40107,98 +41648,20 @@ class Module final : std::string* _internal_mutable_organization_id(); public: - // string entrypoint = 11 [json_name = "entrypoint"]; - void clear_entrypoint(); - const std::string& entrypoint() const; - template - void set_entrypoint(ArgT0&& arg0, ArgT... args); - std::string* mutable_entrypoint(); - PROTOBUF_NODISCARD std::string* release_entrypoint(); - void set_allocated_entrypoint(std::string* entrypoint); - private: - const std::string& _internal_entrypoint() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_entrypoint(const std::string& value); - std::string* _internal_mutable_entrypoint(); - public: - - // string public_namespace = 12 [json_name = "publicNamespace"]; - void clear_public_namespace(); - const std::string& public_namespace() const; - template - void set_public_namespace(ArgT0&& arg0, ArgT... args); - std::string* mutable_public_namespace(); - PROTOBUF_NODISCARD std::string* release_public_namespace(); - void set_allocated_public_namespace(std::string* public_namespace); - private: - const std::string& _internal_public_namespace() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_public_namespace(const std::string& value); - std::string* _internal_mutable_public_namespace(); - public: - - // optional string first_run = 13 [json_name = "firstRun"]; - bool has_first_run() const; - private: - bool _internal_has_first_run() const; - public: - void clear_first_run(); - const std::string& first_run() const; - template - void set_first_run(ArgT0&& arg0, ArgT... args); - std::string* mutable_first_run(); - PROTOBUF_NODISCARD std::string* release_first_run(); - void set_allocated_first_run(std::string* first_run); - private: - const std::string& _internal_first_run() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_first_run(const std::string& value); - std::string* _internal_mutable_first_run(); - public: - - // optional string markdown_description = 14 [json_name = "markdownDescription"]; - bool has_markdown_description() const; - private: - bool _internal_has_markdown_description() const; - public: - void clear_markdown_description(); - const std::string& markdown_description() const; - template - void set_markdown_description(ArgT0&& arg0, ArgT... args); - std::string* mutable_markdown_description(); - PROTOBUF_NODISCARD std::string* release_markdown_description(); - void set_allocated_markdown_description(std::string* markdown_description); - private: - const std::string& _internal_markdown_description() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_markdown_description(const std::string& value); - std::string* _internal_mutable_markdown_description(); - public: - - // int64 total_robot_usage = 8 [json_name = "totalRobotUsage"]; - void clear_total_robot_usage(); - int64_t total_robot_usage() const; - void set_total_robot_usage(int64_t value); - private: - int64_t _internal_total_robot_usage() const; - void _internal_set_total_robot_usage(int64_t value); - public: - - // int64 total_organization_usage = 9 [json_name = "totalOrganizationUsage"]; - void clear_total_organization_usage(); - int64_t total_organization_usage() const; - void set_total_organization_usage(int64_t value); + // optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"]; + bool has_include_markdown_documentation() const; private: - int64_t _internal_total_organization_usage() const; - void _internal_set_total_organization_usage(int64_t value); + bool _internal_has_include_markdown_documentation() const; public: - - // .viam.app.v1.Visibility visibility = 3 [json_name = "visibility"]; - void clear_visibility(); - ::viam::app::v1::Visibility visibility() const; - void set_visibility(::viam::app::v1::Visibility value); + void clear_include_markdown_documentation(); + bool include_markdown_documentation() const; + void set_include_markdown_documentation(bool value); private: - ::viam::app::v1::Visibility _internal_visibility() const; - void _internal_set_visibility(::viam::app::v1::Visibility value); + bool _internal_include_markdown_documentation() const; + void _internal_set_include_markdown_documentation(bool value); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.Module) + // @@protoc_insertion_point(class_scope:viam.app.v1.ListModulesRequest) private: class _Internal; @@ -40207,43 +41670,30 @@ class Module final : typedef void DestructorSkippable_; ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::VersionHistory > versions_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model > models_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App > apps_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr module_id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr url_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr description_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr organization_id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entrypoint_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr public_namespace_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr first_run_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr markdown_description_; - int64_t total_robot_usage_; - int64_t total_organization_usage_; - int visibility_; + bool include_markdown_documentation_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class VersionHistory final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.VersionHistory) */ { +class ListModulesResponse final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListModulesResponse) */ { public: - inline VersionHistory() : VersionHistory(nullptr) {} - ~VersionHistory() override; - explicit PROTOBUF_CONSTEXPR VersionHistory(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline ListModulesResponse() : ListModulesResponse(nullptr) {} + ~ListModulesResponse() override; + explicit PROTOBUF_CONSTEXPR ListModulesResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - VersionHistory(const VersionHistory& from); - VersionHistory(VersionHistory&& from) noexcept - : VersionHistory() { + ListModulesResponse(const ListModulesResponse& from); + ListModulesResponse(ListModulesResponse&& from) noexcept + : ListModulesResponse() { *this = ::std::move(from); } - inline VersionHistory& operator=(const VersionHistory& from) { + inline ListModulesResponse& operator=(const ListModulesResponse& from) { CopyFrom(from); return *this; } - inline VersionHistory& operator=(VersionHistory&& from) noexcept { + inline ListModulesResponse& operator=(ListModulesResponse&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -40266,20 +41716,20 @@ class VersionHistory final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const VersionHistory& default_instance() { + static const ListModulesResponse& default_instance() { return *internal_default_instance(); } - static inline const VersionHistory* internal_default_instance() { - return reinterpret_cast( - &_VersionHistory_default_instance_); + static inline const ListModulesResponse* internal_default_instance() { + return reinterpret_cast( + &_ListModulesResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 226; + 234; - friend void swap(VersionHistory& a, VersionHistory& b) { + friend void swap(ListModulesResponse& a, ListModulesResponse& b) { a.Swap(&b); } - inline void Swap(VersionHistory* other) { + inline void Swap(ListModulesResponse* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -40292,7 +41742,7 @@ class VersionHistory final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(VersionHistory* other) { + void UnsafeArenaSwap(ListModulesResponse* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -40300,13 +41750,13 @@ class VersionHistory final : // implements Message ---------------------------------------------- - VersionHistory* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + ListModulesResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const VersionHistory& from); + void CopyFrom(const ListModulesResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const VersionHistory& from); + void MergeFrom(const ListModulesResponse& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -40323,15 +41773,15 @@ class VersionHistory final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(VersionHistory* other); + void InternalSwap(ListModulesResponse* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.VersionHistory"; + return "viam.app.v1.ListModulesResponse"; } protected: - explicit VersionHistory(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit ListModulesResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -40345,170 +41795,57 @@ class VersionHistory final : // accessors ------------------------------------------------------- enum : int { - kFilesFieldNumber = 2, - kModelsFieldNumber = 3, - kAppsFieldNumber = 7, - kVersionFieldNumber = 1, - kEntrypointFieldNumber = 4, - kFirstRunFieldNumber = 5, - kMarkdownDescriptionFieldNumber = 6, + kModulesFieldNumber = 1, }; - // repeated .viam.app.v1.Uploads files = 2 [json_name = "files"]; - int files_size() const; - private: - int _internal_files_size() const; - public: - void clear_files(); - ::viam::app::v1::Uploads* mutable_files(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Uploads >* - mutable_files(); - private: - const ::viam::app::v1::Uploads& _internal_files(int index) const; - ::viam::app::v1::Uploads* _internal_add_files(); - public: - const ::viam::app::v1::Uploads& files(int index) const; - ::viam::app::v1::Uploads* add_files(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Uploads >& - files() const; - - // repeated .viam.app.v1.Model models = 3 [json_name = "models"]; - int models_size() const; - private: - int _internal_models_size() const; - public: - void clear_models(); - ::viam::app::v1::Model* mutable_models(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >* - mutable_models(); - private: - const ::viam::app::v1::Model& _internal_models(int index) const; - ::viam::app::v1::Model* _internal_add_models(); - public: - const ::viam::app::v1::Model& models(int index) const; - ::viam::app::v1::Model* add_models(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model >& - models() const; - - // repeated .viam.app.v1.App apps = 7 [json_name = "apps"]; - int apps_size() const; - private: - int _internal_apps_size() const; - public: - void clear_apps(); - ::viam::app::v1::App* mutable_apps(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >* - mutable_apps(); - private: - const ::viam::app::v1::App& _internal_apps(int index) const; - ::viam::app::v1::App* _internal_add_apps(); - public: - const ::viam::app::v1::App& apps(int index) const; - ::viam::app::v1::App* add_apps(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App >& - apps() const; - - // string version = 1 [json_name = "version"]; - void clear_version(); - const std::string& version() const; - template - void set_version(ArgT0&& arg0, ArgT... args); - std::string* mutable_version(); - PROTOBUF_NODISCARD std::string* release_version(); - void set_allocated_version(std::string* version); - private: - const std::string& _internal_version() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_version(const std::string& value); - std::string* _internal_mutable_version(); - public: - - // string entrypoint = 4 [json_name = "entrypoint"]; - void clear_entrypoint(); - const std::string& entrypoint() const; - template - void set_entrypoint(ArgT0&& arg0, ArgT... args); - std::string* mutable_entrypoint(); - PROTOBUF_NODISCARD std::string* release_entrypoint(); - void set_allocated_entrypoint(std::string* entrypoint); - private: - const std::string& _internal_entrypoint() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_entrypoint(const std::string& value); - std::string* _internal_mutable_entrypoint(); - public: - - // optional string first_run = 5 [json_name = "firstRun"]; - bool has_first_run() const; - private: - bool _internal_has_first_run() const; - public: - void clear_first_run(); - const std::string& first_run() const; - template - void set_first_run(ArgT0&& arg0, ArgT... args); - std::string* mutable_first_run(); - PROTOBUF_NODISCARD std::string* release_first_run(); - void set_allocated_first_run(std::string* first_run); - private: - const std::string& _internal_first_run() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_first_run(const std::string& value); - std::string* _internal_mutable_first_run(); - public: - - // optional string markdown_description = 6 [json_name = "markdownDescription"]; - bool has_markdown_description() const; + // repeated .viam.app.v1.Module modules = 1 [json_name = "modules"]; + int modules_size() const; private: - bool _internal_has_markdown_description() const; + int _internal_modules_size() const; public: - void clear_markdown_description(); - const std::string& markdown_description() const; - template - void set_markdown_description(ArgT0&& arg0, ArgT... args); - std::string* mutable_markdown_description(); - PROTOBUF_NODISCARD std::string* release_markdown_description(); - void set_allocated_markdown_description(std::string* markdown_description); + void clear_modules(); + ::viam::app::v1::Module* mutable_modules(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Module >* + mutable_modules(); private: - const std::string& _internal_markdown_description() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_markdown_description(const std::string& value); - std::string* _internal_mutable_markdown_description(); + const ::viam::app::v1::Module& _internal_modules(int index) const; + ::viam::app::v1::Module* _internal_add_modules(); public: + const ::viam::app::v1::Module& modules(int index) const; + ::viam::app::v1::Module* add_modules(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Module >& + modules() const; - // @@protoc_insertion_point(class_scope:viam.app.v1.VersionHistory) + // @@protoc_insertion_point(class_scope:viam.app.v1.ListModulesResponse) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Module > modules_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Uploads > files_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Model > models_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::App > apps_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr version_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entrypoint_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr first_run_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr markdown_description_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class Uploads final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.Uploads) */ { +class DeprecateRegistryItemVersionRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.DeprecateRegistryItemVersionRequest) */ { public: - inline Uploads() : Uploads(nullptr) {} - ~Uploads() override; - explicit PROTOBUF_CONSTEXPR Uploads(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline DeprecateRegistryItemVersionRequest() : DeprecateRegistryItemVersionRequest(nullptr) {} + ~DeprecateRegistryItemVersionRequest() override; + explicit PROTOBUF_CONSTEXPR DeprecateRegistryItemVersionRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - Uploads(const Uploads& from); - Uploads(Uploads&& from) noexcept - : Uploads() { + DeprecateRegistryItemVersionRequest(const DeprecateRegistryItemVersionRequest& from); + DeprecateRegistryItemVersionRequest(DeprecateRegistryItemVersionRequest&& from) noexcept + : DeprecateRegistryItemVersionRequest() { *this = ::std::move(from); } - inline Uploads& operator=(const Uploads& from) { + inline DeprecateRegistryItemVersionRequest& operator=(const DeprecateRegistryItemVersionRequest& from) { CopyFrom(from); return *this; } - inline Uploads& operator=(Uploads&& from) noexcept { + inline DeprecateRegistryItemVersionRequest& operator=(DeprecateRegistryItemVersionRequest&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -40531,20 +41868,20 @@ class Uploads final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const Uploads& default_instance() { + static const DeprecateRegistryItemVersionRequest& default_instance() { return *internal_default_instance(); } - static inline const Uploads* internal_default_instance() { - return reinterpret_cast( - &_Uploads_default_instance_); + static inline const DeprecateRegistryItemVersionRequest* internal_default_instance() { + return reinterpret_cast( + &_DeprecateRegistryItemVersionRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 227; + 235; - friend void swap(Uploads& a, Uploads& b) { + friend void swap(DeprecateRegistryItemVersionRequest& a, DeprecateRegistryItemVersionRequest& b) { a.Swap(&b); } - inline void Swap(Uploads* other) { + inline void Swap(DeprecateRegistryItemVersionRequest* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -40557,7 +41894,7 @@ class Uploads final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(Uploads* other) { + void UnsafeArenaSwap(DeprecateRegistryItemVersionRequest* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -40565,13 +41902,13 @@ class Uploads final : // implements Message ---------------------------------------------- - Uploads* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + DeprecateRegistryItemVersionRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const Uploads& from); + void CopyFrom(const DeprecateRegistryItemVersionRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Uploads& from); + void MergeFrom(const DeprecateRegistryItemVersionRequest& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -40588,15 +41925,15 @@ class Uploads final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(Uploads* other); + void InternalSwap(DeprecateRegistryItemVersionRequest* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.Uploads"; + return "viam.app.v1.DeprecateRegistryItemVersionRequest"; } protected: - explicit Uploads(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit DeprecateRegistryItemVersionRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -40610,73 +41947,201 @@ class Uploads final : // accessors ------------------------------------------------------- enum : int { - kPlatformFieldNumber = 1, - kUploadedAtFieldNumber = 2, + kItemIdFieldNumber = 1, + kVersionFieldNumber = 2, + kMessageFieldNumber = 3, }; - // string platform = 1 [json_name = "platform"]; - void clear_platform(); - const std::string& platform() const; + // string item_id = 1 [json_name = "itemId"]; + void clear_item_id(); + const std::string& item_id() const; template - void set_platform(ArgT0&& arg0, ArgT... args); - std::string* mutable_platform(); - PROTOBUF_NODISCARD std::string* release_platform(); - void set_allocated_platform(std::string* platform); + void set_item_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_item_id(); + PROTOBUF_NODISCARD std::string* release_item_id(); + void set_allocated_item_id(std::string* item_id); private: - const std::string& _internal_platform() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_platform(const std::string& value); - std::string* _internal_mutable_platform(); + const std::string& _internal_item_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_item_id(const std::string& value); + std::string* _internal_mutable_item_id(); public: - // .google.protobuf.Timestamp uploaded_at = 2 [json_name = "uploadedAt"]; - bool has_uploaded_at() const; + // string version = 2 [json_name = "version"]; + void clear_version(); + const std::string& version() const; + template + void set_version(ArgT0&& arg0, ArgT... args); + std::string* mutable_version(); + PROTOBUF_NODISCARD std::string* release_version(); + void set_allocated_version(std::string* version); private: - bool _internal_has_uploaded_at() const; + const std::string& _internal_version() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_version(const std::string& value); + std::string* _internal_mutable_version(); public: - void clear_uploaded_at(); - const ::PROTOBUF_NAMESPACE_ID::Timestamp& uploaded_at() const; - PROTOBUF_NODISCARD ::PROTOBUF_NAMESPACE_ID::Timestamp* release_uploaded_at(); - ::PROTOBUF_NAMESPACE_ID::Timestamp* mutable_uploaded_at(); - void set_allocated_uploaded_at(::PROTOBUF_NAMESPACE_ID::Timestamp* uploaded_at); + + // string message = 3 [json_name = "message"]; + void clear_message(); + const std::string& message() const; + template + void set_message(ArgT0&& arg0, ArgT... args); + std::string* mutable_message(); + PROTOBUF_NODISCARD std::string* release_message(); + void set_allocated_message(std::string* message); private: - const ::PROTOBUF_NAMESPACE_ID::Timestamp& _internal_uploaded_at() const; - ::PROTOBUF_NAMESPACE_ID::Timestamp* _internal_mutable_uploaded_at(); + const std::string& _internal_message() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_message(const std::string& value); + std::string* _internal_mutable_message(); public: - void unsafe_arena_set_allocated_uploaded_at( - ::PROTOBUF_NAMESPACE_ID::Timestamp* uploaded_at); - ::PROTOBUF_NAMESPACE_ID::Timestamp* unsafe_arena_release_uploaded_at(); - // @@protoc_insertion_point(class_scope:viam.app.v1.Uploads) + // @@protoc_insertion_point(class_scope:viam.app.v1.DeprecateRegistryItemVersionRequest) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr platform_; - ::PROTOBUF_NAMESPACE_ID::Timestamp* uploaded_at_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr item_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr version_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class ListModulesRequest final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListModulesRequest) */ { +class DeprecateRegistryItemVersionResponse final : + public ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase /* @@protoc_insertion_point(class_definition:viam.app.v1.DeprecateRegistryItemVersionResponse) */ { public: - inline ListModulesRequest() : ListModulesRequest(nullptr) {} - ~ListModulesRequest() override; - explicit PROTOBUF_CONSTEXPR ListModulesRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline DeprecateRegistryItemVersionResponse() : DeprecateRegistryItemVersionResponse(nullptr) {} + explicit PROTOBUF_CONSTEXPR DeprecateRegistryItemVersionResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - ListModulesRequest(const ListModulesRequest& from); - ListModulesRequest(ListModulesRequest&& from) noexcept - : ListModulesRequest() { + DeprecateRegistryItemVersionResponse(const DeprecateRegistryItemVersionResponse& from); + DeprecateRegistryItemVersionResponse(DeprecateRegistryItemVersionResponse&& from) noexcept + : DeprecateRegistryItemVersionResponse() { *this = ::std::move(from); } - inline ListModulesRequest& operator=(const ListModulesRequest& from) { + inline DeprecateRegistryItemVersionResponse& operator=(const DeprecateRegistryItemVersionResponse& from) { CopyFrom(from); return *this; } - inline ListModulesRequest& operator=(ListModulesRequest&& from) noexcept { + inline DeprecateRegistryItemVersionResponse& operator=(DeprecateRegistryItemVersionResponse&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { + return GetDescriptor(); + } + static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { + return default_instance().GetMetadata().descriptor; + } + static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { + return default_instance().GetMetadata().reflection; + } + static const DeprecateRegistryItemVersionResponse& default_instance() { + return *internal_default_instance(); + } + static inline const DeprecateRegistryItemVersionResponse* internal_default_instance() { + return reinterpret_cast( + &_DeprecateRegistryItemVersionResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 236; + + friend void swap(DeprecateRegistryItemVersionResponse& a, DeprecateRegistryItemVersionResponse& b) { + a.Swap(&b); + } + inline void Swap(DeprecateRegistryItemVersionResponse* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(DeprecateRegistryItemVersionResponse* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + DeprecateRegistryItemVersionResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; + inline void CopyFrom(const DeprecateRegistryItemVersionResponse& from) { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + } + using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; + void MergeFrom(const DeprecateRegistryItemVersionResponse& from) { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + } + public: + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.DeprecateRegistryItemVersionResponse"; + } + protected: + explicit DeprecateRegistryItemVersionResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned = false); + public: + + static const ClassData _class_data_; + const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final; + + ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // @@protoc_insertion_point(class_scope:viam.app.v1.DeprecateRegistryItemVersionResponse) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class UndeprecateRegistryItemVersionRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.UndeprecateRegistryItemVersionRequest) */ { + public: + inline UndeprecateRegistryItemVersionRequest() : UndeprecateRegistryItemVersionRequest(nullptr) {} + ~UndeprecateRegistryItemVersionRequest() override; + explicit PROTOBUF_CONSTEXPR UndeprecateRegistryItemVersionRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + UndeprecateRegistryItemVersionRequest(const UndeprecateRegistryItemVersionRequest& from); + UndeprecateRegistryItemVersionRequest(UndeprecateRegistryItemVersionRequest&& from) noexcept + : UndeprecateRegistryItemVersionRequest() { + *this = ::std::move(from); + } + + inline UndeprecateRegistryItemVersionRequest& operator=(const UndeprecateRegistryItemVersionRequest& from) { + CopyFrom(from); + return *this; + } + inline UndeprecateRegistryItemVersionRequest& operator=(UndeprecateRegistryItemVersionRequest&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -40699,20 +42164,20 @@ class ListModulesRequest final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const ListModulesRequest& default_instance() { + static const UndeprecateRegistryItemVersionRequest& default_instance() { return *internal_default_instance(); } - static inline const ListModulesRequest* internal_default_instance() { - return reinterpret_cast( - &_ListModulesRequest_default_instance_); + static inline const UndeprecateRegistryItemVersionRequest* internal_default_instance() { + return reinterpret_cast( + &_UndeprecateRegistryItemVersionRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 228; + 237; - friend void swap(ListModulesRequest& a, ListModulesRequest& b) { + friend void swap(UndeprecateRegistryItemVersionRequest& a, UndeprecateRegistryItemVersionRequest& b) { a.Swap(&b); } - inline void Swap(ListModulesRequest* other) { + inline void Swap(UndeprecateRegistryItemVersionRequest* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -40725,7 +42190,7 @@ class ListModulesRequest final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(ListModulesRequest* other) { + void UnsafeArenaSwap(UndeprecateRegistryItemVersionRequest* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -40733,13 +42198,13 @@ class ListModulesRequest final : // implements Message ---------------------------------------------- - ListModulesRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + UndeprecateRegistryItemVersionRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const ListModulesRequest& from); + void CopyFrom(const UndeprecateRegistryItemVersionRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ListModulesRequest& from); + void MergeFrom(const UndeprecateRegistryItemVersionRequest& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -40756,15 +42221,15 @@ class ListModulesRequest final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(ListModulesRequest* other); + void InternalSwap(UndeprecateRegistryItemVersionRequest* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.ListModulesRequest"; + return "viam.app.v1.UndeprecateRegistryItemVersionRequest"; } protected: - explicit ListModulesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit UndeprecateRegistryItemVersionRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -40778,73 +42243,68 @@ class ListModulesRequest final : // accessors ------------------------------------------------------- enum : int { - kOrganizationIdFieldNumber = 1, - kIncludeMarkdownDocumentationFieldNumber = 2, + kItemIdFieldNumber = 1, + kVersionFieldNumber = 2, }; - // optional string organization_id = 1 [json_name = "organizationId"]; - bool has_organization_id() const; - private: - bool _internal_has_organization_id() const; - public: - void clear_organization_id(); - const std::string& organization_id() const; + // string item_id = 1 [json_name = "itemId"]; + void clear_item_id(); + const std::string& item_id() const; template - void set_organization_id(ArgT0&& arg0, ArgT... args); - std::string* mutable_organization_id(); - PROTOBUF_NODISCARD std::string* release_organization_id(); - void set_allocated_organization_id(std::string* organization_id); + void set_item_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_item_id(); + PROTOBUF_NODISCARD std::string* release_item_id(); + void set_allocated_item_id(std::string* item_id); private: - const std::string& _internal_organization_id() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_organization_id(const std::string& value); - std::string* _internal_mutable_organization_id(); + const std::string& _internal_item_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_item_id(const std::string& value); + std::string* _internal_mutable_item_id(); public: - // optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"]; - bool has_include_markdown_documentation() const; - private: - bool _internal_has_include_markdown_documentation() const; - public: - void clear_include_markdown_documentation(); - bool include_markdown_documentation() const; - void set_include_markdown_documentation(bool value); + // string version = 2 [json_name = "version"]; + void clear_version(); + const std::string& version() const; + template + void set_version(ArgT0&& arg0, ArgT... args); + std::string* mutable_version(); + PROTOBUF_NODISCARD std::string* release_version(); + void set_allocated_version(std::string* version); private: - bool _internal_include_markdown_documentation() const; - void _internal_set_include_markdown_documentation(bool value); + const std::string& _internal_version() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_version(const std::string& value); + std::string* _internal_mutable_version(); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.ListModulesRequest) + // @@protoc_insertion_point(class_scope:viam.app.v1.UndeprecateRegistryItemVersionRequest) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr item_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr version_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr organization_id_; - bool include_markdown_documentation_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class ListModulesResponse final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListModulesResponse) */ { +class UndeprecateRegistryItemVersionResponse final : + public ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase /* @@protoc_insertion_point(class_definition:viam.app.v1.UndeprecateRegistryItemVersionResponse) */ { public: - inline ListModulesResponse() : ListModulesResponse(nullptr) {} - ~ListModulesResponse() override; - explicit PROTOBUF_CONSTEXPR ListModulesResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline UndeprecateRegistryItemVersionResponse() : UndeprecateRegistryItemVersionResponse(nullptr) {} + explicit PROTOBUF_CONSTEXPR UndeprecateRegistryItemVersionResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - ListModulesResponse(const ListModulesResponse& from); - ListModulesResponse(ListModulesResponse&& from) noexcept - : ListModulesResponse() { + UndeprecateRegistryItemVersionResponse(const UndeprecateRegistryItemVersionResponse& from); + UndeprecateRegistryItemVersionResponse(UndeprecateRegistryItemVersionResponse&& from) noexcept + : UndeprecateRegistryItemVersionResponse() { *this = ::std::move(from); } - inline ListModulesResponse& operator=(const ListModulesResponse& from) { + inline UndeprecateRegistryItemVersionResponse& operator=(const UndeprecateRegistryItemVersionResponse& from) { CopyFrom(from); return *this; } - inline ListModulesResponse& operator=(ListModulesResponse&& from) noexcept { + inline UndeprecateRegistryItemVersionResponse& operator=(UndeprecateRegistryItemVersionResponse&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -40867,20 +42327,20 @@ class ListModulesResponse final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const ListModulesResponse& default_instance() { + static const UndeprecateRegistryItemVersionResponse& default_instance() { return *internal_default_instance(); } - static inline const ListModulesResponse* internal_default_instance() { - return reinterpret_cast( - &_ListModulesResponse_default_instance_); + static inline const UndeprecateRegistryItemVersionResponse* internal_default_instance() { + return reinterpret_cast( + &_UndeprecateRegistryItemVersionResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 229; + 238; - friend void swap(ListModulesResponse& a, ListModulesResponse& b) { + friend void swap(UndeprecateRegistryItemVersionResponse& a, UndeprecateRegistryItemVersionResponse& b) { a.Swap(&b); } - inline void Swap(ListModulesResponse* other) { + inline void Swap(UndeprecateRegistryItemVersionResponse* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -40893,7 +42353,7 @@ class ListModulesResponse final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(ListModulesResponse* other) { + void UnsafeArenaSwap(UndeprecateRegistryItemVersionResponse* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -40901,38 +42361,26 @@ class ListModulesResponse final : // implements Message ---------------------------------------------- - ListModulesResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + UndeprecateRegistryItemVersionResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; + inline void CopyFrom(const UndeprecateRegistryItemVersionResponse& from) { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + } + using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; + void MergeFrom(const UndeprecateRegistryItemVersionResponse& from) { + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); } - using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const ListModulesResponse& from); - using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ListModulesResponse& from); - private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; - uint8_t* _InternalSerialize( - uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(ListModulesResponse* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.ListModulesResponse"; + return "viam.app.v1.UndeprecateRegistryItemVersionResponse"; } protected: - explicit ListModulesResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit UndeprecateRegistryItemVersionResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -40945,36 +42393,13 @@ class ListModulesResponse final : // accessors ------------------------------------------------------- - enum : int { - kModulesFieldNumber = 1, - }; - // repeated .viam.app.v1.Module modules = 1 [json_name = "modules"]; - int modules_size() const; - private: - int _internal_modules_size() const; - public: - void clear_modules(); - ::viam::app::v1::Module* mutable_modules(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Module >* - mutable_modules(); - private: - const ::viam::app::v1::Module& _internal_modules(int index) const; - ::viam::app::v1::Module* _internal_add_modules(); - public: - const ::viam::app::v1::Module& modules(int index) const; - ::viam::app::v1::Module* add_modules(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Module >& - modules() const; - - // @@protoc_insertion_point(class_scope:viam.app.v1.ListModulesResponse) + // @@protoc_insertion_point(class_scope:viam.app.v1.UndeprecateRegistryItemVersionResponse) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Module > modules_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- @@ -41027,7 +42452,7 @@ class GetUserIDByEmailRequest final : &_GetUserIDByEmailRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 230; + 239; friend void swap(GetUserIDByEmailRequest& a, GetUserIDByEmailRequest& b) { a.Swap(&b); @@ -41175,7 +42600,7 @@ class GetUserIDByEmailResponse final : &_GetUserIDByEmailResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 231; + 240; friend void swap(GetUserIDByEmailResponse& a, GetUserIDByEmailResponse& b) { a.Swap(&b); @@ -41323,7 +42748,7 @@ class ListOrganizationsByUserRequest final : &_ListOrganizationsByUserRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 232; + 241; friend void swap(ListOrganizationsByUserRequest& a, ListOrganizationsByUserRequest& b) { a.Swap(&b); @@ -41471,7 +42896,7 @@ class OrgDetails final : &_OrgDetails_default_instance_); } static constexpr int kIndexInFileMessages = - 233; + 242; friend void swap(OrgDetails& a, OrgDetails& b) { a.Swap(&b); @@ -41696,7 +43121,7 @@ class ListOrganizationsByUserResponse final : &_ListOrganizationsByUserResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 234; + 243; friend void swap(ListOrganizationsByUserResponse& a, ListOrganizationsByUserResponse& b) { a.Swap(&b); @@ -41848,7 +43273,7 @@ class SearchOrganizationsRequest final : &_SearchOrganizationsRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 235; + 244; friend void swap(SearchOrganizationsRequest& a, SearchOrganizationsRequest& b) { a.Swap(&b); @@ -42061,7 +43486,7 @@ class SearchOrganizationsResponse final : &_SearchOrganizationsResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 236; + 245; friend void swap(SearchOrganizationsResponse& a, SearchOrganizationsResponse& b) { a.Swap(&b); @@ -42213,7 +43638,7 @@ class CreateKeyRequest final : &_CreateKeyRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 237; + 246; friend void swap(CreateKeyRequest& a, CreateKeyRequest& b) { a.Swap(&b); @@ -42381,7 +43806,7 @@ class CreateKeyResponse final : &_CreateKeyResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 238; + 247; friend void swap(CreateKeyResponse& a, CreateKeyResponse& b) { a.Swap(&b); @@ -42545,7 +43970,7 @@ class DeleteKeyRequest final : &_DeleteKeyRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 239; + 248; friend void swap(DeleteKeyRequest& a, DeleteKeyRequest& b) { a.Swap(&b); @@ -42692,7 +44117,7 @@ class DeleteKeyResponse final : &_DeleteKeyResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 240; + 249; friend void swap(DeleteKeyResponse& a, DeleteKeyResponse& b) { a.Swap(&b); @@ -42809,7 +44234,7 @@ class RenameKeyRequest final : &_RenameKeyRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 241; + 250; friend void swap(RenameKeyRequest& a, RenameKeyRequest& b) { a.Swap(&b); @@ -42973,7 +44398,7 @@ class RenameKeyResponse final : &_RenameKeyResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 242; + 251; friend void swap(RenameKeyResponse& a, RenameKeyResponse& b) { a.Swap(&b); @@ -43137,7 +44562,7 @@ class AuthorizationDetails final : &_AuthorizationDetails_default_instance_); } static constexpr int kIndexInFileMessages = - 243; + 252; friend void swap(AuthorizationDetails& a, AuthorizationDetails& b) { a.Swap(&b); @@ -43349,7 +44774,7 @@ class APIKeyWithAuthorizations final : &_APIKeyWithAuthorizations_default_instance_); } static constexpr int kIndexInFileMessages = - 244; + 253; friend void swap(APIKeyWithAuthorizations& a, APIKeyWithAuthorizations& b) { a.Swap(&b); @@ -43521,7 +44946,7 @@ class ListKeysRequest final : &_ListKeysRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 245; + 254; friend void swap(ListKeysRequest& a, ListKeysRequest& b) { a.Swap(&b); @@ -43669,7 +45094,7 @@ class ListKeysResponse final : &_ListKeysResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 246; + 255; friend void swap(ListKeysResponse& a, ListKeysResponse& b) { a.Swap(&b); @@ -43821,7 +45246,7 @@ class RotateKeyRequest final : &_RotateKeyRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 247; + 256; friend void swap(RotateKeyRequest& a, RotateKeyRequest& b) { a.Swap(&b); @@ -43969,7 +45394,7 @@ class RotateKeyResponse final : &_RotateKeyResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 248; + 257; friend void swap(RotateKeyResponse& a, RotateKeyResponse& b) { a.Swap(&b); @@ -44133,7 +45558,7 @@ class CreateKeyFromExistingKeyAuthorizationsRequest final : &_CreateKeyFromExistingKeyAuthorizationsRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 249; + 258; friend void swap(CreateKeyFromExistingKeyAuthorizationsRequest& a, CreateKeyFromExistingKeyAuthorizationsRequest& b) { a.Swap(&b); @@ -44281,7 +45706,7 @@ class CreateKeyFromExistingKeyAuthorizationsResponse final : &_CreateKeyFromExistingKeyAuthorizationsResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 250; + 259; friend void swap(CreateKeyFromExistingKeyAuthorizationsResponse& a, CreateKeyFromExistingKeyAuthorizationsResponse& b) { a.Swap(&b); @@ -44445,7 +45870,7 @@ class GetAppContentRequest final : &_GetAppContentRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 251; + 260; friend void swap(GetAppContentRequest& a, GetAppContentRequest& b) { a.Swap(&b); @@ -44609,7 +46034,7 @@ class GetAppContentResponse final : &_GetAppContentResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 252; + 261; friend void swap(GetAppContentResponse& a, GetAppContentResponse& b) { a.Swap(&b); @@ -44795,7 +46220,7 @@ class OrganizationSetLogoRequest final : &_OrganizationSetLogoRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 253; + 262; friend void swap(OrganizationSetLogoRequest& a, OrganizationSetLogoRequest& b) { a.Swap(&b); @@ -44958,7 +46383,7 @@ class OrganizationSetLogoResponse final : &_OrganizationSetLogoResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 254; + 263; friend void swap(OrganizationSetLogoResponse& a, OrganizationSetLogoResponse& b) { a.Swap(&b); @@ -45075,7 +46500,7 @@ class OrganizationGetLogoRequest final : &_OrganizationGetLogoRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 255; + 264; friend void swap(OrganizationGetLogoRequest& a, OrganizationGetLogoRequest& b) { a.Swap(&b); @@ -45223,7 +46648,7 @@ class OrganizationGetLogoResponse final : &_OrganizationGetLogoResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 256; + 265; friend void swap(OrganizationGetLogoResponse& a, OrganizationGetLogoResponse& b) { a.Swap(&b); @@ -45371,7 +46796,7 @@ class EnableAuthServiceRequest final : &_EnableAuthServiceRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 257; + 266; friend void swap(EnableAuthServiceRequest& a, EnableAuthServiceRequest& b) { a.Swap(&b); @@ -45518,7 +46943,7 @@ class EnableAuthServiceResponse final : &_EnableAuthServiceResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 258; + 267; friend void swap(EnableAuthServiceResponse& a, EnableAuthServiceResponse& b) { a.Swap(&b); @@ -45635,7 +47060,7 @@ class DisableAuthServiceRequest final : &_DisableAuthServiceRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 259; + 268; friend void swap(DisableAuthServiceRequest& a, DisableAuthServiceRequest& b) { a.Swap(&b); @@ -45782,7 +47207,7 @@ class DisableAuthServiceResponse final : &_DisableAuthServiceResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 260; + 269; friend void swap(DisableAuthServiceResponse& a, DisableAuthServiceResponse& b) { a.Swap(&b); @@ -45899,7 +47324,7 @@ class CreateOAuthAppRequest final : &_CreateOAuthAppRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 261; + 270; friend void swap(CreateOAuthAppRequest& a, CreateOAuthAppRequest& b) { a.Swap(&b); @@ -46083,7 +47508,7 @@ class CreateOAuthAppResponse final : &_CreateOAuthAppResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 262; + 271; friend void swap(CreateOAuthAppResponse& a, CreateOAuthAppResponse& b) { a.Swap(&b); @@ -46247,7 +47672,7 @@ class ReadOAuthAppRequest final : &_ReadOAuthAppRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 263; + 272; friend void swap(ReadOAuthAppRequest& a, ReadOAuthAppRequest& b) { a.Swap(&b); @@ -46411,7 +47836,7 @@ class ReadOAuthAppResponse final : &_ReadOAuthAppResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 264; + 273; friend void swap(ReadOAuthAppResponse& a, ReadOAuthAppResponse& b) { a.Swap(&b); @@ -46595,7 +48020,7 @@ class UpdateOAuthAppRequest final : &_UpdateOAuthAppRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 265; + 274; friend void swap(UpdateOAuthAppRequest& a, UpdateOAuthAppRequest& b) { a.Swap(&b); @@ -46794,7 +48219,7 @@ class UpdateOAuthAppResponse final : &_UpdateOAuthAppResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 266; + 275; friend void swap(UpdateOAuthAppResponse& a, UpdateOAuthAppResponse& b) { a.Swap(&b); @@ -46911,7 +48336,7 @@ class DeleteOAuthAppRequest final : &_DeleteOAuthAppRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 267; + 276; friend void swap(DeleteOAuthAppRequest& a, DeleteOAuthAppRequest& b) { a.Swap(&b); @@ -47074,7 +48499,7 @@ class DeleteOAuthAppResponse final : &_DeleteOAuthAppResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 268; + 277; friend void swap(DeleteOAuthAppResponse& a, DeleteOAuthAppResponse& b) { a.Swap(&b); @@ -47191,7 +48616,7 @@ class ListOAuthAppsRequest final : &_ListOAuthAppsRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 269; + 278; friend void swap(ListOAuthAppsRequest& a, ListOAuthAppsRequest& b) { a.Swap(&b); @@ -47339,7 +48764,7 @@ class ListOAuthAppsResponse final : &_ListOAuthAppsResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 270; + 279; friend void swap(ListOAuthAppsResponse& a, ListOAuthAppsResponse& b) { a.Swap(&b); @@ -47497,7 +48922,7 @@ class CreateOAuthAppUserRequest final : &_CreateOAuthAppUserRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 271; + 280; friend void swap(CreateOAuthAppUserRequest& a, CreateOAuthAppUserRequest& b) { a.Swap(&b); @@ -47725,7 +49150,7 @@ class CreateOAuthAppUserResponse final : &_CreateOAuthAppUserResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 272; + 281; friend void swap(CreateOAuthAppUserResponse& a, CreateOAuthAppUserResponse& b) { a.Swap(&b); @@ -47921,7 +49346,7 @@ class OAuthConfig final : &_OAuthConfig_default_instance_); } static constexpr int kIndexInFileMessages = - 273; + 282; friend void swap(OAuthConfig& a, OAuthConfig& b) { a.Swap(&b); @@ -48190,7 +49615,7 @@ class GetAppBrandingRequest final : &_GetAppBrandingRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 274; + 283; friend void swap(GetAppBrandingRequest& a, GetAppBrandingRequest& b) { a.Swap(&b); @@ -48382,7 +49807,7 @@ class TextOverrides final : &_TextOverrides_default_instance_); } static constexpr int kIndexInFileMessages = - 276; + 285; friend void swap(TextOverrides& a, TextOverrides& b) { a.Swap(&b); @@ -48566,7 +49991,7 @@ class GetAppBrandingResponse final : &_GetAppBrandingResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 278; + 287; friend void swap(GetAppBrandingResponse& a, GetAppBrandingResponse& b) { a.Swap(&b); @@ -48797,7 +50222,7 @@ class AppCustomizations final : &_AppCustomizations_default_instance_); } static constexpr int kIndexInFileMessages = - 279; + 288; friend void swap(AppCustomizations& a, AppCustomizations& b) { a.Swap(&b); @@ -48949,7 +50374,7 @@ class MachinePickerCustomizations final : &_MachinePickerCustomizations_default_instance_); } static constexpr int kIndexInFileMessages = - 280; + 289; friend void swap(MachinePickerCustomizations& a, MachinePickerCustomizations& b) { a.Swap(&b); @@ -49122,7 +50547,7 @@ class UploadDevicePushTokenRequest final : &_UploadDevicePushTokenRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 281; + 290; friend void swap(UploadDevicePushTokenRequest& a, UploadDevicePushTokenRequest& b) { a.Swap(&b); @@ -49301,7 +50726,7 @@ class UploadDevicePushTokenResponse final : &_UploadDevicePushTokenResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 282; + 291; friend void swap(UploadDevicePushTokenResponse& a, UploadDevicePushTokenResponse& b) { a.Swap(&b); @@ -49418,7 +50843,7 @@ class DeleteDevicePushTokenRequest final : &_DeleteDevicePushTokenRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 283; + 292; friend void swap(DeleteDevicePushTokenRequest& a, DeleteDevicePushTokenRequest& b) { a.Swap(&b); @@ -49581,7 +51006,7 @@ class DeleteDevicePushTokenResponse final : &_DeleteDevicePushTokenResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 284; + 293; friend void swap(DeleteDevicePushTokenResponse& a, DeleteDevicePushTokenResponse& b) { a.Swap(&b); @@ -49698,7 +51123,7 @@ class GetDevicePushTokensRequest final : &_GetDevicePushTokensRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 285; + 294; friend void swap(GetDevicePushTokensRequest& a, GetDevicePushTokensRequest& b) { a.Swap(&b); @@ -49846,7 +51271,7 @@ class GetDevicePushTokensResponse final : &_GetDevicePushTokensResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 286; + 295; friend void swap(GetDevicePushTokensResponse& a, GetDevicePushTokensResponse& b) { a.Swap(&b); @@ -50004,7 +51429,7 @@ class SetFirebaseConfigRequest final : &_SetFirebaseConfigRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 287; + 296; friend void swap(SetFirebaseConfigRequest& a, SetFirebaseConfigRequest& b) { a.Swap(&b); @@ -50183,7 +51608,7 @@ class SetFirebaseConfigResponse final : &_SetFirebaseConfigResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 288; + 297; friend void swap(SetFirebaseConfigResponse& a, SetFirebaseConfigResponse& b) { a.Swap(&b); @@ -50300,7 +51725,7 @@ class GetFirebaseConfigRequest final : &_GetFirebaseConfigRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 289; + 298; friend void swap(GetFirebaseConfigRequest& a, GetFirebaseConfigRequest& b) { a.Swap(&b); @@ -50448,7 +51873,7 @@ class GetFirebaseConfigResponse final : &_GetFirebaseConfigResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 290; + 299; friend void swap(GetFirebaseConfigResponse& a, GetFirebaseConfigResponse& b) { a.Swap(&b); @@ -50596,7 +52021,7 @@ class DeleteFirebaseConfigRequest final : &_DeleteFirebaseConfigRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 291; + 300; friend void swap(DeleteFirebaseConfigRequest& a, DeleteFirebaseConfigRequest& b) { a.Swap(&b); @@ -50759,7 +52184,7 @@ class DeleteFirebaseConfigResponse final : &_DeleteFirebaseConfigResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 292; + 301; friend void swap(DeleteFirebaseConfigResponse& a, DeleteFirebaseConfigResponse& b) { a.Swap(&b); @@ -66015,7 +67440,7 @@ inline void FragmentImport::set_allocated_prefix(std::string* prefix) { // @@protoc_insertion_point(field_set_allocated:viam.app.v1.FragmentImport.prefix) } -// map variables = 4 [json_name = "variables"]; +// map variables = 4 [json_name = "variables", deprecated = true]; inline int FragmentImport::_internal_variables_size() const { return variables_.size(); } @@ -66044,6 +67469,93 @@ FragmentImport::mutable_variables() { return _internal_mutable_variables(); } +// optional .google.protobuf.Struct fragment_variables = 5 [json_name = "fragmentVariables"]; +inline bool FragmentImport::_internal_has_fragment_variables() const { + bool value = (_has_bits_[0] & 0x00000002u) != 0; + PROTOBUF_ASSUME(!value || fragment_variables_ != nullptr); + return value; +} +inline bool FragmentImport::has_fragment_variables() const { + return _internal_has_fragment_variables(); +} +inline const ::PROTOBUF_NAMESPACE_ID::Struct& FragmentImport::_internal_fragment_variables() const { + const ::PROTOBUF_NAMESPACE_ID::Struct* p = fragment_variables_; + return p != nullptr ? *p : reinterpret_cast( + ::PROTOBUF_NAMESPACE_ID::_Struct_default_instance_); +} +inline const ::PROTOBUF_NAMESPACE_ID::Struct& FragmentImport::fragment_variables() const { + // @@protoc_insertion_point(field_get:viam.app.v1.FragmentImport.fragment_variables) + return _internal_fragment_variables(); +} +inline void FragmentImport::unsafe_arena_set_allocated_fragment_variables( + ::PROTOBUF_NAMESPACE_ID::Struct* fragment_variables) { + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(fragment_variables_); + } + fragment_variables_ = fragment_variables; + if (fragment_variables) { + _has_bits_[0] |= 0x00000002u; + } else { + _has_bits_[0] &= ~0x00000002u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:viam.app.v1.FragmentImport.fragment_variables) +} +inline ::PROTOBUF_NAMESPACE_ID::Struct* FragmentImport::release_fragment_variables() { + _has_bits_[0] &= ~0x00000002u; + ::PROTOBUF_NAMESPACE_ID::Struct* temp = fragment_variables_; + fragment_variables_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + if (GetArenaForAllocation() == nullptr) { delete old; } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return temp; +} +inline ::PROTOBUF_NAMESPACE_ID::Struct* FragmentImport::unsafe_arena_release_fragment_variables() { + // @@protoc_insertion_point(field_release:viam.app.v1.FragmentImport.fragment_variables) + _has_bits_[0] &= ~0x00000002u; + ::PROTOBUF_NAMESPACE_ID::Struct* temp = fragment_variables_; + fragment_variables_ = nullptr; + return temp; +} +inline ::PROTOBUF_NAMESPACE_ID::Struct* FragmentImport::_internal_mutable_fragment_variables() { + _has_bits_[0] |= 0x00000002u; + if (fragment_variables_ == nullptr) { + auto* p = CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::Struct>(GetArenaForAllocation()); + fragment_variables_ = p; + } + return fragment_variables_; +} +inline ::PROTOBUF_NAMESPACE_ID::Struct* FragmentImport::mutable_fragment_variables() { + ::PROTOBUF_NAMESPACE_ID::Struct* _msg = _internal_mutable_fragment_variables(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.FragmentImport.fragment_variables) + return _msg; +} +inline void FragmentImport::set_allocated_fragment_variables(::PROTOBUF_NAMESPACE_ID::Struct* fragment_variables) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(fragment_variables_); + } + if (fragment_variables) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = + ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena( + reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(fragment_variables)); + if (message_arena != submessage_arena) { + fragment_variables = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, fragment_variables, submessage_arena); + } + _has_bits_[0] |= 0x00000002u; + } else { + _has_bits_[0] &= ~0x00000002u; + } + fragment_variables_ = fragment_variables; + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.FragmentImport.fragment_variables) +} + // ------------------------------------------------------------------- // ResolvedFragment @@ -73825,6 +75337,96 @@ ModuleVersion::apps() const { return apps_; } +// optional .viam.app.v1.DeprecatedStatus deprecated_status = 8 [json_name = "deprecatedStatus"]; +inline bool ModuleVersion::_internal_has_deprecated_status() const { + bool value = (_has_bits_[0] & 0x00000004u) != 0; + PROTOBUF_ASSUME(!value || deprecated_status_ != nullptr); + return value; +} +inline bool ModuleVersion::has_deprecated_status() const { + return _internal_has_deprecated_status(); +} +inline void ModuleVersion::clear_deprecated_status() { + if (deprecated_status_ != nullptr) deprecated_status_->Clear(); + _has_bits_[0] &= ~0x00000004u; +} +inline const ::viam::app::v1::DeprecatedStatus& ModuleVersion::_internal_deprecated_status() const { + const ::viam::app::v1::DeprecatedStatus* p = deprecated_status_; + return p != nullptr ? *p : reinterpret_cast( + ::viam::app::v1::_DeprecatedStatus_default_instance_); +} +inline const ::viam::app::v1::DeprecatedStatus& ModuleVersion::deprecated_status() const { + // @@protoc_insertion_point(field_get:viam.app.v1.ModuleVersion.deprecated_status) + return _internal_deprecated_status(); +} +inline void ModuleVersion::unsafe_arena_set_allocated_deprecated_status( + ::viam::app::v1::DeprecatedStatus* deprecated_status) { + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(deprecated_status_); + } + deprecated_status_ = deprecated_status; + if (deprecated_status) { + _has_bits_[0] |= 0x00000004u; + } else { + _has_bits_[0] &= ~0x00000004u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:viam.app.v1.ModuleVersion.deprecated_status) +} +inline ::viam::app::v1::DeprecatedStatus* ModuleVersion::release_deprecated_status() { + _has_bits_[0] &= ~0x00000004u; + ::viam::app::v1::DeprecatedStatus* temp = deprecated_status_; + deprecated_status_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + if (GetArenaForAllocation() == nullptr) { delete old; } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return temp; +} +inline ::viam::app::v1::DeprecatedStatus* ModuleVersion::unsafe_arena_release_deprecated_status() { + // @@protoc_insertion_point(field_release:viam.app.v1.ModuleVersion.deprecated_status) + _has_bits_[0] &= ~0x00000004u; + ::viam::app::v1::DeprecatedStatus* temp = deprecated_status_; + deprecated_status_ = nullptr; + return temp; +} +inline ::viam::app::v1::DeprecatedStatus* ModuleVersion::_internal_mutable_deprecated_status() { + _has_bits_[0] |= 0x00000004u; + if (deprecated_status_ == nullptr) { + auto* p = CreateMaybeMessage<::viam::app::v1::DeprecatedStatus>(GetArenaForAllocation()); + deprecated_status_ = p; + } + return deprecated_status_; +} +inline ::viam::app::v1::DeprecatedStatus* ModuleVersion::mutable_deprecated_status() { + ::viam::app::v1::DeprecatedStatus* _msg = _internal_mutable_deprecated_status(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.ModuleVersion.deprecated_status) + return _msg; +} +inline void ModuleVersion::set_allocated_deprecated_status(::viam::app::v1::DeprecatedStatus* deprecated_status) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); + if (message_arena == nullptr) { + delete deprecated_status_; + } + if (deprecated_status) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = + ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(deprecated_status); + if (message_arena != submessage_arena) { + deprecated_status = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, deprecated_status, submessage_arena); + } + _has_bits_[0] |= 0x00000004u; + } else { + _has_bits_[0] &= ~0x00000004u; + } + deprecated_status_ = deprecated_status; + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.ModuleVersion.deprecated_status) +} + // ------------------------------------------------------------------- // ModuleMetadata @@ -74734,6 +76336,145 @@ inline void MLTrainingMetadata::set_draft(bool value) { // ------------------------------------------------------------------- +// DeprecatedStatus + +// .google.protobuf.Timestamp deprecated_at = 1 [json_name = "deprecatedAt"]; +inline bool DeprecatedStatus::_internal_has_deprecated_at() const { + return this != internal_default_instance() && deprecated_at_ != nullptr; +} +inline bool DeprecatedStatus::has_deprecated_at() const { + return _internal_has_deprecated_at(); +} +inline const ::PROTOBUF_NAMESPACE_ID::Timestamp& DeprecatedStatus::_internal_deprecated_at() const { + const ::PROTOBUF_NAMESPACE_ID::Timestamp* p = deprecated_at_; + return p != nullptr ? *p : reinterpret_cast( + ::PROTOBUF_NAMESPACE_ID::_Timestamp_default_instance_); +} +inline const ::PROTOBUF_NAMESPACE_ID::Timestamp& DeprecatedStatus::deprecated_at() const { + // @@protoc_insertion_point(field_get:viam.app.v1.DeprecatedStatus.deprecated_at) + return _internal_deprecated_at(); +} +inline void DeprecatedStatus::unsafe_arena_set_allocated_deprecated_at( + ::PROTOBUF_NAMESPACE_ID::Timestamp* deprecated_at) { + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(deprecated_at_); + } + deprecated_at_ = deprecated_at; + if (deprecated_at) { + + } else { + + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:viam.app.v1.DeprecatedStatus.deprecated_at) +} +inline ::PROTOBUF_NAMESPACE_ID::Timestamp* DeprecatedStatus::release_deprecated_at() { + + ::PROTOBUF_NAMESPACE_ID::Timestamp* temp = deprecated_at_; + deprecated_at_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + if (GetArenaForAllocation() == nullptr) { delete old; } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return temp; +} +inline ::PROTOBUF_NAMESPACE_ID::Timestamp* DeprecatedStatus::unsafe_arena_release_deprecated_at() { + // @@protoc_insertion_point(field_release:viam.app.v1.DeprecatedStatus.deprecated_at) + + ::PROTOBUF_NAMESPACE_ID::Timestamp* temp = deprecated_at_; + deprecated_at_ = nullptr; + return temp; +} +inline ::PROTOBUF_NAMESPACE_ID::Timestamp* DeprecatedStatus::_internal_mutable_deprecated_at() { + + if (deprecated_at_ == nullptr) { + auto* p = CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::Timestamp>(GetArenaForAllocation()); + deprecated_at_ = p; + } + return deprecated_at_; +} +inline ::PROTOBUF_NAMESPACE_ID::Timestamp* DeprecatedStatus::mutable_deprecated_at() { + ::PROTOBUF_NAMESPACE_ID::Timestamp* _msg = _internal_mutable_deprecated_at(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.DeprecatedStatus.deprecated_at) + return _msg; +} +inline void DeprecatedStatus::set_allocated_deprecated_at(::PROTOBUF_NAMESPACE_ID::Timestamp* deprecated_at) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(deprecated_at_); + } + if (deprecated_at) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = + ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena( + reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(deprecated_at)); + if (message_arena != submessage_arena) { + deprecated_at = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, deprecated_at, submessage_arena); + } + + } else { + + } + deprecated_at_ = deprecated_at; + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.DeprecatedStatus.deprecated_at) +} + +// string message = 2 [json_name = "message"]; +inline void DeprecatedStatus::clear_message() { + message_.ClearToEmpty(); +} +inline const std::string& DeprecatedStatus::message() const { + // @@protoc_insertion_point(field_get:viam.app.v1.DeprecatedStatus.message) + return _internal_message(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void DeprecatedStatus::set_message(ArgT0&& arg0, ArgT... args) { + + message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.DeprecatedStatus.message) +} +inline std::string* DeprecatedStatus::mutable_message() { + std::string* _s = _internal_mutable_message(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.DeprecatedStatus.message) + return _s; +} +inline const std::string& DeprecatedStatus::_internal_message() const { + return message_.Get(); +} +inline void DeprecatedStatus::_internal_set_message(const std::string& value) { + + message_.Set(value, GetArenaForAllocation()); +} +inline std::string* DeprecatedStatus::_internal_mutable_message() { + + return message_.Mutable(GetArenaForAllocation()); +} +inline std::string* DeprecatedStatus::release_message() { + // @@protoc_insertion_point(field_release:viam.app.v1.DeprecatedStatus.message) + return message_.Release(); +} +inline void DeprecatedStatus::set_allocated_message(std::string* message) { + if (message != nullptr) { + + } else { + + } + message_.SetAllocated(message, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (message_.IsDefault()) { + message_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.DeprecatedStatus.message) +} + +// ------------------------------------------------------------------- + // RegistryItem // string item_id = 1 [json_name = "itemId"]; @@ -75548,6 +77289,96 @@ inline void RegistryItem::set_allocated_updated_at(::PROTOBUF_NAMESPACE_ID::Time // @@protoc_insertion_point(field_set_allocated:viam.app.v1.RegistryItem.updated_at) } +// optional .viam.app.v1.DeprecatedStatus deprecated_status = 17 [json_name = "deprecatedStatus"]; +inline bool RegistryItem::_internal_has_deprecated_status() const { + bool value = (_has_bits_[0] & 0x00000001u) != 0; + PROTOBUF_ASSUME(!value || deprecated_status_ != nullptr); + return value; +} +inline bool RegistryItem::has_deprecated_status() const { + return _internal_has_deprecated_status(); +} +inline void RegistryItem::clear_deprecated_status() { + if (deprecated_status_ != nullptr) deprecated_status_->Clear(); + _has_bits_[0] &= ~0x00000001u; +} +inline const ::viam::app::v1::DeprecatedStatus& RegistryItem::_internal_deprecated_status() const { + const ::viam::app::v1::DeprecatedStatus* p = deprecated_status_; + return p != nullptr ? *p : reinterpret_cast( + ::viam::app::v1::_DeprecatedStatus_default_instance_); +} +inline const ::viam::app::v1::DeprecatedStatus& RegistryItem::deprecated_status() const { + // @@protoc_insertion_point(field_get:viam.app.v1.RegistryItem.deprecated_status) + return _internal_deprecated_status(); +} +inline void RegistryItem::unsafe_arena_set_allocated_deprecated_status( + ::viam::app::v1::DeprecatedStatus* deprecated_status) { + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(deprecated_status_); + } + deprecated_status_ = deprecated_status; + if (deprecated_status) { + _has_bits_[0] |= 0x00000001u; + } else { + _has_bits_[0] &= ~0x00000001u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:viam.app.v1.RegistryItem.deprecated_status) +} +inline ::viam::app::v1::DeprecatedStatus* RegistryItem::release_deprecated_status() { + _has_bits_[0] &= ~0x00000001u; + ::viam::app::v1::DeprecatedStatus* temp = deprecated_status_; + deprecated_status_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + if (GetArenaForAllocation() == nullptr) { delete old; } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return temp; +} +inline ::viam::app::v1::DeprecatedStatus* RegistryItem::unsafe_arena_release_deprecated_status() { + // @@protoc_insertion_point(field_release:viam.app.v1.RegistryItem.deprecated_status) + _has_bits_[0] &= ~0x00000001u; + ::viam::app::v1::DeprecatedStatus* temp = deprecated_status_; + deprecated_status_ = nullptr; + return temp; +} +inline ::viam::app::v1::DeprecatedStatus* RegistryItem::_internal_mutable_deprecated_status() { + _has_bits_[0] |= 0x00000001u; + if (deprecated_status_ == nullptr) { + auto* p = CreateMaybeMessage<::viam::app::v1::DeprecatedStatus>(GetArenaForAllocation()); + deprecated_status_ = p; + } + return deprecated_status_; +} +inline ::viam::app::v1::DeprecatedStatus* RegistryItem::mutable_deprecated_status() { + ::viam::app::v1::DeprecatedStatus* _msg = _internal_mutable_deprecated_status(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.RegistryItem.deprecated_status) + return _msg; +} +inline void RegistryItem::set_allocated_deprecated_status(::viam::app::v1::DeprecatedStatus* deprecated_status) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); + if (message_arena == nullptr) { + delete deprecated_status_; + } + if (deprecated_status) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = + ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(deprecated_status); + if (message_arena != submessage_arena) { + deprecated_status = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, deprecated_status, submessage_arena); + } + _has_bits_[0] |= 0x00000001u; + } else { + _has_bits_[0] &= ~0x00000001u; + } + deprecated_status_ = deprecated_status; + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.RegistryItem.deprecated_status) +} + inline bool RegistryItem::has_metadata() const { return metadata_case() != METADATA_NOT_SET; } @@ -77387,6 +79218,172 @@ inline void TransferRegistryItemRequest::set_allocated_new_public_namespace(std: // ------------------------------------------------------------------- +// DeprecateRegistryItemRequest + +// string item_id = 1 [json_name = "itemId"]; +inline void DeprecateRegistryItemRequest::clear_item_id() { + item_id_.ClearToEmpty(); +} +inline const std::string& DeprecateRegistryItemRequest::item_id() const { + // @@protoc_insertion_point(field_get:viam.app.v1.DeprecateRegistryItemRequest.item_id) + return _internal_item_id(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void DeprecateRegistryItemRequest::set_item_id(ArgT0&& arg0, ArgT... args) { + + item_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.DeprecateRegistryItemRequest.item_id) +} +inline std::string* DeprecateRegistryItemRequest::mutable_item_id() { + std::string* _s = _internal_mutable_item_id(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.DeprecateRegistryItemRequest.item_id) + return _s; +} +inline const std::string& DeprecateRegistryItemRequest::_internal_item_id() const { + return item_id_.Get(); +} +inline void DeprecateRegistryItemRequest::_internal_set_item_id(const std::string& value) { + + item_id_.Set(value, GetArenaForAllocation()); +} +inline std::string* DeprecateRegistryItemRequest::_internal_mutable_item_id() { + + return item_id_.Mutable(GetArenaForAllocation()); +} +inline std::string* DeprecateRegistryItemRequest::release_item_id() { + // @@protoc_insertion_point(field_release:viam.app.v1.DeprecateRegistryItemRequest.item_id) + return item_id_.Release(); +} +inline void DeprecateRegistryItemRequest::set_allocated_item_id(std::string* item_id) { + if (item_id != nullptr) { + + } else { + + } + item_id_.SetAllocated(item_id, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (item_id_.IsDefault()) { + item_id_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.DeprecateRegistryItemRequest.item_id) +} + +// string message = 2 [json_name = "message"]; +inline void DeprecateRegistryItemRequest::clear_message() { + message_.ClearToEmpty(); +} +inline const std::string& DeprecateRegistryItemRequest::message() const { + // @@protoc_insertion_point(field_get:viam.app.v1.DeprecateRegistryItemRequest.message) + return _internal_message(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void DeprecateRegistryItemRequest::set_message(ArgT0&& arg0, ArgT... args) { + + message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.DeprecateRegistryItemRequest.message) +} +inline std::string* DeprecateRegistryItemRequest::mutable_message() { + std::string* _s = _internal_mutable_message(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.DeprecateRegistryItemRequest.message) + return _s; +} +inline const std::string& DeprecateRegistryItemRequest::_internal_message() const { + return message_.Get(); +} +inline void DeprecateRegistryItemRequest::_internal_set_message(const std::string& value) { + + message_.Set(value, GetArenaForAllocation()); +} +inline std::string* DeprecateRegistryItemRequest::_internal_mutable_message() { + + return message_.Mutable(GetArenaForAllocation()); +} +inline std::string* DeprecateRegistryItemRequest::release_message() { + // @@protoc_insertion_point(field_release:viam.app.v1.DeprecateRegistryItemRequest.message) + return message_.Release(); +} +inline void DeprecateRegistryItemRequest::set_allocated_message(std::string* message) { + if (message != nullptr) { + + } else { + + } + message_.SetAllocated(message, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (message_.IsDefault()) { + message_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.DeprecateRegistryItemRequest.message) +} + +// ------------------------------------------------------------------- + +// DeprecateRegistryItemResponse + +// ------------------------------------------------------------------- + +// UndeprecateRegistryItemRequest + +// string item_id = 1 [json_name = "itemId"]; +inline void UndeprecateRegistryItemRequest::clear_item_id() { + item_id_.ClearToEmpty(); +} +inline const std::string& UndeprecateRegistryItemRequest::item_id() const { + // @@protoc_insertion_point(field_get:viam.app.v1.UndeprecateRegistryItemRequest.item_id) + return _internal_item_id(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void UndeprecateRegistryItemRequest::set_item_id(ArgT0&& arg0, ArgT... args) { + + item_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.UndeprecateRegistryItemRequest.item_id) +} +inline std::string* UndeprecateRegistryItemRequest::mutable_item_id() { + std::string* _s = _internal_mutable_item_id(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.UndeprecateRegistryItemRequest.item_id) + return _s; +} +inline const std::string& UndeprecateRegistryItemRequest::_internal_item_id() const { + return item_id_.Get(); +} +inline void UndeprecateRegistryItemRequest::_internal_set_item_id(const std::string& value) { + + item_id_.Set(value, GetArenaForAllocation()); +} +inline std::string* UndeprecateRegistryItemRequest::_internal_mutable_item_id() { + + return item_id_.Mutable(GetArenaForAllocation()); +} +inline std::string* UndeprecateRegistryItemRequest::release_item_id() { + // @@protoc_insertion_point(field_release:viam.app.v1.UndeprecateRegistryItemRequest.item_id) + return item_id_.Release(); +} +inline void UndeprecateRegistryItemRequest::set_allocated_item_id(std::string* item_id) { + if (item_id != nullptr) { + + } else { + + } + item_id_.SetAllocated(item_id, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (item_id_.IsDefault()) { + item_id_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.UndeprecateRegistryItemRequest.item_id) +} + +// ------------------------------------------------------------------- + +// UndeprecateRegistryItemResponse + +// ------------------------------------------------------------------- + // CreateModuleRequest // string organization_id = 1 [json_name = "organizationId"]; @@ -80549,6 +82546,96 @@ Module::apps() const { return apps_; } +// optional .viam.app.v1.DeprecatedStatus deprecated_status = 16 [json_name = "deprecatedStatus"]; +inline bool Module::_internal_has_deprecated_status() const { + bool value = (_has_bits_[0] & 0x00000004u) != 0; + PROTOBUF_ASSUME(!value || deprecated_status_ != nullptr); + return value; +} +inline bool Module::has_deprecated_status() const { + return _internal_has_deprecated_status(); +} +inline void Module::clear_deprecated_status() { + if (deprecated_status_ != nullptr) deprecated_status_->Clear(); + _has_bits_[0] &= ~0x00000004u; +} +inline const ::viam::app::v1::DeprecatedStatus& Module::_internal_deprecated_status() const { + const ::viam::app::v1::DeprecatedStatus* p = deprecated_status_; + return p != nullptr ? *p : reinterpret_cast( + ::viam::app::v1::_DeprecatedStatus_default_instance_); +} +inline const ::viam::app::v1::DeprecatedStatus& Module::deprecated_status() const { + // @@protoc_insertion_point(field_get:viam.app.v1.Module.deprecated_status) + return _internal_deprecated_status(); +} +inline void Module::unsafe_arena_set_allocated_deprecated_status( + ::viam::app::v1::DeprecatedStatus* deprecated_status) { + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(deprecated_status_); + } + deprecated_status_ = deprecated_status; + if (deprecated_status) { + _has_bits_[0] |= 0x00000004u; + } else { + _has_bits_[0] &= ~0x00000004u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:viam.app.v1.Module.deprecated_status) +} +inline ::viam::app::v1::DeprecatedStatus* Module::release_deprecated_status() { + _has_bits_[0] &= ~0x00000004u; + ::viam::app::v1::DeprecatedStatus* temp = deprecated_status_; + deprecated_status_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + if (GetArenaForAllocation() == nullptr) { delete old; } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return temp; +} +inline ::viam::app::v1::DeprecatedStatus* Module::unsafe_arena_release_deprecated_status() { + // @@protoc_insertion_point(field_release:viam.app.v1.Module.deprecated_status) + _has_bits_[0] &= ~0x00000004u; + ::viam::app::v1::DeprecatedStatus* temp = deprecated_status_; + deprecated_status_ = nullptr; + return temp; +} +inline ::viam::app::v1::DeprecatedStatus* Module::_internal_mutable_deprecated_status() { + _has_bits_[0] |= 0x00000004u; + if (deprecated_status_ == nullptr) { + auto* p = CreateMaybeMessage<::viam::app::v1::DeprecatedStatus>(GetArenaForAllocation()); + deprecated_status_ = p; + } + return deprecated_status_; +} +inline ::viam::app::v1::DeprecatedStatus* Module::mutable_deprecated_status() { + ::viam::app::v1::DeprecatedStatus* _msg = _internal_mutable_deprecated_status(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.Module.deprecated_status) + return _msg; +} +inline void Module::set_allocated_deprecated_status(::viam::app::v1::DeprecatedStatus* deprecated_status) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); + if (message_arena == nullptr) { + delete deprecated_status_; + } + if (deprecated_status) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = + ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(deprecated_status); + if (message_arena != submessage_arena) { + deprecated_status = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, deprecated_status, submessage_arena); + } + _has_bits_[0] |= 0x00000004u; + } else { + _has_bits_[0] &= ~0x00000004u; + } + deprecated_status_ = deprecated_status; + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.Module.deprecated_status) +} + // ------------------------------------------------------------------- // VersionHistory @@ -80909,6 +82996,96 @@ VersionHistory::apps() const { return apps_; } +// optional .viam.app.v1.DeprecatedStatus deprecated_status = 8 [json_name = "deprecatedStatus"]; +inline bool VersionHistory::_internal_has_deprecated_status() const { + bool value = (_has_bits_[0] & 0x00000004u) != 0; + PROTOBUF_ASSUME(!value || deprecated_status_ != nullptr); + return value; +} +inline bool VersionHistory::has_deprecated_status() const { + return _internal_has_deprecated_status(); +} +inline void VersionHistory::clear_deprecated_status() { + if (deprecated_status_ != nullptr) deprecated_status_->Clear(); + _has_bits_[0] &= ~0x00000004u; +} +inline const ::viam::app::v1::DeprecatedStatus& VersionHistory::_internal_deprecated_status() const { + const ::viam::app::v1::DeprecatedStatus* p = deprecated_status_; + return p != nullptr ? *p : reinterpret_cast( + ::viam::app::v1::_DeprecatedStatus_default_instance_); +} +inline const ::viam::app::v1::DeprecatedStatus& VersionHistory::deprecated_status() const { + // @@protoc_insertion_point(field_get:viam.app.v1.VersionHistory.deprecated_status) + return _internal_deprecated_status(); +} +inline void VersionHistory::unsafe_arena_set_allocated_deprecated_status( + ::viam::app::v1::DeprecatedStatus* deprecated_status) { + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(deprecated_status_); + } + deprecated_status_ = deprecated_status; + if (deprecated_status) { + _has_bits_[0] |= 0x00000004u; + } else { + _has_bits_[0] &= ~0x00000004u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:viam.app.v1.VersionHistory.deprecated_status) +} +inline ::viam::app::v1::DeprecatedStatus* VersionHistory::release_deprecated_status() { + _has_bits_[0] &= ~0x00000004u; + ::viam::app::v1::DeprecatedStatus* temp = deprecated_status_; + deprecated_status_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + if (GetArenaForAllocation() == nullptr) { delete old; } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return temp; +} +inline ::viam::app::v1::DeprecatedStatus* VersionHistory::unsafe_arena_release_deprecated_status() { + // @@protoc_insertion_point(field_release:viam.app.v1.VersionHistory.deprecated_status) + _has_bits_[0] &= ~0x00000004u; + ::viam::app::v1::DeprecatedStatus* temp = deprecated_status_; + deprecated_status_ = nullptr; + return temp; +} +inline ::viam::app::v1::DeprecatedStatus* VersionHistory::_internal_mutable_deprecated_status() { + _has_bits_[0] |= 0x00000004u; + if (deprecated_status_ == nullptr) { + auto* p = CreateMaybeMessage<::viam::app::v1::DeprecatedStatus>(GetArenaForAllocation()); + deprecated_status_ = p; + } + return deprecated_status_; +} +inline ::viam::app::v1::DeprecatedStatus* VersionHistory::mutable_deprecated_status() { + ::viam::app::v1::DeprecatedStatus* _msg = _internal_mutable_deprecated_status(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.VersionHistory.deprecated_status) + return _msg; +} +inline void VersionHistory::set_allocated_deprecated_status(::viam::app::v1::DeprecatedStatus* deprecated_status) { + ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); + if (message_arena == nullptr) { + delete deprecated_status_; + } + if (deprecated_status) { + ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = + ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(deprecated_status); + if (message_arena != submessage_arena) { + deprecated_status = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( + message_arena, deprecated_status, submessage_arena); + } + _has_bits_[0] |= 0x00000004u; + } else { + _has_bits_[0] &= ~0x00000004u; + } + deprecated_status_ = deprecated_status; + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.VersionHistory.deprecated_status) +} + // ------------------------------------------------------------------- // Uploads @@ -81194,6 +83371,272 @@ ListModulesResponse::modules() const { // ------------------------------------------------------------------- +// DeprecateRegistryItemVersionRequest + +// string item_id = 1 [json_name = "itemId"]; +inline void DeprecateRegistryItemVersionRequest::clear_item_id() { + item_id_.ClearToEmpty(); +} +inline const std::string& DeprecateRegistryItemVersionRequest::item_id() const { + // @@protoc_insertion_point(field_get:viam.app.v1.DeprecateRegistryItemVersionRequest.item_id) + return _internal_item_id(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void DeprecateRegistryItemVersionRequest::set_item_id(ArgT0&& arg0, ArgT... args) { + + item_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.DeprecateRegistryItemVersionRequest.item_id) +} +inline std::string* DeprecateRegistryItemVersionRequest::mutable_item_id() { + std::string* _s = _internal_mutable_item_id(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.DeprecateRegistryItemVersionRequest.item_id) + return _s; +} +inline const std::string& DeprecateRegistryItemVersionRequest::_internal_item_id() const { + return item_id_.Get(); +} +inline void DeprecateRegistryItemVersionRequest::_internal_set_item_id(const std::string& value) { + + item_id_.Set(value, GetArenaForAllocation()); +} +inline std::string* DeprecateRegistryItemVersionRequest::_internal_mutable_item_id() { + + return item_id_.Mutable(GetArenaForAllocation()); +} +inline std::string* DeprecateRegistryItemVersionRequest::release_item_id() { + // @@protoc_insertion_point(field_release:viam.app.v1.DeprecateRegistryItemVersionRequest.item_id) + return item_id_.Release(); +} +inline void DeprecateRegistryItemVersionRequest::set_allocated_item_id(std::string* item_id) { + if (item_id != nullptr) { + + } else { + + } + item_id_.SetAllocated(item_id, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (item_id_.IsDefault()) { + item_id_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.DeprecateRegistryItemVersionRequest.item_id) +} + +// string version = 2 [json_name = "version"]; +inline void DeprecateRegistryItemVersionRequest::clear_version() { + version_.ClearToEmpty(); +} +inline const std::string& DeprecateRegistryItemVersionRequest::version() const { + // @@protoc_insertion_point(field_get:viam.app.v1.DeprecateRegistryItemVersionRequest.version) + return _internal_version(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void DeprecateRegistryItemVersionRequest::set_version(ArgT0&& arg0, ArgT... args) { + + version_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.DeprecateRegistryItemVersionRequest.version) +} +inline std::string* DeprecateRegistryItemVersionRequest::mutable_version() { + std::string* _s = _internal_mutable_version(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.DeprecateRegistryItemVersionRequest.version) + return _s; +} +inline const std::string& DeprecateRegistryItemVersionRequest::_internal_version() const { + return version_.Get(); +} +inline void DeprecateRegistryItemVersionRequest::_internal_set_version(const std::string& value) { + + version_.Set(value, GetArenaForAllocation()); +} +inline std::string* DeprecateRegistryItemVersionRequest::_internal_mutable_version() { + + return version_.Mutable(GetArenaForAllocation()); +} +inline std::string* DeprecateRegistryItemVersionRequest::release_version() { + // @@protoc_insertion_point(field_release:viam.app.v1.DeprecateRegistryItemVersionRequest.version) + return version_.Release(); +} +inline void DeprecateRegistryItemVersionRequest::set_allocated_version(std::string* version) { + if (version != nullptr) { + + } else { + + } + version_.SetAllocated(version, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (version_.IsDefault()) { + version_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.DeprecateRegistryItemVersionRequest.version) +} + +// string message = 3 [json_name = "message"]; +inline void DeprecateRegistryItemVersionRequest::clear_message() { + message_.ClearToEmpty(); +} +inline const std::string& DeprecateRegistryItemVersionRequest::message() const { + // @@protoc_insertion_point(field_get:viam.app.v1.DeprecateRegistryItemVersionRequest.message) + return _internal_message(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void DeprecateRegistryItemVersionRequest::set_message(ArgT0&& arg0, ArgT... args) { + + message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.DeprecateRegistryItemVersionRequest.message) +} +inline std::string* DeprecateRegistryItemVersionRequest::mutable_message() { + std::string* _s = _internal_mutable_message(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.DeprecateRegistryItemVersionRequest.message) + return _s; +} +inline const std::string& DeprecateRegistryItemVersionRequest::_internal_message() const { + return message_.Get(); +} +inline void DeprecateRegistryItemVersionRequest::_internal_set_message(const std::string& value) { + + message_.Set(value, GetArenaForAllocation()); +} +inline std::string* DeprecateRegistryItemVersionRequest::_internal_mutable_message() { + + return message_.Mutable(GetArenaForAllocation()); +} +inline std::string* DeprecateRegistryItemVersionRequest::release_message() { + // @@protoc_insertion_point(field_release:viam.app.v1.DeprecateRegistryItemVersionRequest.message) + return message_.Release(); +} +inline void DeprecateRegistryItemVersionRequest::set_allocated_message(std::string* message) { + if (message != nullptr) { + + } else { + + } + message_.SetAllocated(message, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (message_.IsDefault()) { + message_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.DeprecateRegistryItemVersionRequest.message) +} + +// ------------------------------------------------------------------- + +// DeprecateRegistryItemVersionResponse + +// ------------------------------------------------------------------- + +// UndeprecateRegistryItemVersionRequest + +// string item_id = 1 [json_name = "itemId"]; +inline void UndeprecateRegistryItemVersionRequest::clear_item_id() { + item_id_.ClearToEmpty(); +} +inline const std::string& UndeprecateRegistryItemVersionRequest::item_id() const { + // @@protoc_insertion_point(field_get:viam.app.v1.UndeprecateRegistryItemVersionRequest.item_id) + return _internal_item_id(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void UndeprecateRegistryItemVersionRequest::set_item_id(ArgT0&& arg0, ArgT... args) { + + item_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.UndeprecateRegistryItemVersionRequest.item_id) +} +inline std::string* UndeprecateRegistryItemVersionRequest::mutable_item_id() { + std::string* _s = _internal_mutable_item_id(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.UndeprecateRegistryItemVersionRequest.item_id) + return _s; +} +inline const std::string& UndeprecateRegistryItemVersionRequest::_internal_item_id() const { + return item_id_.Get(); +} +inline void UndeprecateRegistryItemVersionRequest::_internal_set_item_id(const std::string& value) { + + item_id_.Set(value, GetArenaForAllocation()); +} +inline std::string* UndeprecateRegistryItemVersionRequest::_internal_mutable_item_id() { + + return item_id_.Mutable(GetArenaForAllocation()); +} +inline std::string* UndeprecateRegistryItemVersionRequest::release_item_id() { + // @@protoc_insertion_point(field_release:viam.app.v1.UndeprecateRegistryItemVersionRequest.item_id) + return item_id_.Release(); +} +inline void UndeprecateRegistryItemVersionRequest::set_allocated_item_id(std::string* item_id) { + if (item_id != nullptr) { + + } else { + + } + item_id_.SetAllocated(item_id, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (item_id_.IsDefault()) { + item_id_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.UndeprecateRegistryItemVersionRequest.item_id) +} + +// string version = 2 [json_name = "version"]; +inline void UndeprecateRegistryItemVersionRequest::clear_version() { + version_.ClearToEmpty(); +} +inline const std::string& UndeprecateRegistryItemVersionRequest::version() const { + // @@protoc_insertion_point(field_get:viam.app.v1.UndeprecateRegistryItemVersionRequest.version) + return _internal_version(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void UndeprecateRegistryItemVersionRequest::set_version(ArgT0&& arg0, ArgT... args) { + + version_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.UndeprecateRegistryItemVersionRequest.version) +} +inline std::string* UndeprecateRegistryItemVersionRequest::mutable_version() { + std::string* _s = _internal_mutable_version(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.UndeprecateRegistryItemVersionRequest.version) + return _s; +} +inline const std::string& UndeprecateRegistryItemVersionRequest::_internal_version() const { + return version_.Get(); +} +inline void UndeprecateRegistryItemVersionRequest::_internal_set_version(const std::string& value) { + + version_.Set(value, GetArenaForAllocation()); +} +inline std::string* UndeprecateRegistryItemVersionRequest::_internal_mutable_version() { + + return version_.Mutable(GetArenaForAllocation()); +} +inline std::string* UndeprecateRegistryItemVersionRequest::release_version() { + // @@protoc_insertion_point(field_release:viam.app.v1.UndeprecateRegistryItemVersionRequest.version) + return version_.Release(); +} +inline void UndeprecateRegistryItemVersionRequest::set_allocated_version(std::string* version) { + if (version != nullptr) { + + } else { + + } + version_.SetAllocated(version, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (version_.IsDefault()) { + version_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.UndeprecateRegistryItemVersionRequest.version) +} + +// ------------------------------------------------------------------- + +// UndeprecateRegistryItemVersionResponse + +// ------------------------------------------------------------------- + // GetUserIDByEmailRequest // string email = 1 [json_name = "email"]; @@ -87808,6 +90251,24 @@ inline void DeleteFirebaseConfigRequest::set_allocated_app_id(std::string* app_i // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope)