diff --git a/src/viam/api/api_proto_tag.lock b/src/viam/api/api_proto_tag.lock index f35fd631c..66864fd4f 100644 --- a/src/viam/api/api_proto_tag.lock +++ b/src/viam/api/api_proto_tag.lock @@ -1 +1 @@ -v0.1.389 +v0.1.391 diff --git a/src/viam/api/app/v1/app.grpc.pb.cc b/src/viam/api/app/v1/app.grpc.pb.cc index eaa1bc12e..420459091 100644 --- a/src/viam/api/app/v1/app.grpc.pb.cc +++ b/src/viam/api/app/v1/app.grpc.pb.cc @@ -91,6 +91,9 @@ static const char* AppService_method_names[] = { "/viam.app.v1.AppService/DeleteFragment", "/viam.app.v1.AppService/ListMachineFragments", "/viam.app.v1.AppService/GetFragmentHistory", + "/viam.app.v1.AppService/GetFragmentUsage", + "/viam.app.v1.AppService/SetFragmentTag", + "/viam.app.v1.AppService/DeleteFragmentTag", "/viam.app.v1.AppService/AddRole", "/viam.app.v1.AppService/RemoveRole", "/viam.app.v1.AppService/ChangeRole", @@ -189,28 +192,31 @@ AppService::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel , rpcmethod_DeleteFragment_(AppService_method_names[64], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) , rpcmethod_ListMachineFragments_(AppService_method_names[65], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) , rpcmethod_GetFragmentHistory_(AppService_method_names[66], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_AddRole_(AppService_method_names[67], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_RemoveRole_(AppService_method_names[68], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ChangeRole_(AppService_method_names[69], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListAuthorizations_(AppService_method_names[70], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CheckPermissions_(AppService_method_names[71], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetRegistryItem_(AppService_method_names[72], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateRegistryItem_(AppService_method_names[73], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_UpdateRegistryItem_(AppService_method_names[74], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListRegistryItems_(AppService_method_names[75], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_DeleteRegistryItem_(AppService_method_names[76], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_TransferRegistryItem_(AppService_method_names[77], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateModule_(AppService_method_names[78], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_UpdateModule_(AppService_method_names[79], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_UploadModuleFile_(AppService_method_names[80], ::grpc::internal::RpcMethod::CLIENT_STREAMING, channel) - , rpcmethod_GetModule_(AppService_method_names[81], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListModules_(AppService_method_names[82], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateKey_(AppService_method_names[83], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_DeleteKey_(AppService_method_names[84], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListKeys_(AppService_method_names[85], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_RenameKey_(AppService_method_names[86], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_RotateKey_(AppService_method_names[87], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateKeyFromExistingKeyAuthorizations_(AppService_method_names[88], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetFragmentUsage_(AppService_method_names[67], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_SetFragmentTag_(AppService_method_names[68], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_DeleteFragmentTag_(AppService_method_names[69], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_AddRole_(AppService_method_names[70], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_RemoveRole_(AppService_method_names[71], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ChangeRole_(AppService_method_names[72], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListAuthorizations_(AppService_method_names[73], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CheckPermissions_(AppService_method_names[74], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetRegistryItem_(AppService_method_names[75], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateRegistryItem_(AppService_method_names[76], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_UpdateRegistryItem_(AppService_method_names[77], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListRegistryItems_(AppService_method_names[78], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_DeleteRegistryItem_(AppService_method_names[79], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_TransferRegistryItem_(AppService_method_names[80], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateModule_(AppService_method_names[81], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_UpdateModule_(AppService_method_names[82], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_UploadModuleFile_(AppService_method_names[83], ::grpc::internal::RpcMethod::CLIENT_STREAMING, channel) + , rpcmethod_GetModule_(AppService_method_names[84], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListModules_(AppService_method_names[85], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateKey_(AppService_method_names[86], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_DeleteKey_(AppService_method_names[87], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListKeys_(AppService_method_names[88], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_RenameKey_(AppService_method_names[89], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_RotateKey_(AppService_method_names[90], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateKeyFromExistingKeyAuthorizations_(AppService_method_names[91], ::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) { @@ -2077,6 +2083,90 @@ ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentHistoryResponse>* return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::viam::app::v1::GetFragmentHistoryResponse>::Create(channel_.get(), cq, rpcmethod_GetFragmentHistory_, context, request, false); } +::grpc::Status AppService::Stub::GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::viam::app::v1::GetFragmentUsageResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetFragmentUsage_, context, request, response); +} + +void AppService::Stub::experimental_async::GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetFragmentUsage_, context, request, response, std::move(f)); +} + +void AppService::Stub::experimental_async::GetFragmentUsage(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::GetFragmentUsageResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetFragmentUsage_, context, request, response, std::move(f)); +} + +void AppService::Stub::experimental_async::GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetFragmentUsage_, context, request, response, reactor); +} + +void AppService::Stub::experimental_async::GetFragmentUsage(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::GetFragmentUsageResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetFragmentUsage_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentUsageResponse>* AppService::Stub::AsyncGetFragmentUsageRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::viam::app::v1::GetFragmentUsageResponse>::Create(channel_.get(), cq, rpcmethod_GetFragmentUsage_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentUsageResponse>* AppService::Stub::PrepareAsyncGetFragmentUsageRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::viam::app::v1::GetFragmentUsageResponse>::Create(channel_.get(), cq, rpcmethod_GetFragmentUsage_, context, request, false); +} + +::grpc::Status AppService::Stub::SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::viam::app::v1::SetFragmentTagResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_SetFragmentTag_, context, request, response); +} + +void AppService::Stub::experimental_async::SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_SetFragmentTag_, context, request, response, std::move(f)); +} + +void AppService::Stub::experimental_async::SetFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::SetFragmentTagResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_SetFragmentTag_, context, request, response, std::move(f)); +} + +void AppService::Stub::experimental_async::SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_SetFragmentTag_, context, request, response, reactor); +} + +void AppService::Stub::experimental_async::SetFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::SetFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_SetFragmentTag_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::SetFragmentTagResponse>* AppService::Stub::AsyncSetFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::viam::app::v1::SetFragmentTagResponse>::Create(channel_.get(), cq, rpcmethod_SetFragmentTag_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::SetFragmentTagResponse>* AppService::Stub::PrepareAsyncSetFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::viam::app::v1::SetFragmentTagResponse>::Create(channel_.get(), cq, rpcmethod_SetFragmentTag_, context, request, false); +} + +::grpc::Status AppService::Stub::DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::viam::app::v1::DeleteFragmentTagResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_DeleteFragmentTag_, context, request, response); +} + +void AppService::Stub::experimental_async::DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_DeleteFragmentTag_, context, request, response, std::move(f)); +} + +void AppService::Stub::experimental_async::DeleteFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::DeleteFragmentTagResponse* response, std::function f) { + ::grpc_impl::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_DeleteFragmentTag_, context, request, response, std::move(f)); +} + +void AppService::Stub::experimental_async::DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_DeleteFragmentTag_, context, request, response, reactor); +} + +void AppService::Stub::experimental_async::DeleteFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::DeleteFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc_impl::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_DeleteFragmentTag_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeleteFragmentTagResponse>* AppService::Stub::AsyncDeleteFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::viam::app::v1::DeleteFragmentTagResponse>::Create(channel_.get(), cq, rpcmethod_DeleteFragmentTag_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeleteFragmentTagResponse>* AppService::Stub::PrepareAsyncDeleteFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc_impl::internal::ClientAsyncResponseReaderFactory< ::viam::app::v1::DeleteFragmentTagResponse>::Create(channel_.get(), cq, rpcmethod_DeleteFragmentTag_, context, request, false); +} + ::grpc::Status AppService::Stub::AddRole(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest& request, ::viam::app::v1::AddRoleResponse* response) { return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_AddRole_, context, request, response); } @@ -3355,6 +3445,36 @@ AppService::Service::Service() { AddMethod(new ::grpc::internal::RpcServiceMethod( AppService_method_names[67], ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::GetFragmentUsageRequest, ::viam::app::v1::GetFragmentUsageResponse>( + [](AppService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::viam::app::v1::GetFragmentUsageRequest* req, + ::viam::app::v1::GetFragmentUsageResponse* resp) { + return service->GetFragmentUsage(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AppService_method_names[68], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::SetFragmentTagRequest, ::viam::app::v1::SetFragmentTagResponse>( + [](AppService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::viam::app::v1::SetFragmentTagRequest* req, + ::viam::app::v1::SetFragmentTagResponse* resp) { + return service->SetFragmentTag(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AppService_method_names[69], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::DeleteFragmentTagRequest, ::viam::app::v1::DeleteFragmentTagResponse>( + [](AppService::Service* service, + ::grpc_impl::ServerContext* ctx, + const ::viam::app::v1::DeleteFragmentTagRequest* req, + ::viam::app::v1::DeleteFragmentTagResponse* resp) { + return service->DeleteFragmentTag(ctx, req, resp); + }, this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AppService_method_names[70], + ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::AddRoleRequest, ::viam::app::v1::AddRoleResponse>( [](AppService::Service* service, ::grpc_impl::ServerContext* ctx, @@ -3363,7 +3483,7 @@ AppService::Service::Service() { return service->AddRole(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[68], + AppService_method_names[71], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::RemoveRoleRequest, ::viam::app::v1::RemoveRoleResponse>( [](AppService::Service* service, @@ -3373,7 +3493,7 @@ AppService::Service::Service() { return service->RemoveRole(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[69], + AppService_method_names[72], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::ChangeRoleRequest, ::viam::app::v1::ChangeRoleResponse>( [](AppService::Service* service, @@ -3383,7 +3503,7 @@ AppService::Service::Service() { return service->ChangeRole(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[70], + AppService_method_names[73], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::ListAuthorizationsRequest, ::viam::app::v1::ListAuthorizationsResponse>( [](AppService::Service* service, @@ -3393,7 +3513,7 @@ AppService::Service::Service() { return service->ListAuthorizations(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[71], + AppService_method_names[74], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::CheckPermissionsRequest, ::viam::app::v1::CheckPermissionsResponse>( [](AppService::Service* service, @@ -3403,7 +3523,7 @@ AppService::Service::Service() { return service->CheckPermissions(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[72], + AppService_method_names[75], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::GetRegistryItemRequest, ::viam::app::v1::GetRegistryItemResponse>( [](AppService::Service* service, @@ -3413,7 +3533,7 @@ AppService::Service::Service() { return service->GetRegistryItem(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[73], + AppService_method_names[76], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::CreateRegistryItemRequest, ::viam::app::v1::CreateRegistryItemResponse>( [](AppService::Service* service, @@ -3423,7 +3543,7 @@ AppService::Service::Service() { return service->CreateRegistryItem(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[74], + AppService_method_names[77], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::UpdateRegistryItemRequest, ::viam::app::v1::UpdateRegistryItemResponse>( [](AppService::Service* service, @@ -3433,7 +3553,7 @@ AppService::Service::Service() { return service->UpdateRegistryItem(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[75], + AppService_method_names[78], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::ListRegistryItemsRequest, ::viam::app::v1::ListRegistryItemsResponse>( [](AppService::Service* service, @@ -3443,7 +3563,7 @@ AppService::Service::Service() { return service->ListRegistryItems(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[76], + AppService_method_names[79], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::DeleteRegistryItemRequest, ::viam::app::v1::DeleteRegistryItemResponse>( [](AppService::Service* service, @@ -3453,7 +3573,7 @@ AppService::Service::Service() { return service->DeleteRegistryItem(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[77], + AppService_method_names[80], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::TransferRegistryItemRequest, ::viam::app::v1::TransferRegistryItemResponse>( [](AppService::Service* service, @@ -3463,7 +3583,7 @@ AppService::Service::Service() { return service->TransferRegistryItem(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[78], + AppService_method_names[81], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse>( [](AppService::Service* service, @@ -3473,7 +3593,7 @@ AppService::Service::Service() { return service->CreateModule(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[79], + AppService_method_names[82], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::UpdateModuleRequest, ::viam::app::v1::UpdateModuleResponse>( [](AppService::Service* service, @@ -3483,7 +3603,7 @@ AppService::Service::Service() { return service->UpdateModule(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[80], + AppService_method_names[83], ::grpc::internal::RpcMethod::CLIENT_STREAMING, new ::grpc::internal::ClientStreamingHandler< AppService::Service, ::viam::app::v1::UploadModuleFileRequest, ::viam::app::v1::UploadModuleFileResponse>( [](AppService::Service* service, @@ -3493,7 +3613,7 @@ AppService::Service::Service() { return service->UploadModuleFile(ctx, reader, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[81], + AppService_method_names[84], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::GetModuleRequest, ::viam::app::v1::GetModuleResponse>( [](AppService::Service* service, @@ -3503,7 +3623,7 @@ AppService::Service::Service() { return service->GetModule(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[82], + AppService_method_names[85], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::ListModulesRequest, ::viam::app::v1::ListModulesResponse>( [](AppService::Service* service, @@ -3513,7 +3633,7 @@ AppService::Service::Service() { return service->ListModules(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[83], + AppService_method_names[86], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse>( [](AppService::Service* service, @@ -3523,7 +3643,7 @@ AppService::Service::Service() { return service->CreateKey(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[84], + AppService_method_names[87], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::DeleteKeyRequest, ::viam::app::v1::DeleteKeyResponse>( [](AppService::Service* service, @@ -3533,7 +3653,7 @@ AppService::Service::Service() { return service->DeleteKey(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[85], + AppService_method_names[88], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::ListKeysRequest, ::viam::app::v1::ListKeysResponse>( [](AppService::Service* service, @@ -3543,7 +3663,7 @@ AppService::Service::Service() { return service->ListKeys(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[86], + AppService_method_names[89], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::RenameKeyRequest, ::viam::app::v1::RenameKeyResponse>( [](AppService::Service* service, @@ -3553,7 +3673,7 @@ AppService::Service::Service() { return service->RenameKey(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[87], + AppService_method_names[90], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::RotateKeyRequest, ::viam::app::v1::RotateKeyResponse>( [](AppService::Service* service, @@ -3563,7 +3683,7 @@ AppService::Service::Service() { return service->RotateKey(ctx, req, resp); }, this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AppService_method_names[88], + AppService_method_names[91], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AppService::Service, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>( [](AppService::Service* service, @@ -4046,6 +4166,27 @@ ::grpc::Status AppService::Service::GetFragmentHistory(::grpc::ServerContext* co return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } +::grpc::Status AppService::Service::GetFragmentUsage(::grpc::ServerContext* context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status AppService::Service::SetFragmentTag(::grpc::ServerContext* context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status AppService::Service::DeleteFragmentTag(::grpc::ServerContext* context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + ::grpc::Status AppService::Service::AddRole(::grpc::ServerContext* context, const ::viam::app::v1::AddRoleRequest* request, ::viam::app::v1::AddRoleResponse* 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 01c8e3f51..20adfbe96 100644 --- a/src/viam/api/app/v1/app.grpc.pb.h +++ b/src/viam/api/app/v1/app.grpc.pb.h @@ -572,6 +572,30 @@ class AppService final { std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetFragmentHistoryResponse>> PrepareAsyncGetFragmentHistory(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentHistoryRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetFragmentHistoryResponse>>(PrepareAsyncGetFragmentHistoryRaw(context, request, cq)); } + // Gets usage for a fragment across versions + virtual ::grpc::Status GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::viam::app::v1::GetFragmentUsageResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetFragmentUsageResponse>> AsyncGetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetFragmentUsageResponse>>(AsyncGetFragmentUsageRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetFragmentUsageResponse>> PrepareAsyncGetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetFragmentUsageResponse>>(PrepareAsyncGetFragmentUsageRaw(context, request, cq)); + } + // Sets a fragment tag to a revision + virtual ::grpc::Status SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::viam::app::v1::SetFragmentTagResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::SetFragmentTagResponse>> AsyncSetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::SetFragmentTagResponse>>(AsyncSetFragmentTagRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::SetFragmentTagResponse>> PrepareAsyncSetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::SetFragmentTagResponse>>(PrepareAsyncSetFragmentTagRaw(context, request, cq)); + } + // Deletes a fragment tag + virtual ::grpc::Status DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::viam::app::v1::DeleteFragmentTagResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeleteFragmentTagResponse>> AsyncDeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeleteFragmentTagResponse>>(AsyncDeleteFragmentTagRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeleteFragmentTagResponse>> PrepareAsyncDeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeleteFragmentTagResponse>>(PrepareAsyncDeleteFragmentTagRaw(context, request, cq)); + } // Creates an IdentityAuthorization virtual ::grpc::Status AddRole(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest& request, ::viam::app::v1::AddRoleResponse* response) = 0; std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::AddRoleResponse>> AsyncAddRole(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest& request, ::grpc::CompletionQueue* cq) { @@ -1596,6 +1620,45 @@ class AppService final { #else virtual void GetFragmentHistory(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::GetFragmentHistoryResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; #endif + // Gets usage for a fragment across versions + virtual void GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response, std::function) = 0; + virtual void GetFragmentUsage(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::GetFragmentUsageResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void GetFragmentUsage(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::GetFragmentUsageResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void GetFragmentUsage(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::GetFragmentUsageResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + // Sets a fragment tag to a revision + virtual void SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response, std::function) = 0; + virtual void SetFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::SetFragmentTagResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void SetFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::SetFragmentTagResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void SetFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::SetFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + // Deletes a fragment tag + virtual void DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response, std::function) = 0; + virtual void DeleteFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::DeleteFragmentTagResponse* response, std::function) = 0; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual void DeleteFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::DeleteFragmentTagResponse* response, ::grpc::ClientUnaryReactor* reactor) = 0; + #else + virtual void DeleteFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::DeleteFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + #endif // Creates an IdentityAuthorization virtual void AddRole(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest* request, ::viam::app::v1::AddRoleResponse* response, std::function) = 0; virtual void AddRole(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::AddRoleResponse* response, std::function) = 0; @@ -2002,6 +2065,12 @@ class AppService final { virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::ListMachineFragmentsResponse>* PrepareAsyncListMachineFragmentsRaw(::grpc::ClientContext* context, const ::viam::app::v1::ListMachineFragmentsRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetFragmentHistoryResponse>* AsyncGetFragmentHistoryRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentHistoryRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetFragmentHistoryResponse>* PrepareAsyncGetFragmentHistoryRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentHistoryRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetFragmentUsageResponse>* AsyncGetFragmentUsageRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::GetFragmentUsageResponse>* PrepareAsyncGetFragmentUsageRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::SetFragmentTagResponse>* AsyncSetFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::SetFragmentTagResponse>* PrepareAsyncSetFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeleteFragmentTagResponse>* AsyncDeleteFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::DeleteFragmentTagResponse>* PrepareAsyncDeleteFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::AddRoleResponse>* AsyncAddRoleRaw(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::AddRoleResponse>* PrepareAsyncAddRoleRaw(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::viam::app::v1::RemoveRoleResponse>* AsyncRemoveRoleRaw(::grpc::ClientContext* context, const ::viam::app::v1::RemoveRoleRequest& request, ::grpc::CompletionQueue* cq) = 0; @@ -2522,6 +2591,27 @@ class AppService final { std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentHistoryResponse>> PrepareAsyncGetFragmentHistory(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentHistoryRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentHistoryResponse>>(PrepareAsyncGetFragmentHistoryRaw(context, request, cq)); } + ::grpc::Status GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::viam::app::v1::GetFragmentUsageResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentUsageResponse>> AsyncGetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentUsageResponse>>(AsyncGetFragmentUsageRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentUsageResponse>> PrepareAsyncGetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentUsageResponse>>(PrepareAsyncGetFragmentUsageRaw(context, request, cq)); + } + ::grpc::Status SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::viam::app::v1::SetFragmentTagResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::SetFragmentTagResponse>> AsyncSetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::SetFragmentTagResponse>>(AsyncSetFragmentTagRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::SetFragmentTagResponse>> PrepareAsyncSetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::SetFragmentTagResponse>>(PrepareAsyncSetFragmentTagRaw(context, request, cq)); + } + ::grpc::Status DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::viam::app::v1::DeleteFragmentTagResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeleteFragmentTagResponse>> AsyncDeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeleteFragmentTagResponse>>(AsyncDeleteFragmentTagRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeleteFragmentTagResponse>> PrepareAsyncDeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeleteFragmentTagResponse>>(PrepareAsyncDeleteFragmentTagRaw(context, request, cq)); + } ::grpc::Status AddRole(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest& request, ::viam::app::v1::AddRoleResponse* response) override; std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::AddRoleResponse>> AsyncAddRole(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::viam::app::v1::AddRoleResponse>>(AsyncAddRoleRaw(context, request, cq)); @@ -3478,6 +3568,42 @@ class AppService final { #else void GetFragmentHistory(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::GetFragmentHistoryResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; #endif + void GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response, std::function) override; + void GetFragmentUsage(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::GetFragmentUsageResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void GetFragmentUsage(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void GetFragmentUsage(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::GetFragmentUsageResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void GetFragmentUsage(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::GetFragmentUsageResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + void SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response, std::function) override; + void SetFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::SetFragmentTagResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void SetFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void SetFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::SetFragmentTagResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void SetFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::SetFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + void DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response, std::function) override; + void DeleteFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::DeleteFragmentTagResponse* response, std::function) override; + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void DeleteFragmentTag(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + void DeleteFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::DeleteFragmentTagResponse* response, ::grpc::ClientUnaryReactor* reactor) override; + #else + void DeleteFragmentTag(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::DeleteFragmentTagResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + #endif void AddRole(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest* request, ::viam::app::v1::AddRoleResponse* response, std::function) override; void AddRole(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::viam::app::v1::AddRoleResponse* response, std::function) override; #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -3881,6 +4007,12 @@ class AppService final { ::grpc::ClientAsyncResponseReader< ::viam::app::v1::ListMachineFragmentsResponse>* PrepareAsyncListMachineFragmentsRaw(::grpc::ClientContext* context, const ::viam::app::v1::ListMachineFragmentsRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentHistoryResponse>* AsyncGetFragmentHistoryRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentHistoryRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentHistoryResponse>* PrepareAsyncGetFragmentHistoryRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentHistoryRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentUsageResponse>* AsyncGetFragmentUsageRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::GetFragmentUsageResponse>* PrepareAsyncGetFragmentUsageRaw(::grpc::ClientContext* context, const ::viam::app::v1::GetFragmentUsageRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::SetFragmentTagResponse>* AsyncSetFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::SetFragmentTagResponse>* PrepareAsyncSetFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::SetFragmentTagRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeleteFragmentTagResponse>* AsyncDeleteFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::viam::app::v1::DeleteFragmentTagResponse>* PrepareAsyncDeleteFragmentTagRaw(::grpc::ClientContext* context, const ::viam::app::v1::DeleteFragmentTagRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::AddRoleResponse>* AsyncAddRoleRaw(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::AddRoleResponse>* PrepareAsyncAddRoleRaw(::grpc::ClientContext* context, const ::viam::app::v1::AddRoleRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::viam::app::v1::RemoveRoleResponse>* AsyncRemoveRoleRaw(::grpc::ClientContext* context, const ::viam::app::v1::RemoveRoleRequest& request, ::grpc::CompletionQueue* cq) override; @@ -3993,6 +4125,9 @@ class AppService final { const ::grpc::internal::RpcMethod rpcmethod_DeleteFragment_; const ::grpc::internal::RpcMethod rpcmethod_ListMachineFragments_; const ::grpc::internal::RpcMethod rpcmethod_GetFragmentHistory_; + const ::grpc::internal::RpcMethod rpcmethod_GetFragmentUsage_; + const ::grpc::internal::RpcMethod rpcmethod_SetFragmentTag_; + const ::grpc::internal::RpcMethod rpcmethod_DeleteFragmentTag_; const ::grpc::internal::RpcMethod rpcmethod_AddRole_; const ::grpc::internal::RpcMethod rpcmethod_RemoveRole_; const ::grpc::internal::RpcMethod rpcmethod_ChangeRole_; @@ -4152,6 +4287,12 @@ class AppService final { virtual ::grpc::Status ListMachineFragments(::grpc::ServerContext* context, const ::viam::app::v1::ListMachineFragmentsRequest* request, ::viam::app::v1::ListMachineFragmentsResponse* response); // Gets fragment history virtual ::grpc::Status GetFragmentHistory(::grpc::ServerContext* context, const ::viam::app::v1::GetFragmentHistoryRequest* request, ::viam::app::v1::GetFragmentHistoryResponse* response); + // Gets usage for a fragment across versions + virtual ::grpc::Status GetFragmentUsage(::grpc::ServerContext* context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response); + // Sets a fragment tag to a revision + virtual ::grpc::Status SetFragmentTag(::grpc::ServerContext* context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response); + // Deletes a fragment tag + virtual ::grpc::Status DeleteFragmentTag(::grpc::ServerContext* context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response); // Creates an IdentityAuthorization virtual ::grpc::Status AddRole(::grpc::ServerContext* context, const ::viam::app::v1::AddRoleRequest* request, ::viam::app::v1::AddRoleResponse* response); // Deletes an IdentityAuthorization @@ -5521,12 +5662,72 @@ class AppService final { } }; template + class WithAsyncMethod_GetFragmentUsage : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_GetFragmentUsage() { + ::grpc::Service::MarkMethodAsync(67); + } + ~WithAsyncMethod_GetFragmentUsage() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFragmentUsage(::grpc::ServerContext* /*context*/, const ::viam::app::v1::GetFragmentUsageRequest* /*request*/, ::viam::app::v1::GetFragmentUsageResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetFragmentUsage(::grpc::ServerContext* context, ::viam::app::v1::GetFragmentUsageRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::GetFragmentUsageResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(67, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_SetFragmentTag : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_SetFragmentTag() { + ::grpc::Service::MarkMethodAsync(68); + } + ~WithAsyncMethod_SetFragmentTag() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status SetFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::SetFragmentTagRequest* /*request*/, ::viam::app::v1::SetFragmentTagResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestSetFragmentTag(::grpc::ServerContext* context, ::viam::app::v1::SetFragmentTagRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::SetFragmentTagResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(68, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_DeleteFragmentTag : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithAsyncMethod_DeleteFragmentTag() { + ::grpc::Service::MarkMethodAsync(69); + } + ~WithAsyncMethod_DeleteFragmentTag() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeleteFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeleteFragmentTagRequest* /*request*/, ::viam::app::v1::DeleteFragmentTagResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestDeleteFragmentTag(::grpc::ServerContext* context, ::viam::app::v1::DeleteFragmentTagRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::DeleteFragmentTagResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(69, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template class WithAsyncMethod_AddRole : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_AddRole() { - ::grpc::Service::MarkMethodAsync(67); + ::grpc::Service::MarkMethodAsync(70); } ~WithAsyncMethod_AddRole() override { BaseClassMustBeDerivedFromService(this); @@ -5537,7 +5738,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestAddRole(::grpc::ServerContext* context, ::viam::app::v1::AddRoleRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::AddRoleResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(67, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(70, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5546,7 +5747,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_RemoveRole() { - ::grpc::Service::MarkMethodAsync(68); + ::grpc::Service::MarkMethodAsync(71); } ~WithAsyncMethod_RemoveRole() override { BaseClassMustBeDerivedFromService(this); @@ -5557,7 +5758,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRemoveRole(::grpc::ServerContext* context, ::viam::app::v1::RemoveRoleRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::RemoveRoleResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(68, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(71, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5566,7 +5767,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_ChangeRole() { - ::grpc::Service::MarkMethodAsync(69); + ::grpc::Service::MarkMethodAsync(72); } ~WithAsyncMethod_ChangeRole() override { BaseClassMustBeDerivedFromService(this); @@ -5577,7 +5778,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestChangeRole(::grpc::ServerContext* context, ::viam::app::v1::ChangeRoleRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::ChangeRoleResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(69, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(72, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5586,7 +5787,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_ListAuthorizations() { - ::grpc::Service::MarkMethodAsync(70); + ::grpc::Service::MarkMethodAsync(73); } ~WithAsyncMethod_ListAuthorizations() override { BaseClassMustBeDerivedFromService(this); @@ -5597,7 +5798,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListAuthorizations(::grpc::ServerContext* context, ::viam::app::v1::ListAuthorizationsRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::ListAuthorizationsResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(70, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(73, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5606,7 +5807,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_CheckPermissions() { - ::grpc::Service::MarkMethodAsync(71); + ::grpc::Service::MarkMethodAsync(74); } ~WithAsyncMethod_CheckPermissions() override { BaseClassMustBeDerivedFromService(this); @@ -5617,7 +5818,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCheckPermissions(::grpc::ServerContext* context, ::viam::app::v1::CheckPermissionsRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::CheckPermissionsResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(71, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(74, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5626,7 +5827,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_GetRegistryItem() { - ::grpc::Service::MarkMethodAsync(72); + ::grpc::Service::MarkMethodAsync(75); } ~WithAsyncMethod_GetRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -5637,7 +5838,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetRegistryItem(::grpc::ServerContext* context, ::viam::app::v1::GetRegistryItemRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::GetRegistryItemResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(72, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(75, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5646,7 +5847,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_CreateRegistryItem() { - ::grpc::Service::MarkMethodAsync(73); + ::grpc::Service::MarkMethodAsync(76); } ~WithAsyncMethod_CreateRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -5657,7 +5858,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateRegistryItem(::grpc::ServerContext* context, ::viam::app::v1::CreateRegistryItemRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::CreateRegistryItemResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(73, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(76, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5666,7 +5867,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_UpdateRegistryItem() { - ::grpc::Service::MarkMethodAsync(74); + ::grpc::Service::MarkMethodAsync(77); } ~WithAsyncMethod_UpdateRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -5677,7 +5878,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestUpdateRegistryItem(::grpc::ServerContext* context, ::viam::app::v1::UpdateRegistryItemRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::UpdateRegistryItemResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(74, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(77, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5686,7 +5887,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_ListRegistryItems() { - ::grpc::Service::MarkMethodAsync(75); + ::grpc::Service::MarkMethodAsync(78); } ~WithAsyncMethod_ListRegistryItems() override { BaseClassMustBeDerivedFromService(this); @@ -5697,7 +5898,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListRegistryItems(::grpc::ServerContext* context, ::viam::app::v1::ListRegistryItemsRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::ListRegistryItemsResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(75, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(78, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5706,7 +5907,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_DeleteRegistryItem() { - ::grpc::Service::MarkMethodAsync(76); + ::grpc::Service::MarkMethodAsync(79); } ~WithAsyncMethod_DeleteRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -5717,7 +5918,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestDeleteRegistryItem(::grpc::ServerContext* context, ::viam::app::v1::DeleteRegistryItemRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::DeleteRegistryItemResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(76, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(79, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5726,7 +5927,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_TransferRegistryItem() { - ::grpc::Service::MarkMethodAsync(77); + ::grpc::Service::MarkMethodAsync(80); } ~WithAsyncMethod_TransferRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -5737,7 +5938,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestTransferRegistryItem(::grpc::ServerContext* context, ::viam::app::v1::TransferRegistryItemRequest* request, ::grpc::ServerAsyncResponseWriter< ::viam::app::v1::TransferRegistryItemResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(77, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(80, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5746,7 +5947,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_CreateModule() { - ::grpc::Service::MarkMethodAsync(78); + ::grpc::Service::MarkMethodAsync(81); } ~WithAsyncMethod_CreateModule() override { BaseClassMustBeDerivedFromService(this); @@ -5757,7 +5958,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(78, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(81, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5766,7 +5967,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_UpdateModule() { - ::grpc::Service::MarkMethodAsync(79); + ::grpc::Service::MarkMethodAsync(82); } ~WithAsyncMethod_UpdateModule() override { BaseClassMustBeDerivedFromService(this); @@ -5777,7 +5978,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(79, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(82, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5786,7 +5987,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_UploadModuleFile() { - ::grpc::Service::MarkMethodAsync(80); + ::grpc::Service::MarkMethodAsync(83); } ~WithAsyncMethod_UploadModuleFile() override { BaseClassMustBeDerivedFromService(this); @@ -5797,7 +5998,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(80, context, reader, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncClientStreaming(83, context, reader, new_call_cq, notification_cq, tag); } }; template @@ -5806,7 +6007,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_GetModule() { - ::grpc::Service::MarkMethodAsync(81); + ::grpc::Service::MarkMethodAsync(84); } ~WithAsyncMethod_GetModule() override { BaseClassMustBeDerivedFromService(this); @@ -5817,7 +6018,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(81, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(84, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5826,7 +6027,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_ListModules() { - ::grpc::Service::MarkMethodAsync(82); + ::grpc::Service::MarkMethodAsync(85); } ~WithAsyncMethod_ListModules() override { BaseClassMustBeDerivedFromService(this); @@ -5837,7 +6038,7 @@ 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(82, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(85, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5846,7 +6047,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_CreateKey() { - ::grpc::Service::MarkMethodAsync(83); + ::grpc::Service::MarkMethodAsync(86); } ~WithAsyncMethod_CreateKey() override { BaseClassMustBeDerivedFromService(this); @@ -5857,7 +6058,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(83, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(86, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5866,7 +6067,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_DeleteKey() { - ::grpc::Service::MarkMethodAsync(84); + ::grpc::Service::MarkMethodAsync(87); } ~WithAsyncMethod_DeleteKey() override { BaseClassMustBeDerivedFromService(this); @@ -5877,7 +6078,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(84, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(87, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5886,7 +6087,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_ListKeys() { - ::grpc::Service::MarkMethodAsync(85); + ::grpc::Service::MarkMethodAsync(88); } ~WithAsyncMethod_ListKeys() override { BaseClassMustBeDerivedFromService(this); @@ -5897,7 +6098,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(85, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(88, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5906,7 +6107,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_RenameKey() { - ::grpc::Service::MarkMethodAsync(86); + ::grpc::Service::MarkMethodAsync(89); } ~WithAsyncMethod_RenameKey() override { BaseClassMustBeDerivedFromService(this); @@ -5917,7 +6118,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(86, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(89, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5926,7 +6127,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_RotateKey() { - ::grpc::Service::MarkMethodAsync(87); + ::grpc::Service::MarkMethodAsync(90); } ~WithAsyncMethod_RotateKey() override { BaseClassMustBeDerivedFromService(this); @@ -5937,7 +6138,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(87, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(90, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -5946,7 +6147,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithAsyncMethod_CreateKeyFromExistingKeyAuthorizations() { - ::grpc::Service::MarkMethodAsync(88); + ::grpc::Service::MarkMethodAsync(91); } ~WithAsyncMethod_CreateKeyFromExistingKeyAuthorizations() override { BaseClassMustBeDerivedFromService(this); @@ -5957,10 +6158,10 @@ 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(88, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(91, context, request, response, new_call_cq, notification_cq, tag); } }; - typedef WithAsyncMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > AsyncService; + typedef WithAsyncMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > AsyncService; template class ExperimentalWithCallbackMethod_GetUserIDByEmail : public BaseClass { private: @@ -9102,234 +9303,375 @@ class AppService final { { return nullptr; } }; template - class ExperimentalWithCallbackMethod_AddRole : public BaseClass { + class ExperimentalWithCallbackMethod_GetFragmentUsage : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: - ExperimentalWithCallbackMethod_AddRole() { + ExperimentalWithCallbackMethod_GetFragmentUsage() { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::Service:: #else ::grpc::Service::experimental(). #endif MarkMethodCallback(67, - new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::AddRoleRequest, ::viam::app::v1::AddRoleResponse>( + new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::GetFragmentUsageRequest, ::viam::app::v1::GetFragmentUsageResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::CallbackServerContext* #else ::grpc::experimental::CallbackServerContext* #endif - context, const ::viam::app::v1::AddRoleRequest* request, ::viam::app::v1::AddRoleResponse* response) { return this->AddRole(context, request, response); }));} - void SetMessageAllocatorFor_AddRole( - ::grpc::experimental::MessageAllocator< ::viam::app::v1::AddRoleRequest, ::viam::app::v1::AddRoleResponse>* allocator) { + context, const ::viam::app::v1::GetFragmentUsageRequest* request, ::viam::app::v1::GetFragmentUsageResponse* response) { return this->GetFragmentUsage(context, request, response); }));} + void SetMessageAllocatorFor_GetFragmentUsage( + ::grpc::experimental::MessageAllocator< ::viam::app::v1::GetFragmentUsageRequest, ::viam::app::v1::GetFragmentUsageResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(67); #else ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(67); #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::AddRoleRequest, ::viam::app::v1::AddRoleResponse>*>(handler) + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::GetFragmentUsageRequest, ::viam::app::v1::GetFragmentUsageResponse>*>(handler) ->SetMessageAllocator(allocator); } - ~ExperimentalWithCallbackMethod_AddRole() override { + ~ExperimentalWithCallbackMethod_GetFragmentUsage() override { BaseClassMustBeDerivedFromService(this); } // disable synchronous version of this method - ::grpc::Status AddRole(::grpc::ServerContext* /*context*/, const ::viam::app::v1::AddRoleRequest* /*request*/, ::viam::app::v1::AddRoleResponse* /*response*/) override { + ::grpc::Status GetFragmentUsage(::grpc::ServerContext* /*context*/, const ::viam::app::v1::GetFragmentUsageRequest* /*request*/, ::viam::app::v1::GetFragmentUsageResponse* /*response*/) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* AddRole( - ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::AddRoleRequest* /*request*/, ::viam::app::v1::AddRoleResponse* /*response*/) + virtual ::grpc::ServerUnaryReactor* GetFragmentUsage( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::GetFragmentUsageRequest* /*request*/, ::viam::app::v1::GetFragmentUsageResponse* /*response*/) #else - virtual ::grpc::experimental::ServerUnaryReactor* AddRole( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::AddRoleRequest* /*request*/, ::viam::app::v1::AddRoleResponse* /*response*/) + virtual ::grpc::experimental::ServerUnaryReactor* GetFragmentUsage( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::GetFragmentUsageRequest* /*request*/, ::viam::app::v1::GetFragmentUsageResponse* /*response*/) #endif { return nullptr; } }; template - class ExperimentalWithCallbackMethod_RemoveRole : public BaseClass { + class ExperimentalWithCallbackMethod_SetFragmentTag : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: - ExperimentalWithCallbackMethod_RemoveRole() { + ExperimentalWithCallbackMethod_SetFragmentTag() { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::Service:: #else ::grpc::Service::experimental(). #endif MarkMethodCallback(68, - new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::RemoveRoleRequest, ::viam::app::v1::RemoveRoleResponse>( + new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::SetFragmentTagRequest, ::viam::app::v1::SetFragmentTagResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::CallbackServerContext* #else ::grpc::experimental::CallbackServerContext* #endif - context, const ::viam::app::v1::RemoveRoleRequest* request, ::viam::app::v1::RemoveRoleResponse* response) { return this->RemoveRole(context, request, response); }));} - void SetMessageAllocatorFor_RemoveRole( - ::grpc::experimental::MessageAllocator< ::viam::app::v1::RemoveRoleRequest, ::viam::app::v1::RemoveRoleResponse>* allocator) { + context, const ::viam::app::v1::SetFragmentTagRequest* request, ::viam::app::v1::SetFragmentTagResponse* response) { return this->SetFragmentTag(context, request, response); }));} + void SetMessageAllocatorFor_SetFragmentTag( + ::grpc::experimental::MessageAllocator< ::viam::app::v1::SetFragmentTagRequest, ::viam::app::v1::SetFragmentTagResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(68); #else ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(68); #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::RemoveRoleRequest, ::viam::app::v1::RemoveRoleResponse>*>(handler) + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::SetFragmentTagRequest, ::viam::app::v1::SetFragmentTagResponse>*>(handler) ->SetMessageAllocator(allocator); } - ~ExperimentalWithCallbackMethod_RemoveRole() override { + ~ExperimentalWithCallbackMethod_SetFragmentTag() override { BaseClassMustBeDerivedFromService(this); } // disable synchronous version of this method - ::grpc::Status RemoveRole(::grpc::ServerContext* /*context*/, const ::viam::app::v1::RemoveRoleRequest* /*request*/, ::viam::app::v1::RemoveRoleResponse* /*response*/) override { + ::grpc::Status SetFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::SetFragmentTagRequest* /*request*/, ::viam::app::v1::SetFragmentTagResponse* /*response*/) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* RemoveRole( - ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::RemoveRoleRequest* /*request*/, ::viam::app::v1::RemoveRoleResponse* /*response*/) + virtual ::grpc::ServerUnaryReactor* SetFragmentTag( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::SetFragmentTagRequest* /*request*/, ::viam::app::v1::SetFragmentTagResponse* /*response*/) #else - virtual ::grpc::experimental::ServerUnaryReactor* RemoveRole( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::RemoveRoleRequest* /*request*/, ::viam::app::v1::RemoveRoleResponse* /*response*/) + virtual ::grpc::experimental::ServerUnaryReactor* SetFragmentTag( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::SetFragmentTagRequest* /*request*/, ::viam::app::v1::SetFragmentTagResponse* /*response*/) #endif { return nullptr; } }; template - class ExperimentalWithCallbackMethod_ChangeRole : public BaseClass { + class ExperimentalWithCallbackMethod_DeleteFragmentTag : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: - ExperimentalWithCallbackMethod_ChangeRole() { + ExperimentalWithCallbackMethod_DeleteFragmentTag() { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::Service:: #else ::grpc::Service::experimental(). #endif MarkMethodCallback(69, - new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ChangeRoleRequest, ::viam::app::v1::ChangeRoleResponse>( + new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteFragmentTagRequest, ::viam::app::v1::DeleteFragmentTagResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::CallbackServerContext* #else ::grpc::experimental::CallbackServerContext* #endif - context, const ::viam::app::v1::ChangeRoleRequest* request, ::viam::app::v1::ChangeRoleResponse* response) { return this->ChangeRole(context, request, response); }));} - void SetMessageAllocatorFor_ChangeRole( - ::grpc::experimental::MessageAllocator< ::viam::app::v1::ChangeRoleRequest, ::viam::app::v1::ChangeRoleResponse>* allocator) { + context, const ::viam::app::v1::DeleteFragmentTagRequest* request, ::viam::app::v1::DeleteFragmentTagResponse* response) { return this->DeleteFragmentTag(context, request, response); }));} + void SetMessageAllocatorFor_DeleteFragmentTag( + ::grpc::experimental::MessageAllocator< ::viam::app::v1::DeleteFragmentTagRequest, ::viam::app::v1::DeleteFragmentTagResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(69); #else ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(69); #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ChangeRoleRequest, ::viam::app::v1::ChangeRoleResponse>*>(handler) + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteFragmentTagRequest, ::viam::app::v1::DeleteFragmentTagResponse>*>(handler) ->SetMessageAllocator(allocator); } - ~ExperimentalWithCallbackMethod_ChangeRole() override { + ~ExperimentalWithCallbackMethod_DeleteFragmentTag() override { BaseClassMustBeDerivedFromService(this); } // disable synchronous version of this method - ::grpc::Status ChangeRole(::grpc::ServerContext* /*context*/, const ::viam::app::v1::ChangeRoleRequest* /*request*/, ::viam::app::v1::ChangeRoleResponse* /*response*/) override { + ::grpc::Status DeleteFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeleteFragmentTagRequest* /*request*/, ::viam::app::v1::DeleteFragmentTagResponse* /*response*/) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* ChangeRole( - ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::ChangeRoleRequest* /*request*/, ::viam::app::v1::ChangeRoleResponse* /*response*/) + virtual ::grpc::ServerUnaryReactor* DeleteFragmentTag( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::DeleteFragmentTagRequest* /*request*/, ::viam::app::v1::DeleteFragmentTagResponse* /*response*/) #else - virtual ::grpc::experimental::ServerUnaryReactor* ChangeRole( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::ChangeRoleRequest* /*request*/, ::viam::app::v1::ChangeRoleResponse* /*response*/) + virtual ::grpc::experimental::ServerUnaryReactor* DeleteFragmentTag( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::DeleteFragmentTagRequest* /*request*/, ::viam::app::v1::DeleteFragmentTagResponse* /*response*/) #endif { return nullptr; } }; template - class ExperimentalWithCallbackMethod_ListAuthorizations : public BaseClass { + class ExperimentalWithCallbackMethod_AddRole : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: - ExperimentalWithCallbackMethod_ListAuthorizations() { + ExperimentalWithCallbackMethod_AddRole() { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::Service:: #else ::grpc::Service::experimental(). #endif MarkMethodCallback(70, - new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ListAuthorizationsRequest, ::viam::app::v1::ListAuthorizationsResponse>( + new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::AddRoleRequest, ::viam::app::v1::AddRoleResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::CallbackServerContext* #else ::grpc::experimental::CallbackServerContext* #endif - context, const ::viam::app::v1::ListAuthorizationsRequest* request, ::viam::app::v1::ListAuthorizationsResponse* response) { return this->ListAuthorizations(context, request, response); }));} - void SetMessageAllocatorFor_ListAuthorizations( - ::grpc::experimental::MessageAllocator< ::viam::app::v1::ListAuthorizationsRequest, ::viam::app::v1::ListAuthorizationsResponse>* allocator) { + context, const ::viam::app::v1::AddRoleRequest* request, ::viam::app::v1::AddRoleResponse* response) { return this->AddRole(context, request, response); }));} + void SetMessageAllocatorFor_AddRole( + ::grpc::experimental::MessageAllocator< ::viam::app::v1::AddRoleRequest, ::viam::app::v1::AddRoleResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(70); #else ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(70); #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ListAuthorizationsRequest, ::viam::app::v1::ListAuthorizationsResponse>*>(handler) + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::AddRoleRequest, ::viam::app::v1::AddRoleResponse>*>(handler) ->SetMessageAllocator(allocator); } - ~ExperimentalWithCallbackMethod_ListAuthorizations() override { + ~ExperimentalWithCallbackMethod_AddRole() override { BaseClassMustBeDerivedFromService(this); } // disable synchronous version of this method - ::grpc::Status ListAuthorizations(::grpc::ServerContext* /*context*/, const ::viam::app::v1::ListAuthorizationsRequest* /*request*/, ::viam::app::v1::ListAuthorizationsResponse* /*response*/) override { + ::grpc::Status AddRole(::grpc::ServerContext* /*context*/, const ::viam::app::v1::AddRoleRequest* /*request*/, ::viam::app::v1::AddRoleResponse* /*response*/) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* ListAuthorizations( - ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::ListAuthorizationsRequest* /*request*/, ::viam::app::v1::ListAuthorizationsResponse* /*response*/) + virtual ::grpc::ServerUnaryReactor* AddRole( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::AddRoleRequest* /*request*/, ::viam::app::v1::AddRoleResponse* /*response*/) #else - virtual ::grpc::experimental::ServerUnaryReactor* ListAuthorizations( - ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::ListAuthorizationsRequest* /*request*/, ::viam::app::v1::ListAuthorizationsResponse* /*response*/) + virtual ::grpc::experimental::ServerUnaryReactor* AddRole( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::AddRoleRequest* /*request*/, ::viam::app::v1::AddRoleResponse* /*response*/) #endif { return nullptr; } }; template - class ExperimentalWithCallbackMethod_CheckPermissions : public BaseClass { + class ExperimentalWithCallbackMethod_RemoveRole : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: - ExperimentalWithCallbackMethod_CheckPermissions() { + ExperimentalWithCallbackMethod_RemoveRole() { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::Service:: #else ::grpc::Service::experimental(). #endif MarkMethodCallback(71, - new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CheckPermissionsRequest, ::viam::app::v1::CheckPermissionsResponse>( + new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::RemoveRoleRequest, ::viam::app::v1::RemoveRoleResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::CallbackServerContext* #else ::grpc::experimental::CallbackServerContext* #endif - context, const ::viam::app::v1::CheckPermissionsRequest* request, ::viam::app::v1::CheckPermissionsResponse* response) { return this->CheckPermissions(context, request, response); }));} - void SetMessageAllocatorFor_CheckPermissions( - ::grpc::experimental::MessageAllocator< ::viam::app::v1::CheckPermissionsRequest, ::viam::app::v1::CheckPermissionsResponse>* allocator) { + context, const ::viam::app::v1::RemoveRoleRequest* request, ::viam::app::v1::RemoveRoleResponse* response) { return this->RemoveRole(context, request, response); }));} + void SetMessageAllocatorFor_RemoveRole( + ::grpc::experimental::MessageAllocator< ::viam::app::v1::RemoveRoleRequest, ::viam::app::v1::RemoveRoleResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(71); #else ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(71); #endif - static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CheckPermissionsRequest, ::viam::app::v1::CheckPermissionsResponse>*>(handler) + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::RemoveRoleRequest, ::viam::app::v1::RemoveRoleResponse>*>(handler) ->SetMessageAllocator(allocator); } - ~ExperimentalWithCallbackMethod_CheckPermissions() override { + ~ExperimentalWithCallbackMethod_RemoveRole() override { BaseClassMustBeDerivedFromService(this); } // disable synchronous version of this method - ::grpc::Status CheckPermissions(::grpc::ServerContext* /*context*/, const ::viam::app::v1::CheckPermissionsRequest* /*request*/, ::viam::app::v1::CheckPermissionsResponse* /*response*/) override { + ::grpc::Status RemoveRole(::grpc::ServerContext* /*context*/, const ::viam::app::v1::RemoveRoleRequest* /*request*/, ::viam::app::v1::RemoveRoleResponse* /*response*/) override { abort(); return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - virtual ::grpc::ServerUnaryReactor* CheckPermissions( - ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::CheckPermissionsRequest* /*request*/, ::viam::app::v1::CheckPermissionsResponse* /*response*/) + virtual ::grpc::ServerUnaryReactor* RemoveRole( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::RemoveRoleRequest* /*request*/, ::viam::app::v1::RemoveRoleResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* RemoveRole( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::RemoveRoleRequest* /*request*/, ::viam::app::v1::RemoveRoleResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_ChangeRole : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_ChangeRole() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(72, + new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ChangeRoleRequest, ::viam::app::v1::ChangeRoleResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::viam::app::v1::ChangeRoleRequest* request, ::viam::app::v1::ChangeRoleResponse* response) { return this->ChangeRole(context, request, response); }));} + void SetMessageAllocatorFor_ChangeRole( + ::grpc::experimental::MessageAllocator< ::viam::app::v1::ChangeRoleRequest, ::viam::app::v1::ChangeRoleResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(72); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(72); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ChangeRoleRequest, ::viam::app::v1::ChangeRoleResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_ChangeRole() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status ChangeRole(::grpc::ServerContext* /*context*/, const ::viam::app::v1::ChangeRoleRequest* /*request*/, ::viam::app::v1::ChangeRoleResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* ChangeRole( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::ChangeRoleRequest* /*request*/, ::viam::app::v1::ChangeRoleResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* ChangeRole( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::ChangeRoleRequest* /*request*/, ::viam::app::v1::ChangeRoleResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_ListAuthorizations : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_ListAuthorizations() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(73, + new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ListAuthorizationsRequest, ::viam::app::v1::ListAuthorizationsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::viam::app::v1::ListAuthorizationsRequest* request, ::viam::app::v1::ListAuthorizationsResponse* response) { return this->ListAuthorizations(context, request, response); }));} + void SetMessageAllocatorFor_ListAuthorizations( + ::grpc::experimental::MessageAllocator< ::viam::app::v1::ListAuthorizationsRequest, ::viam::app::v1::ListAuthorizationsResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(73); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(73); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ListAuthorizationsRequest, ::viam::app::v1::ListAuthorizationsResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_ListAuthorizations() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status ListAuthorizations(::grpc::ServerContext* /*context*/, const ::viam::app::v1::ListAuthorizationsRequest* /*request*/, ::viam::app::v1::ListAuthorizationsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* ListAuthorizations( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::ListAuthorizationsRequest* /*request*/, ::viam::app::v1::ListAuthorizationsResponse* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* ListAuthorizations( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::ListAuthorizationsRequest* /*request*/, ::viam::app::v1::ListAuthorizationsResponse* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithCallbackMethod_CheckPermissions : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithCallbackMethod_CheckPermissions() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodCallback(74, + new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CheckPermissionsRequest, ::viam::app::v1::CheckPermissionsResponse>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::viam::app::v1::CheckPermissionsRequest* request, ::viam::app::v1::CheckPermissionsResponse* response) { return this->CheckPermissions(context, request, response); }));} + void SetMessageAllocatorFor_CheckPermissions( + ::grpc::experimental::MessageAllocator< ::viam::app::v1::CheckPermissionsRequest, ::viam::app::v1::CheckPermissionsResponse>* allocator) { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(74); + #else + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(74); + #endif + static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CheckPermissionsRequest, ::viam::app::v1::CheckPermissionsResponse>*>(handler) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_CheckPermissions() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CheckPermissions(::grpc::ServerContext* /*context*/, const ::viam::app::v1::CheckPermissionsRequest* /*request*/, ::viam::app::v1::CheckPermissionsResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* CheckPermissions( + ::grpc::CallbackServerContext* /*context*/, const ::viam::app::v1::CheckPermissionsRequest* /*request*/, ::viam::app::v1::CheckPermissionsResponse* /*response*/) #else virtual ::grpc::experimental::ServerUnaryReactor* CheckPermissions( ::grpc::experimental::CallbackServerContext* /*context*/, const ::viam::app::v1::CheckPermissionsRequest* /*request*/, ::viam::app::v1::CheckPermissionsResponse* /*response*/) @@ -9347,7 +9689,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(72, + MarkMethodCallback(75, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::GetRegistryItemRequest, ::viam::app::v1::GetRegistryItemResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9359,9 +9701,9 @@ class AppService final { void SetMessageAllocatorFor_GetRegistryItem( ::grpc::experimental::MessageAllocator< ::viam::app::v1::GetRegistryItemRequest, ::viam::app::v1::GetRegistryItemResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(72); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(75); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(72); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(75); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::GetRegistryItemRequest, ::viam::app::v1::GetRegistryItemResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9394,7 +9736,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(73, + MarkMethodCallback(76, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CreateRegistryItemRequest, ::viam::app::v1::CreateRegistryItemResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9406,9 +9748,9 @@ class AppService final { void SetMessageAllocatorFor_CreateRegistryItem( ::grpc::experimental::MessageAllocator< ::viam::app::v1::CreateRegistryItemRequest, ::viam::app::v1::CreateRegistryItemResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(73); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(76); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(73); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(76); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CreateRegistryItemRequest, ::viam::app::v1::CreateRegistryItemResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9441,7 +9783,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(74, + MarkMethodCallback(77, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::UpdateRegistryItemRequest, ::viam::app::v1::UpdateRegistryItemResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9453,9 +9795,9 @@ class AppService final { void SetMessageAllocatorFor_UpdateRegistryItem( ::grpc::experimental::MessageAllocator< ::viam::app::v1::UpdateRegistryItemRequest, ::viam::app::v1::UpdateRegistryItemResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(74); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(77); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(74); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(77); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::UpdateRegistryItemRequest, ::viam::app::v1::UpdateRegistryItemResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9488,7 +9830,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(75, + MarkMethodCallback(78, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ListRegistryItemsRequest, ::viam::app::v1::ListRegistryItemsResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9500,9 +9842,9 @@ class AppService final { void SetMessageAllocatorFor_ListRegistryItems( ::grpc::experimental::MessageAllocator< ::viam::app::v1::ListRegistryItemsRequest, ::viam::app::v1::ListRegistryItemsResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(75); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(78); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(75); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(78); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ListRegistryItemsRequest, ::viam::app::v1::ListRegistryItemsResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9535,7 +9877,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(76, + MarkMethodCallback(79, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteRegistryItemRequest, ::viam::app::v1::DeleteRegistryItemResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9547,9 +9889,9 @@ class AppService final { void SetMessageAllocatorFor_DeleteRegistryItem( ::grpc::experimental::MessageAllocator< ::viam::app::v1::DeleteRegistryItemRequest, ::viam::app::v1::DeleteRegistryItemResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(76); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(79); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(76); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(79); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteRegistryItemRequest, ::viam::app::v1::DeleteRegistryItemResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9582,7 +9924,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(77, + MarkMethodCallback(80, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::TransferRegistryItemRequest, ::viam::app::v1::TransferRegistryItemResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9594,9 +9936,9 @@ class AppService final { void SetMessageAllocatorFor_TransferRegistryItem( ::grpc::experimental::MessageAllocator< ::viam::app::v1::TransferRegistryItemRequest, ::viam::app::v1::TransferRegistryItemResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(77); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(80); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(77); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(80); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::TransferRegistryItemRequest, ::viam::app::v1::TransferRegistryItemResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9629,7 +9971,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(78, + MarkMethodCallback(81, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9641,9 +9983,9 @@ class AppService final { void SetMessageAllocatorFor_CreateModule( ::grpc::experimental::MessageAllocator< ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(78); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(81); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(78); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(81); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9676,7 +10018,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(79, + MarkMethodCallback(82, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::UpdateModuleRequest, ::viam::app::v1::UpdateModuleResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9688,9 +10030,9 @@ class AppService final { void SetMessageAllocatorFor_UpdateModule( ::grpc::experimental::MessageAllocator< ::viam::app::v1::UpdateModuleRequest, ::viam::app::v1::UpdateModuleResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(79); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(82); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(79); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(82); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::UpdateModuleRequest, ::viam::app::v1::UpdateModuleResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9723,7 +10065,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(80, + MarkMethodCallback(83, new ::grpc_impl::internal::CallbackClientStreamingHandler< ::viam::app::v1::UploadModuleFileRequest, ::viam::app::v1::UploadModuleFileResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9761,7 +10103,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(81, + MarkMethodCallback(84, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::GetModuleRequest, ::viam::app::v1::GetModuleResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9773,9 +10115,9 @@ class AppService final { void SetMessageAllocatorFor_GetModule( ::grpc::experimental::MessageAllocator< ::viam::app::v1::GetModuleRequest, ::viam::app::v1::GetModuleResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(81); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(84); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(81); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(84); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::GetModuleRequest, ::viam::app::v1::GetModuleResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9808,7 +10150,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(82, + MarkMethodCallback(85, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ListModulesRequest, ::viam::app::v1::ListModulesResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9820,9 +10162,9 @@ class AppService final { void SetMessageAllocatorFor_ListModules( ::grpc::experimental::MessageAllocator< ::viam::app::v1::ListModulesRequest, ::viam::app::v1::ListModulesResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(82); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(85); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(82); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(85); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ListModulesRequest, ::viam::app::v1::ListModulesResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9855,7 +10197,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(83, + MarkMethodCallback(86, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9867,9 +10209,9 @@ class AppService final { void SetMessageAllocatorFor_CreateKey( ::grpc::experimental::MessageAllocator< ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(83); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(86); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(83); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(86); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9902,7 +10244,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(84, + MarkMethodCallback(87, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteKeyRequest, ::viam::app::v1::DeleteKeyResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9914,9 +10256,9 @@ class AppService final { void SetMessageAllocatorFor_DeleteKey( ::grpc::experimental::MessageAllocator< ::viam::app::v1::DeleteKeyRequest, ::viam::app::v1::DeleteKeyResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(84); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(87); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(84); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(87); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::DeleteKeyRequest, ::viam::app::v1::DeleteKeyResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9949,7 +10291,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(85, + MarkMethodCallback(88, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ListKeysRequest, ::viam::app::v1::ListKeysResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -9961,9 +10303,9 @@ class AppService final { void SetMessageAllocatorFor_ListKeys( ::grpc::experimental::MessageAllocator< ::viam::app::v1::ListKeysRequest, ::viam::app::v1::ListKeysResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(85); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(88); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(85); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(88); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::ListKeysRequest, ::viam::app::v1::ListKeysResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -9996,7 +10338,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(86, + MarkMethodCallback(89, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::RenameKeyRequest, ::viam::app::v1::RenameKeyResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -10008,9 +10350,9 @@ class AppService final { void SetMessageAllocatorFor_RenameKey( ::grpc::experimental::MessageAllocator< ::viam::app::v1::RenameKeyRequest, ::viam::app::v1::RenameKeyResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(86); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(89); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(86); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(89); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::RenameKeyRequest, ::viam::app::v1::RenameKeyResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -10043,7 +10385,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(87, + MarkMethodCallback(90, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::RotateKeyRequest, ::viam::app::v1::RotateKeyResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -10055,9 +10397,9 @@ class AppService final { void SetMessageAllocatorFor_RotateKey( ::grpc::experimental::MessageAllocator< ::viam::app::v1::RotateKeyRequest, ::viam::app::v1::RotateKeyResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(87); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(90); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(87); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(90); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::RotateKeyRequest, ::viam::app::v1::RotateKeyResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -10090,7 +10432,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodCallback(88, + MarkMethodCallback(91, new ::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -10102,9 +10444,9 @@ class AppService final { void SetMessageAllocatorFor_CreateKeyFromExistingKeyAuthorizations( ::grpc::experimental::MessageAllocator< ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>* allocator) { #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(88); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(91); #else - ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(88); + ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(91); #endif static_cast<::grpc_impl::internal::CallbackUnaryHandler< ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>*>(handler) ->SetMessageAllocator(allocator); @@ -10127,10 +10469,10 @@ class AppService final { { return nullptr; } }; #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL - typedef ExperimentalWithCallbackMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > CallbackService; + typedef ExperimentalWithCallbackMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > CallbackService; #endif - typedef ExperimentalWithCallbackMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ExperimentalCallbackService; + typedef ExperimentalWithCallbackMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ExperimentalCallbackService; template class WithGenericMethod_GetUserIDByEmail : public BaseClass { private: @@ -11271,12 +11613,63 @@ class AppService final { } }; template + class WithGenericMethod_GetFragmentUsage : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_GetFragmentUsage() { + ::grpc::Service::MarkMethodGeneric(67); + } + ~WithGenericMethod_GetFragmentUsage() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFragmentUsage(::grpc::ServerContext* /*context*/, const ::viam::app::v1::GetFragmentUsageRequest* /*request*/, ::viam::app::v1::GetFragmentUsageResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_SetFragmentTag : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_SetFragmentTag() { + ::grpc::Service::MarkMethodGeneric(68); + } + ~WithGenericMethod_SetFragmentTag() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status SetFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::SetFragmentTagRequest* /*request*/, ::viam::app::v1::SetFragmentTagResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_DeleteFragmentTag : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithGenericMethod_DeleteFragmentTag() { + ::grpc::Service::MarkMethodGeneric(69); + } + ~WithGenericMethod_DeleteFragmentTag() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeleteFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeleteFragmentTagRequest* /*request*/, ::viam::app::v1::DeleteFragmentTagResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template class WithGenericMethod_AddRole : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_AddRole() { - ::grpc::Service::MarkMethodGeneric(67); + ::grpc::Service::MarkMethodGeneric(70); } ~WithGenericMethod_AddRole() override { BaseClassMustBeDerivedFromService(this); @@ -11293,7 +11686,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_RemoveRole() { - ::grpc::Service::MarkMethodGeneric(68); + ::grpc::Service::MarkMethodGeneric(71); } ~WithGenericMethod_RemoveRole() override { BaseClassMustBeDerivedFromService(this); @@ -11310,7 +11703,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_ChangeRole() { - ::grpc::Service::MarkMethodGeneric(69); + ::grpc::Service::MarkMethodGeneric(72); } ~WithGenericMethod_ChangeRole() override { BaseClassMustBeDerivedFromService(this); @@ -11327,7 +11720,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_ListAuthorizations() { - ::grpc::Service::MarkMethodGeneric(70); + ::grpc::Service::MarkMethodGeneric(73); } ~WithGenericMethod_ListAuthorizations() override { BaseClassMustBeDerivedFromService(this); @@ -11344,7 +11737,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_CheckPermissions() { - ::grpc::Service::MarkMethodGeneric(71); + ::grpc::Service::MarkMethodGeneric(74); } ~WithGenericMethod_CheckPermissions() override { BaseClassMustBeDerivedFromService(this); @@ -11361,7 +11754,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_GetRegistryItem() { - ::grpc::Service::MarkMethodGeneric(72); + ::grpc::Service::MarkMethodGeneric(75); } ~WithGenericMethod_GetRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -11378,7 +11771,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_CreateRegistryItem() { - ::grpc::Service::MarkMethodGeneric(73); + ::grpc::Service::MarkMethodGeneric(76); } ~WithGenericMethod_CreateRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -11395,7 +11788,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_UpdateRegistryItem() { - ::grpc::Service::MarkMethodGeneric(74); + ::grpc::Service::MarkMethodGeneric(77); } ~WithGenericMethod_UpdateRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -11412,7 +11805,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_ListRegistryItems() { - ::grpc::Service::MarkMethodGeneric(75); + ::grpc::Service::MarkMethodGeneric(78); } ~WithGenericMethod_ListRegistryItems() override { BaseClassMustBeDerivedFromService(this); @@ -11429,7 +11822,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_DeleteRegistryItem() { - ::grpc::Service::MarkMethodGeneric(76); + ::grpc::Service::MarkMethodGeneric(79); } ~WithGenericMethod_DeleteRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -11446,7 +11839,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_TransferRegistryItem() { - ::grpc::Service::MarkMethodGeneric(77); + ::grpc::Service::MarkMethodGeneric(80); } ~WithGenericMethod_TransferRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -11463,7 +11856,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_CreateModule() { - ::grpc::Service::MarkMethodGeneric(78); + ::grpc::Service::MarkMethodGeneric(81); } ~WithGenericMethod_CreateModule() override { BaseClassMustBeDerivedFromService(this); @@ -11480,7 +11873,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_UpdateModule() { - ::grpc::Service::MarkMethodGeneric(79); + ::grpc::Service::MarkMethodGeneric(82); } ~WithGenericMethod_UpdateModule() override { BaseClassMustBeDerivedFromService(this); @@ -11497,7 +11890,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_UploadModuleFile() { - ::grpc::Service::MarkMethodGeneric(80); + ::grpc::Service::MarkMethodGeneric(83); } ~WithGenericMethod_UploadModuleFile() override { BaseClassMustBeDerivedFromService(this); @@ -11514,7 +11907,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_GetModule() { - ::grpc::Service::MarkMethodGeneric(81); + ::grpc::Service::MarkMethodGeneric(84); } ~WithGenericMethod_GetModule() override { BaseClassMustBeDerivedFromService(this); @@ -11531,7 +11924,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_ListModules() { - ::grpc::Service::MarkMethodGeneric(82); + ::grpc::Service::MarkMethodGeneric(85); } ~WithGenericMethod_ListModules() override { BaseClassMustBeDerivedFromService(this); @@ -11548,7 +11941,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_CreateKey() { - ::grpc::Service::MarkMethodGeneric(83); + ::grpc::Service::MarkMethodGeneric(86); } ~WithGenericMethod_CreateKey() override { BaseClassMustBeDerivedFromService(this); @@ -11565,7 +11958,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_DeleteKey() { - ::grpc::Service::MarkMethodGeneric(84); + ::grpc::Service::MarkMethodGeneric(87); } ~WithGenericMethod_DeleteKey() override { BaseClassMustBeDerivedFromService(this); @@ -11582,7 +11975,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_ListKeys() { - ::grpc::Service::MarkMethodGeneric(85); + ::grpc::Service::MarkMethodGeneric(88); } ~WithGenericMethod_ListKeys() override { BaseClassMustBeDerivedFromService(this); @@ -11599,7 +11992,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_RenameKey() { - ::grpc::Service::MarkMethodGeneric(86); + ::grpc::Service::MarkMethodGeneric(89); } ~WithGenericMethod_RenameKey() override { BaseClassMustBeDerivedFromService(this); @@ -11616,7 +12009,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_RotateKey() { - ::grpc::Service::MarkMethodGeneric(87); + ::grpc::Service::MarkMethodGeneric(90); } ~WithGenericMethod_RotateKey() override { BaseClassMustBeDerivedFromService(this); @@ -11633,7 +12026,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithGenericMethod_CreateKeyFromExistingKeyAuthorizations() { - ::grpc::Service::MarkMethodGeneric(88); + ::grpc::Service::MarkMethodGeneric(91); } ~WithGenericMethod_CreateKeyFromExistingKeyAuthorizations() override { BaseClassMustBeDerivedFromService(this); @@ -12985,12 +13378,72 @@ class AppService final { } }; template + class WithRawMethod_GetFragmentUsage : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_GetFragmentUsage() { + ::grpc::Service::MarkMethodRaw(67); + } + ~WithRawMethod_GetFragmentUsage() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFragmentUsage(::grpc::ServerContext* /*context*/, const ::viam::app::v1::GetFragmentUsageRequest* /*request*/, ::viam::app::v1::GetFragmentUsageResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetFragmentUsage(::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(67, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_SetFragmentTag : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_SetFragmentTag() { + ::grpc::Service::MarkMethodRaw(68); + } + ~WithRawMethod_SetFragmentTag() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status SetFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::SetFragmentTagRequest* /*request*/, ::viam::app::v1::SetFragmentTagResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestSetFragmentTag(::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(68, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_DeleteFragmentTag : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithRawMethod_DeleteFragmentTag() { + ::grpc::Service::MarkMethodRaw(69); + } + ~WithRawMethod_DeleteFragmentTag() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeleteFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeleteFragmentTagRequest* /*request*/, ::viam::app::v1::DeleteFragmentTagResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestDeleteFragmentTag(::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(69, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template class WithRawMethod_AddRole : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_AddRole() { - ::grpc::Service::MarkMethodRaw(67); + ::grpc::Service::MarkMethodRaw(70); } ~WithRawMethod_AddRole() override { BaseClassMustBeDerivedFromService(this); @@ -13001,7 +13454,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestAddRole(::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(67, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(70, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13010,7 +13463,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_RemoveRole() { - ::grpc::Service::MarkMethodRaw(68); + ::grpc::Service::MarkMethodRaw(71); } ~WithRawMethod_RemoveRole() override { BaseClassMustBeDerivedFromService(this); @@ -13021,7 +13474,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRemoveRole(::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(68, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(71, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13030,7 +13483,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_ChangeRole() { - ::grpc::Service::MarkMethodRaw(69); + ::grpc::Service::MarkMethodRaw(72); } ~WithRawMethod_ChangeRole() override { BaseClassMustBeDerivedFromService(this); @@ -13041,7 +13494,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestChangeRole(::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(69, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(72, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13050,7 +13503,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_ListAuthorizations() { - ::grpc::Service::MarkMethodRaw(70); + ::grpc::Service::MarkMethodRaw(73); } ~WithRawMethod_ListAuthorizations() override { BaseClassMustBeDerivedFromService(this); @@ -13061,7 +13514,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListAuthorizations(::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(70, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(73, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13070,7 +13523,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_CheckPermissions() { - ::grpc::Service::MarkMethodRaw(71); + ::grpc::Service::MarkMethodRaw(74); } ~WithRawMethod_CheckPermissions() override { BaseClassMustBeDerivedFromService(this); @@ -13081,7 +13534,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCheckPermissions(::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(71, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(74, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13090,7 +13543,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_GetRegistryItem() { - ::grpc::Service::MarkMethodRaw(72); + ::grpc::Service::MarkMethodRaw(75); } ~WithRawMethod_GetRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -13101,7 +13554,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetRegistryItem(::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(72, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(75, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13110,7 +13563,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_CreateRegistryItem() { - ::grpc::Service::MarkMethodRaw(73); + ::grpc::Service::MarkMethodRaw(76); } ~WithRawMethod_CreateRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -13121,7 +13574,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateRegistryItem(::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(73, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(76, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13130,7 +13583,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_UpdateRegistryItem() { - ::grpc::Service::MarkMethodRaw(74); + ::grpc::Service::MarkMethodRaw(77); } ~WithRawMethod_UpdateRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -13141,7 +13594,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestUpdateRegistryItem(::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(74, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(77, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13150,7 +13603,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_ListRegistryItems() { - ::grpc::Service::MarkMethodRaw(75); + ::grpc::Service::MarkMethodRaw(78); } ~WithRawMethod_ListRegistryItems() override { BaseClassMustBeDerivedFromService(this); @@ -13161,7 +13614,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListRegistryItems(::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(75, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(78, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13170,7 +13623,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_DeleteRegistryItem() { - ::grpc::Service::MarkMethodRaw(76); + ::grpc::Service::MarkMethodRaw(79); } ~WithRawMethod_DeleteRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -13181,7 +13634,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestDeleteRegistryItem(::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(76, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(79, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13190,7 +13643,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_TransferRegistryItem() { - ::grpc::Service::MarkMethodRaw(77); + ::grpc::Service::MarkMethodRaw(80); } ~WithRawMethod_TransferRegistryItem() override { BaseClassMustBeDerivedFromService(this); @@ -13201,7 +13654,7 @@ class AppService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestTransferRegistryItem(::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(77, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(80, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13210,7 +13663,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_CreateModule() { - ::grpc::Service::MarkMethodRaw(78); + ::grpc::Service::MarkMethodRaw(81); } ~WithRawMethod_CreateModule() override { BaseClassMustBeDerivedFromService(this); @@ -13221,7 +13674,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(78, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(81, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13230,7 +13683,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_UpdateModule() { - ::grpc::Service::MarkMethodRaw(79); + ::grpc::Service::MarkMethodRaw(82); } ~WithRawMethod_UpdateModule() override { BaseClassMustBeDerivedFromService(this); @@ -13241,7 +13694,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(79, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(82, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13250,7 +13703,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_UploadModuleFile() { - ::grpc::Service::MarkMethodRaw(80); + ::grpc::Service::MarkMethodRaw(83); } ~WithRawMethod_UploadModuleFile() override { BaseClassMustBeDerivedFromService(this); @@ -13261,7 +13714,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(80, context, reader, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncClientStreaming(83, context, reader, new_call_cq, notification_cq, tag); } }; template @@ -13270,7 +13723,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_GetModule() { - ::grpc::Service::MarkMethodRaw(81); + ::grpc::Service::MarkMethodRaw(84); } ~WithRawMethod_GetModule() override { BaseClassMustBeDerivedFromService(this); @@ -13281,7 +13734,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(81, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(84, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13290,7 +13743,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_ListModules() { - ::grpc::Service::MarkMethodRaw(82); + ::grpc::Service::MarkMethodRaw(85); } ~WithRawMethod_ListModules() override { BaseClassMustBeDerivedFromService(this); @@ -13301,7 +13754,7 @@ 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(82, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(85, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13310,7 +13763,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_CreateKey() { - ::grpc::Service::MarkMethodRaw(83); + ::grpc::Service::MarkMethodRaw(86); } ~WithRawMethod_CreateKey() override { BaseClassMustBeDerivedFromService(this); @@ -13321,7 +13774,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(83, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(86, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13330,7 +13783,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_DeleteKey() { - ::grpc::Service::MarkMethodRaw(84); + ::grpc::Service::MarkMethodRaw(87); } ~WithRawMethod_DeleteKey() override { BaseClassMustBeDerivedFromService(this); @@ -13341,7 +13794,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(84, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(87, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13350,7 +13803,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_ListKeys() { - ::grpc::Service::MarkMethodRaw(85); + ::grpc::Service::MarkMethodRaw(88); } ~WithRawMethod_ListKeys() override { BaseClassMustBeDerivedFromService(this); @@ -13361,7 +13814,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(85, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(88, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13370,7 +13823,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_RenameKey() { - ::grpc::Service::MarkMethodRaw(86); + ::grpc::Service::MarkMethodRaw(89); } ~WithRawMethod_RenameKey() override { BaseClassMustBeDerivedFromService(this); @@ -13381,7 +13834,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(86, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(89, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13390,7 +13843,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_RotateKey() { - ::grpc::Service::MarkMethodRaw(87); + ::grpc::Service::MarkMethodRaw(90); } ~WithRawMethod_RotateKey() override { BaseClassMustBeDerivedFromService(this); @@ -13401,7 +13854,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(87, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(90, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -13410,7 +13863,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithRawMethod_CreateKeyFromExistingKeyAuthorizations() { - ::grpc::Service::MarkMethodRaw(88); + ::grpc::Service::MarkMethodRaw(91); } ~WithRawMethod_CreateKeyFromExistingKeyAuthorizations() override { BaseClassMustBeDerivedFromService(this); @@ -13421,7 +13874,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(88, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(91, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -15971,6 +16424,120 @@ class AppService final { { return nullptr; } }; template + class ExperimentalWithRawCallbackMethod_GetFragmentUsage : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_GetFragmentUsage() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(67, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->GetFragmentUsage(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_GetFragmentUsage() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetFragmentUsage(::grpc::ServerContext* /*context*/, const ::viam::app::v1::GetFragmentUsageRequest* /*request*/, ::viam::app::v1::GetFragmentUsageResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* GetFragmentUsage( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* GetFragmentUsage( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_SetFragmentTag : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_SetFragmentTag() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(68, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->SetFragmentTag(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_SetFragmentTag() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status SetFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::SetFragmentTagRequest* /*request*/, ::viam::app::v1::SetFragmentTagResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* SetFragmentTag( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* SetFragmentTag( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template + class ExperimentalWithRawCallbackMethod_DeleteFragmentTag : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + ExperimentalWithRawCallbackMethod_DeleteFragmentTag() { + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::Service:: + #else + ::grpc::Service::experimental(). + #endif + MarkMethodRawCallback(69, + new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this]( + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + ::grpc::CallbackServerContext* + #else + ::grpc::experimental::CallbackServerContext* + #endif + context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->DeleteFragmentTag(context, request, response); })); + } + ~ExperimentalWithRawCallbackMethod_DeleteFragmentTag() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status DeleteFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeleteFragmentTagRequest* /*request*/, ::viam::app::v1::DeleteFragmentTagResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL + virtual ::grpc::ServerUnaryReactor* DeleteFragmentTag( + ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #else + virtual ::grpc::experimental::ServerUnaryReactor* DeleteFragmentTag( + ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/) + #endif + { return nullptr; } + }; + template class ExperimentalWithRawCallbackMethod_AddRole : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} @@ -15981,7 +16548,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(67, + MarkMethodRawCallback(70, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16019,7 +16586,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(68, + MarkMethodRawCallback(71, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16057,7 +16624,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(69, + MarkMethodRawCallback(72, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16095,7 +16662,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(70, + MarkMethodRawCallback(73, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16133,7 +16700,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(71, + MarkMethodRawCallback(74, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16171,7 +16738,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(72, + MarkMethodRawCallback(75, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16209,7 +16776,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(73, + MarkMethodRawCallback(76, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16247,7 +16814,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(74, + MarkMethodRawCallback(77, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16285,7 +16852,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(75, + MarkMethodRawCallback(78, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16323,7 +16890,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(76, + MarkMethodRawCallback(79, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16361,7 +16928,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(77, + MarkMethodRawCallback(80, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16399,7 +16966,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(78, + MarkMethodRawCallback(81, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16437,7 +17004,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(79, + MarkMethodRawCallback(82, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16475,7 +17042,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(80, + MarkMethodRawCallback(83, new ::grpc_impl::internal::CallbackClientStreamingHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16513,7 +17080,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(81, + MarkMethodRawCallback(84, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16551,7 +17118,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(82, + MarkMethodRawCallback(85, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16589,7 +17156,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(83, + MarkMethodRawCallback(86, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16627,7 +17194,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(84, + MarkMethodRawCallback(87, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16665,7 +17232,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(85, + MarkMethodRawCallback(88, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16703,7 +17270,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(86, + MarkMethodRawCallback(89, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16741,7 +17308,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(87, + MarkMethodRawCallback(90, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -16779,7 +17346,7 @@ class AppService final { #else ::grpc::Service::experimental(). #endif - MarkMethodRawCallback(88, + MarkMethodRawCallback(91, new ::grpc_impl::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( [this]( #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL @@ -18589,12 +19156,93 @@ class AppService final { virtual ::grpc::Status StreamedGetFragmentHistory(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::GetFragmentHistoryRequest,::viam::app::v1::GetFragmentHistoryResponse>* server_unary_streamer) = 0; }; template + class WithStreamedUnaryMethod_GetFragmentUsage : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_GetFragmentUsage() { + ::grpc::Service::MarkMethodStreamed(67, + new ::grpc::internal::StreamedUnaryHandler< + ::viam::app::v1::GetFragmentUsageRequest, ::viam::app::v1::GetFragmentUsageResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::viam::app::v1::GetFragmentUsageRequest, ::viam::app::v1::GetFragmentUsageResponse>* streamer) { + return this->StreamedGetFragmentUsage(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_GetFragmentUsage() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GetFragmentUsage(::grpc::ServerContext* /*context*/, const ::viam::app::v1::GetFragmentUsageRequest* /*request*/, ::viam::app::v1::GetFragmentUsageResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedGetFragmentUsage(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::GetFragmentUsageRequest,::viam::app::v1::GetFragmentUsageResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_SetFragmentTag : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_SetFragmentTag() { + ::grpc::Service::MarkMethodStreamed(68, + new ::grpc::internal::StreamedUnaryHandler< + ::viam::app::v1::SetFragmentTagRequest, ::viam::app::v1::SetFragmentTagResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::viam::app::v1::SetFragmentTagRequest, ::viam::app::v1::SetFragmentTagResponse>* streamer) { + return this->StreamedSetFragmentTag(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_SetFragmentTag() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status SetFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::SetFragmentTagRequest* /*request*/, ::viam::app::v1::SetFragmentTagResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedSetFragmentTag(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::SetFragmentTagRequest,::viam::app::v1::SetFragmentTagResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_DeleteFragmentTag : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} + public: + WithStreamedUnaryMethod_DeleteFragmentTag() { + ::grpc::Service::MarkMethodStreamed(69, + new ::grpc::internal::StreamedUnaryHandler< + ::viam::app::v1::DeleteFragmentTagRequest, ::viam::app::v1::DeleteFragmentTagResponse>( + [this](::grpc_impl::ServerContext* context, + ::grpc_impl::ServerUnaryStreamer< + ::viam::app::v1::DeleteFragmentTagRequest, ::viam::app::v1::DeleteFragmentTagResponse>* streamer) { + return this->StreamedDeleteFragmentTag(context, + streamer); + })); + } + ~WithStreamedUnaryMethod_DeleteFragmentTag() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status DeleteFragmentTag(::grpc::ServerContext* /*context*/, const ::viam::app::v1::DeleteFragmentTagRequest* /*request*/, ::viam::app::v1::DeleteFragmentTagResponse* /*response*/) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedDeleteFragmentTag(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::DeleteFragmentTagRequest,::viam::app::v1::DeleteFragmentTagResponse>* server_unary_streamer) = 0; + }; + template class WithStreamedUnaryMethod_AddRole : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_AddRole() { - ::grpc::Service::MarkMethodStreamed(67, + ::grpc::Service::MarkMethodStreamed(70, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::AddRoleRequest, ::viam::app::v1::AddRoleResponse>( [this](::grpc_impl::ServerContext* context, @@ -18621,7 +19269,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_RemoveRole() { - ::grpc::Service::MarkMethodStreamed(68, + ::grpc::Service::MarkMethodStreamed(71, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::RemoveRoleRequest, ::viam::app::v1::RemoveRoleResponse>( [this](::grpc_impl::ServerContext* context, @@ -18648,7 +19296,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_ChangeRole() { - ::grpc::Service::MarkMethodStreamed(69, + ::grpc::Service::MarkMethodStreamed(72, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::ChangeRoleRequest, ::viam::app::v1::ChangeRoleResponse>( [this](::grpc_impl::ServerContext* context, @@ -18675,7 +19323,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_ListAuthorizations() { - ::grpc::Service::MarkMethodStreamed(70, + ::grpc::Service::MarkMethodStreamed(73, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::ListAuthorizationsRequest, ::viam::app::v1::ListAuthorizationsResponse>( [this](::grpc_impl::ServerContext* context, @@ -18702,7 +19350,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_CheckPermissions() { - ::grpc::Service::MarkMethodStreamed(71, + ::grpc::Service::MarkMethodStreamed(74, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::CheckPermissionsRequest, ::viam::app::v1::CheckPermissionsResponse>( [this](::grpc_impl::ServerContext* context, @@ -18729,7 +19377,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_GetRegistryItem() { - ::grpc::Service::MarkMethodStreamed(72, + ::grpc::Service::MarkMethodStreamed(75, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::GetRegistryItemRequest, ::viam::app::v1::GetRegistryItemResponse>( [this](::grpc_impl::ServerContext* context, @@ -18756,7 +19404,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_CreateRegistryItem() { - ::grpc::Service::MarkMethodStreamed(73, + ::grpc::Service::MarkMethodStreamed(76, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::CreateRegistryItemRequest, ::viam::app::v1::CreateRegistryItemResponse>( [this](::grpc_impl::ServerContext* context, @@ -18783,7 +19431,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_UpdateRegistryItem() { - ::grpc::Service::MarkMethodStreamed(74, + ::grpc::Service::MarkMethodStreamed(77, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::UpdateRegistryItemRequest, ::viam::app::v1::UpdateRegistryItemResponse>( [this](::grpc_impl::ServerContext* context, @@ -18810,7 +19458,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_ListRegistryItems() { - ::grpc::Service::MarkMethodStreamed(75, + ::grpc::Service::MarkMethodStreamed(78, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::ListRegistryItemsRequest, ::viam::app::v1::ListRegistryItemsResponse>( [this](::grpc_impl::ServerContext* context, @@ -18837,7 +19485,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_DeleteRegistryItem() { - ::grpc::Service::MarkMethodStreamed(76, + ::grpc::Service::MarkMethodStreamed(79, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::DeleteRegistryItemRequest, ::viam::app::v1::DeleteRegistryItemResponse>( [this](::grpc_impl::ServerContext* context, @@ -18864,7 +19512,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_TransferRegistryItem() { - ::grpc::Service::MarkMethodStreamed(77, + ::grpc::Service::MarkMethodStreamed(80, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::TransferRegistryItemRequest, ::viam::app::v1::TransferRegistryItemResponse>( [this](::grpc_impl::ServerContext* context, @@ -18891,7 +19539,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_CreateModule() { - ::grpc::Service::MarkMethodStreamed(78, + ::grpc::Service::MarkMethodStreamed(81, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::CreateModuleRequest, ::viam::app::v1::CreateModuleResponse>( [this](::grpc_impl::ServerContext* context, @@ -18918,7 +19566,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_UpdateModule() { - ::grpc::Service::MarkMethodStreamed(79, + ::grpc::Service::MarkMethodStreamed(82, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::UpdateModuleRequest, ::viam::app::v1::UpdateModuleResponse>( [this](::grpc_impl::ServerContext* context, @@ -18945,7 +19593,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_GetModule() { - ::grpc::Service::MarkMethodStreamed(81, + ::grpc::Service::MarkMethodStreamed(84, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::GetModuleRequest, ::viam::app::v1::GetModuleResponse>( [this](::grpc_impl::ServerContext* context, @@ -18972,7 +19620,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_ListModules() { - ::grpc::Service::MarkMethodStreamed(82, + ::grpc::Service::MarkMethodStreamed(85, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::ListModulesRequest, ::viam::app::v1::ListModulesResponse>( [this](::grpc_impl::ServerContext* context, @@ -18999,7 +19647,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_CreateKey() { - ::grpc::Service::MarkMethodStreamed(83, + ::grpc::Service::MarkMethodStreamed(86, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::CreateKeyRequest, ::viam::app::v1::CreateKeyResponse>( [this](::grpc_impl::ServerContext* context, @@ -19026,7 +19674,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_DeleteKey() { - ::grpc::Service::MarkMethodStreamed(84, + ::grpc::Service::MarkMethodStreamed(87, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::DeleteKeyRequest, ::viam::app::v1::DeleteKeyResponse>( [this](::grpc_impl::ServerContext* context, @@ -19053,7 +19701,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_ListKeys() { - ::grpc::Service::MarkMethodStreamed(85, + ::grpc::Service::MarkMethodStreamed(88, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::ListKeysRequest, ::viam::app::v1::ListKeysResponse>( [this](::grpc_impl::ServerContext* context, @@ -19080,7 +19728,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_RenameKey() { - ::grpc::Service::MarkMethodStreamed(86, + ::grpc::Service::MarkMethodStreamed(89, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::RenameKeyRequest, ::viam::app::v1::RenameKeyResponse>( [this](::grpc_impl::ServerContext* context, @@ -19107,7 +19755,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_RotateKey() { - ::grpc::Service::MarkMethodStreamed(87, + ::grpc::Service::MarkMethodStreamed(90, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::RotateKeyRequest, ::viam::app::v1::RotateKeyResponse>( [this](::grpc_impl::ServerContext* context, @@ -19134,7 +19782,7 @@ class AppService final { void BaseClassMustBeDerivedFromService(const Service* /*service*/) {} public: WithStreamedUnaryMethod_CreateKeyFromExistingKeyAuthorizations() { - ::grpc::Service::MarkMethodStreamed(88, + ::grpc::Service::MarkMethodStreamed(91, new ::grpc::internal::StreamedUnaryHandler< ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest, ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>( [this](::grpc_impl::ServerContext* context, @@ -19155,7 +19803,7 @@ class AppService final { // replace default version of method with streamed unary virtual ::grpc::Status StreamedCreateKeyFromExistingKeyAuthorizations(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest,::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse>* server_unary_streamer) = 0; }; - typedef WithStreamedUnaryMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedUnaryService; + typedef WithStreamedUnaryMethod_GetUserIDByEmail > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedUnaryService; template class WithSplitStreamingMethod_TailRobotPartLogs : public BaseClass { private: @@ -19184,7 +19832,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 90250be09..15732b2d5 100644 --- a/src/viam/api/app/v1/app.pb.cc +++ b/src/viam/api/app/v1/app.pb.cc @@ -1545,6 +1545,81 @@ struct GetFragmentHistoryResponseDefaultTypeInternal { }; }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetFragmentHistoryResponseDefaultTypeInternal _GetFragmentHistoryResponse_default_instance_; +PROTOBUF_CONSTEXPR GetFragmentUsageRequest::GetFragmentUsageRequest( + ::_pbi::ConstantInitialized) + : fragment_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} +struct GetFragmentUsageRequestDefaultTypeInternal { + PROTOBUF_CONSTEXPR GetFragmentUsageRequestDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~GetFragmentUsageRequestDefaultTypeInternal() {} + union { + GetFragmentUsageRequest _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetFragmentUsageRequestDefaultTypeInternal _GetFragmentUsageRequest_default_instance_; +PROTOBUF_CONSTEXPR GetFragmentUsageResponse::GetFragmentUsageResponse( + ::_pbi::ConstantInitialized) + : version_usages_(){} +struct GetFragmentUsageResponseDefaultTypeInternal { + PROTOBUF_CONSTEXPR GetFragmentUsageResponseDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~GetFragmentUsageResponseDefaultTypeInternal() {} + union { + GetFragmentUsageResponse _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetFragmentUsageResponseDefaultTypeInternal _GetFragmentUsageResponse_default_instance_; +PROTOBUF_CONSTEXPR SetFragmentTagRequest::SetFragmentTagRequest( + ::_pbi::ConstantInitialized) + : fragment_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , tag_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , revision_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} +struct SetFragmentTagRequestDefaultTypeInternal { + PROTOBUF_CONSTEXPR SetFragmentTagRequestDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~SetFragmentTagRequestDefaultTypeInternal() {} + union { + SetFragmentTagRequest _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SetFragmentTagRequestDefaultTypeInternal _SetFragmentTagRequest_default_instance_; +PROTOBUF_CONSTEXPR SetFragmentTagResponse::SetFragmentTagResponse( + ::_pbi::ConstantInitialized) + : tags_(){} +struct SetFragmentTagResponseDefaultTypeInternal { + PROTOBUF_CONSTEXPR SetFragmentTagResponseDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~SetFragmentTagResponseDefaultTypeInternal() {} + union { + SetFragmentTagResponse _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SetFragmentTagResponseDefaultTypeInternal _SetFragmentTagResponse_default_instance_; +PROTOBUF_CONSTEXPR DeleteFragmentTagRequest::DeleteFragmentTagRequest( + ::_pbi::ConstantInitialized) + : fragment_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) + , tag_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} +struct DeleteFragmentTagRequestDefaultTypeInternal { + PROTOBUF_CONSTEXPR DeleteFragmentTagRequestDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~DeleteFragmentTagRequestDefaultTypeInternal() {} + union { + DeleteFragmentTagRequest _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeleteFragmentTagRequestDefaultTypeInternal _DeleteFragmentTagRequest_default_instance_; +PROTOBUF_CONSTEXPR DeleteFragmentTagResponse::DeleteFragmentTagResponse( + ::_pbi::ConstantInitialized) + : tags_(){} +struct DeleteFragmentTagResponseDefaultTypeInternal { + PROTOBUF_CONSTEXPR DeleteFragmentTagResponseDefaultTypeInternal() + : _instance(::_pbi::ConstantInitialized{}) {} + ~DeleteFragmentTagResponseDefaultTypeInternal() {} + union { + DeleteFragmentTagResponse _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeleteFragmentTagResponseDefaultTypeInternal _DeleteFragmentTagResponse_default_instance_; PROTOBUF_CONSTEXPR ListRobotsRequest::ListRobotsRequest( ::_pbi::ConstantInitialized) : location_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} @@ -2956,7 +3031,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[221]; +static ::_pb::Metadata file_level_metadata_app_2fv1_2fapp_2eproto[227]; static const ::_pb::EnumDescriptor* file_level_enum_descriptors_app_2fv1_2fapp_2eproto[10]; static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_app_2fv1_2fapp_2eproto = nullptr; @@ -3966,6 +4041,51 @@ const uint32_t TableStruct_app_2fv1_2fapp_2eproto::offsets[] PROTOBUF_SECTION_VA PROTOBUF_FIELD_OFFSET(::viam::app::v1::GetFragmentHistoryResponse, history_), PROTOBUF_FIELD_OFFSET(::viam::app::v1::GetFragmentHistoryResponse, next_page_token_), ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::GetFragmentUsageRequest, _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::GetFragmentUsageRequest, fragment_id_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::GetFragmentUsageResponse, _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::GetFragmentUsageResponse, version_usages_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::SetFragmentTagRequest, _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::SetFragmentTagRequest, fragment_id_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::SetFragmentTagRequest, tag_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::SetFragmentTagRequest, revision_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::SetFragmentTagResponse, _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::SetFragmentTagResponse, tags_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeleteFragmentTagRequest, _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::DeleteFragmentTagRequest, fragment_id_), + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeleteFragmentTagRequest, tag_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::viam::app::v1::DeleteFragmentTagResponse, _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::DeleteFragmentTagResponse, tags_), + ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::viam::app::v1::ListRobotsRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ @@ -5015,112 +5135,118 @@ static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protode { 978, -1, -1, sizeof(::viam::app::v1::DeleteFragmentResponse)}, { 984, 993, -1, sizeof(::viam::app::v1::GetFragmentHistoryRequest)}, { 996, -1, -1, sizeof(::viam::app::v1::GetFragmentHistoryResponse)}, - { 1004, -1, -1, sizeof(::viam::app::v1::ListRobotsRequest)}, - { 1011, -1, -1, sizeof(::viam::app::v1::ListMachineFragmentsRequest)}, - { 1019, -1, -1, sizeof(::viam::app::v1::ListMachineFragmentsResponse)}, - { 1027, -1, -1, sizeof(::viam::app::v1::ListRobotsResponse)}, - { 1034, -1, -1, sizeof(::viam::app::v1::NewRobotRequest)}, - { 1042, -1, -1, sizeof(::viam::app::v1::NewRobotResponse)}, - { 1049, -1, -1, sizeof(::viam::app::v1::UpdateRobotRequest)}, - { 1058, -1, -1, sizeof(::viam::app::v1::UpdateRobotResponse)}, - { 1065, -1, -1, sizeof(::viam::app::v1::DeleteRobotRequest)}, - { 1072, -1, -1, sizeof(::viam::app::v1::DeleteRobotResponse)}, - { 1078, -1, -1, sizeof(::viam::app::v1::MarkPartAsMainRequest)}, - { 1085, -1, -1, sizeof(::viam::app::v1::MarkPartAsMainResponse)}, - { 1091, -1, -1, sizeof(::viam::app::v1::MarkPartForRestartRequest)}, - { 1098, -1, -1, sizeof(::viam::app::v1::MarkPartForRestartResponse)}, - { 1104, -1, -1, sizeof(::viam::app::v1::CreateRobotPartSecretRequest)}, - { 1111, -1, -1, sizeof(::viam::app::v1::CreateRobotPartSecretResponse)}, - { 1118, -1, -1, sizeof(::viam::app::v1::DeleteRobotPartSecretRequest)}, - { 1126, -1, -1, sizeof(::viam::app::v1::DeleteRobotPartSecretResponse)}, - { 1132, -1, -1, sizeof(::viam::app::v1::Authorization)}, - { 1145, -1, -1, sizeof(::viam::app::v1::AddRoleRequest)}, - { 1152, -1, -1, sizeof(::viam::app::v1::AddRoleResponse)}, - { 1158, -1, -1, sizeof(::viam::app::v1::RemoveRoleRequest)}, - { 1165, -1, -1, sizeof(::viam::app::v1::RemoveRoleResponse)}, - { 1171, -1, -1, sizeof(::viam::app::v1::ChangeRoleRequest)}, - { 1179, -1, -1, sizeof(::viam::app::v1::ChangeRoleResponse)}, - { 1185, -1, -1, sizeof(::viam::app::v1::ListAuthorizationsRequest)}, - { 1193, -1, -1, sizeof(::viam::app::v1::ListAuthorizationsResponse)}, - { 1200, -1, -1, sizeof(::viam::app::v1::CheckPermissionsRequest)}, - { 1207, -1, -1, sizeof(::viam::app::v1::AuthorizedPermissions)}, - { 1216, -1, -1, sizeof(::viam::app::v1::CheckPermissionsResponse)}, - { 1223, 1234, -1, sizeof(::viam::app::v1::ModuleVersion)}, - { 1239, 1249, -1, sizeof(::viam::app::v1::ModuleMetadata)}, - { 1253, -1, -1, sizeof(::viam::app::v1::MLModelMetadata)}, - { 1262, -1, -1, sizeof(::viam::app::v1::MLTrainingVersion)}, - { 1270, -1, -1, sizeof(::viam::app::v1::MLTrainingMetadata)}, - { 1280, -1, -1, sizeof(::viam::app::v1::RegistryItem)}, - { 1304, 1312, -1, sizeof(::viam::app::v1::GetRegistryItemRequest)}, - { 1314, -1, -1, sizeof(::viam::app::v1::GetRegistryItemResponse)}, - { 1321, -1, -1, sizeof(::viam::app::v1::CreateRegistryItemRequest)}, - { 1330, -1, -1, sizeof(::viam::app::v1::CreateRegistryItemResponse)}, - { 1336, 1351, -1, sizeof(::viam::app::v1::UpdateRegistryItemRequest)}, - { 1359, -1, -1, sizeof(::viam::app::v1::UpdateRegistryItemResponse)}, - { 1365, 1380, -1, sizeof(::viam::app::v1::ListRegistryItemsRequest)}, - { 1389, -1, -1, sizeof(::viam::app::v1::ListRegistryItemsResponse)}, - { 1396, -1, -1, sizeof(::viam::app::v1::DeleteRegistryItemRequest)}, - { 1403, -1, -1, sizeof(::viam::app::v1::DeleteRegistryItemResponse)}, - { 1409, -1, -1, sizeof(::viam::app::v1::TransferRegistryItemRequest)}, - { 1417, -1, -1, sizeof(::viam::app::v1::TransferRegistryItemResponse)}, - { 1423, -1, -1, sizeof(::viam::app::v1::CreateModuleRequest)}, - { 1431, -1, -1, sizeof(::viam::app::v1::CreateModuleResponse)}, - { 1439, 1452, -1, sizeof(::viam::app::v1::UpdateModuleRequest)}, - { 1459, -1, -1, sizeof(::viam::app::v1::UpdateModuleResponse)}, - { 1466, -1, -1, sizeof(::viam::app::v1::UpdateModuleMetadata)}, - { 1474, -1, -1, sizeof(::viam::app::v1::UpdateMLModelMetadata)}, - { 1482, -1, -1, sizeof(::viam::app::v1::UpdateMLTrainingMetadata)}, - { 1491, 1501, -1, sizeof(::viam::app::v1::Model)}, - { 1505, -1, -1, sizeof(::viam::app::v1::ModuleFileInfo)}, - { 1515, -1, -1, sizeof(::viam::app::v1::UploadModuleFileRequest)}, - { 1524, -1, -1, sizeof(::viam::app::v1::UploadModuleFileResponse)}, - { 1531, 1539, -1, sizeof(::viam::app::v1::GetModuleRequest)}, - { 1541, -1, -1, sizeof(::viam::app::v1::GetModuleResponse)}, - { 1548, 1567, -1, sizeof(::viam::app::v1::Module)}, - { 1580, 1591, -1, sizeof(::viam::app::v1::VersionHistory)}, - { 1596, -1, -1, sizeof(::viam::app::v1::Uploads)}, - { 1604, 1612, -1, sizeof(::viam::app::v1::ListModulesRequest)}, - { 1614, -1, -1, sizeof(::viam::app::v1::ListModulesResponse)}, - { 1621, -1, -1, sizeof(::viam::app::v1::GetUserIDByEmailRequest)}, - { 1628, -1, -1, sizeof(::viam::app::v1::GetUserIDByEmailResponse)}, - { 1635, -1, -1, sizeof(::viam::app::v1::ListOrganizationsByUserRequest)}, - { 1642, 1652, -1, sizeof(::viam::app::v1::OrgDetails)}, - { 1656, -1, -1, sizeof(::viam::app::v1::ListOrganizationsByUserResponse)}, - { 1663, 1673, -1, sizeof(::viam::app::v1::SearchOrganizationsRequest)}, - { 1677, -1, -1, sizeof(::viam::app::v1::SearchOrganizationsResponse)}, - { 1684, -1, -1, sizeof(::viam::app::v1::CreateKeyRequest)}, - { 1692, -1, -1, sizeof(::viam::app::v1::CreateKeyResponse)}, - { 1700, -1, -1, sizeof(::viam::app::v1::DeleteKeyRequest)}, - { 1707, -1, -1, sizeof(::viam::app::v1::DeleteKeyResponse)}, - { 1713, -1, -1, sizeof(::viam::app::v1::RenameKeyRequest)}, - { 1721, -1, -1, sizeof(::viam::app::v1::RenameKeyResponse)}, - { 1729, -1, -1, sizeof(::viam::app::v1::AuthorizationDetails)}, - { 1740, -1, -1, sizeof(::viam::app::v1::APIKeyWithAuthorizations)}, - { 1748, -1, -1, sizeof(::viam::app::v1::ListKeysRequest)}, - { 1755, -1, -1, sizeof(::viam::app::v1::ListKeysResponse)}, - { 1762, -1, -1, sizeof(::viam::app::v1::RotateKeyRequest)}, - { 1769, -1, -1, sizeof(::viam::app::v1::RotateKeyResponse)}, - { 1777, -1, -1, sizeof(::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest)}, - { 1784, -1, -1, sizeof(::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse)}, - { 1792, -1, -1, sizeof(::viam::app::v1::OrganizationSetLogoRequest)}, - { 1800, -1, -1, sizeof(::viam::app::v1::OrganizationSetLogoResponse)}, - { 1806, -1, -1, sizeof(::viam::app::v1::OrganizationGetLogoRequest)}, - { 1813, -1, -1, sizeof(::viam::app::v1::OrganizationGetLogoResponse)}, - { 1820, -1, -1, sizeof(::viam::app::v1::EnableAuthServiceRequest)}, - { 1827, -1, -1, sizeof(::viam::app::v1::EnableAuthServiceResponse)}, - { 1833, -1, -1, sizeof(::viam::app::v1::DisableAuthServiceRequest)}, - { 1840, -1, -1, sizeof(::viam::app::v1::DisableAuthServiceResponse)}, - { 1846, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppRequest)}, - { 1855, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppResponse)}, - { 1863, -1, -1, sizeof(::viam::app::v1::ReadOAuthAppRequest)}, - { 1871, -1, -1, sizeof(::viam::app::v1::ReadOAuthAppResponse)}, - { 1880, -1, -1, sizeof(::viam::app::v1::UpdateOAuthAppRequest)}, - { 1890, -1, -1, sizeof(::viam::app::v1::UpdateOAuthAppResponse)}, - { 1896, -1, -1, sizeof(::viam::app::v1::DeleteOAuthAppRequest)}, - { 1904, -1, -1, sizeof(::viam::app::v1::DeleteOAuthAppResponse)}, - { 1910, -1, -1, sizeof(::viam::app::v1::ListOAuthAppsRequest)}, - { 1917, -1, -1, sizeof(::viam::app::v1::ListOAuthAppsResponse)}, - { 1924, -1, -1, sizeof(::viam::app::v1::OAuthConfig)}, + { 1004, -1, -1, sizeof(::viam::app::v1::GetFragmentUsageRequest)}, + { 1011, -1, -1, sizeof(::viam::app::v1::GetFragmentUsageResponse)}, + { 1018, -1, -1, sizeof(::viam::app::v1::SetFragmentTagRequest)}, + { 1027, -1, -1, sizeof(::viam::app::v1::SetFragmentTagResponse)}, + { 1034, -1, -1, sizeof(::viam::app::v1::DeleteFragmentTagRequest)}, + { 1042, -1, -1, sizeof(::viam::app::v1::DeleteFragmentTagResponse)}, + { 1049, -1, -1, sizeof(::viam::app::v1::ListRobotsRequest)}, + { 1056, -1, -1, sizeof(::viam::app::v1::ListMachineFragmentsRequest)}, + { 1064, -1, -1, sizeof(::viam::app::v1::ListMachineFragmentsResponse)}, + { 1072, -1, -1, sizeof(::viam::app::v1::ListRobotsResponse)}, + { 1079, -1, -1, sizeof(::viam::app::v1::NewRobotRequest)}, + { 1087, -1, -1, sizeof(::viam::app::v1::NewRobotResponse)}, + { 1094, -1, -1, sizeof(::viam::app::v1::UpdateRobotRequest)}, + { 1103, -1, -1, sizeof(::viam::app::v1::UpdateRobotResponse)}, + { 1110, -1, -1, sizeof(::viam::app::v1::DeleteRobotRequest)}, + { 1117, -1, -1, sizeof(::viam::app::v1::DeleteRobotResponse)}, + { 1123, -1, -1, sizeof(::viam::app::v1::MarkPartAsMainRequest)}, + { 1130, -1, -1, sizeof(::viam::app::v1::MarkPartAsMainResponse)}, + { 1136, -1, -1, sizeof(::viam::app::v1::MarkPartForRestartRequest)}, + { 1143, -1, -1, sizeof(::viam::app::v1::MarkPartForRestartResponse)}, + { 1149, -1, -1, sizeof(::viam::app::v1::CreateRobotPartSecretRequest)}, + { 1156, -1, -1, sizeof(::viam::app::v1::CreateRobotPartSecretResponse)}, + { 1163, -1, -1, sizeof(::viam::app::v1::DeleteRobotPartSecretRequest)}, + { 1171, -1, -1, sizeof(::viam::app::v1::DeleteRobotPartSecretResponse)}, + { 1177, -1, -1, sizeof(::viam::app::v1::Authorization)}, + { 1190, -1, -1, sizeof(::viam::app::v1::AddRoleRequest)}, + { 1197, -1, -1, sizeof(::viam::app::v1::AddRoleResponse)}, + { 1203, -1, -1, sizeof(::viam::app::v1::RemoveRoleRequest)}, + { 1210, -1, -1, sizeof(::viam::app::v1::RemoveRoleResponse)}, + { 1216, -1, -1, sizeof(::viam::app::v1::ChangeRoleRequest)}, + { 1224, -1, -1, sizeof(::viam::app::v1::ChangeRoleResponse)}, + { 1230, -1, -1, sizeof(::viam::app::v1::ListAuthorizationsRequest)}, + { 1238, -1, -1, sizeof(::viam::app::v1::ListAuthorizationsResponse)}, + { 1245, -1, -1, sizeof(::viam::app::v1::CheckPermissionsRequest)}, + { 1252, -1, -1, sizeof(::viam::app::v1::AuthorizedPermissions)}, + { 1261, -1, -1, sizeof(::viam::app::v1::CheckPermissionsResponse)}, + { 1268, 1279, -1, sizeof(::viam::app::v1::ModuleVersion)}, + { 1284, 1294, -1, sizeof(::viam::app::v1::ModuleMetadata)}, + { 1298, -1, -1, sizeof(::viam::app::v1::MLModelMetadata)}, + { 1307, -1, -1, sizeof(::viam::app::v1::MLTrainingVersion)}, + { 1315, -1, -1, sizeof(::viam::app::v1::MLTrainingMetadata)}, + { 1325, -1, -1, sizeof(::viam::app::v1::RegistryItem)}, + { 1349, 1357, -1, sizeof(::viam::app::v1::GetRegistryItemRequest)}, + { 1359, -1, -1, sizeof(::viam::app::v1::GetRegistryItemResponse)}, + { 1366, -1, -1, sizeof(::viam::app::v1::CreateRegistryItemRequest)}, + { 1375, -1, -1, sizeof(::viam::app::v1::CreateRegistryItemResponse)}, + { 1381, 1396, -1, sizeof(::viam::app::v1::UpdateRegistryItemRequest)}, + { 1404, -1, -1, sizeof(::viam::app::v1::UpdateRegistryItemResponse)}, + { 1410, 1425, -1, sizeof(::viam::app::v1::ListRegistryItemsRequest)}, + { 1434, -1, -1, sizeof(::viam::app::v1::ListRegistryItemsResponse)}, + { 1441, -1, -1, sizeof(::viam::app::v1::DeleteRegistryItemRequest)}, + { 1448, -1, -1, sizeof(::viam::app::v1::DeleteRegistryItemResponse)}, + { 1454, -1, -1, sizeof(::viam::app::v1::TransferRegistryItemRequest)}, + { 1462, -1, -1, sizeof(::viam::app::v1::TransferRegistryItemResponse)}, + { 1468, -1, -1, sizeof(::viam::app::v1::CreateModuleRequest)}, + { 1476, -1, -1, sizeof(::viam::app::v1::CreateModuleResponse)}, + { 1484, 1497, -1, sizeof(::viam::app::v1::UpdateModuleRequest)}, + { 1504, -1, -1, sizeof(::viam::app::v1::UpdateModuleResponse)}, + { 1511, -1, -1, sizeof(::viam::app::v1::UpdateModuleMetadata)}, + { 1519, -1, -1, sizeof(::viam::app::v1::UpdateMLModelMetadata)}, + { 1527, -1, -1, sizeof(::viam::app::v1::UpdateMLTrainingMetadata)}, + { 1536, 1546, -1, sizeof(::viam::app::v1::Model)}, + { 1550, -1, -1, sizeof(::viam::app::v1::ModuleFileInfo)}, + { 1560, -1, -1, sizeof(::viam::app::v1::UploadModuleFileRequest)}, + { 1569, -1, -1, sizeof(::viam::app::v1::UploadModuleFileResponse)}, + { 1576, 1584, -1, sizeof(::viam::app::v1::GetModuleRequest)}, + { 1586, -1, -1, sizeof(::viam::app::v1::GetModuleResponse)}, + { 1593, 1612, -1, sizeof(::viam::app::v1::Module)}, + { 1625, 1636, -1, sizeof(::viam::app::v1::VersionHistory)}, + { 1641, -1, -1, sizeof(::viam::app::v1::Uploads)}, + { 1649, 1657, -1, sizeof(::viam::app::v1::ListModulesRequest)}, + { 1659, -1, -1, sizeof(::viam::app::v1::ListModulesResponse)}, + { 1666, -1, -1, sizeof(::viam::app::v1::GetUserIDByEmailRequest)}, + { 1673, -1, -1, sizeof(::viam::app::v1::GetUserIDByEmailResponse)}, + { 1680, -1, -1, sizeof(::viam::app::v1::ListOrganizationsByUserRequest)}, + { 1687, 1697, -1, sizeof(::viam::app::v1::OrgDetails)}, + { 1701, -1, -1, sizeof(::viam::app::v1::ListOrganizationsByUserResponse)}, + { 1708, 1718, -1, sizeof(::viam::app::v1::SearchOrganizationsRequest)}, + { 1722, -1, -1, sizeof(::viam::app::v1::SearchOrganizationsResponse)}, + { 1729, -1, -1, sizeof(::viam::app::v1::CreateKeyRequest)}, + { 1737, -1, -1, sizeof(::viam::app::v1::CreateKeyResponse)}, + { 1745, -1, -1, sizeof(::viam::app::v1::DeleteKeyRequest)}, + { 1752, -1, -1, sizeof(::viam::app::v1::DeleteKeyResponse)}, + { 1758, -1, -1, sizeof(::viam::app::v1::RenameKeyRequest)}, + { 1766, -1, -1, sizeof(::viam::app::v1::RenameKeyResponse)}, + { 1774, -1, -1, sizeof(::viam::app::v1::AuthorizationDetails)}, + { 1785, -1, -1, sizeof(::viam::app::v1::APIKeyWithAuthorizations)}, + { 1793, -1, -1, sizeof(::viam::app::v1::ListKeysRequest)}, + { 1800, -1, -1, sizeof(::viam::app::v1::ListKeysResponse)}, + { 1807, -1, -1, sizeof(::viam::app::v1::RotateKeyRequest)}, + { 1814, -1, -1, sizeof(::viam::app::v1::RotateKeyResponse)}, + { 1822, -1, -1, sizeof(::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsRequest)}, + { 1829, -1, -1, sizeof(::viam::app::v1::CreateKeyFromExistingKeyAuthorizationsResponse)}, + { 1837, -1, -1, sizeof(::viam::app::v1::OrganizationSetLogoRequest)}, + { 1845, -1, -1, sizeof(::viam::app::v1::OrganizationSetLogoResponse)}, + { 1851, -1, -1, sizeof(::viam::app::v1::OrganizationGetLogoRequest)}, + { 1858, -1, -1, sizeof(::viam::app::v1::OrganizationGetLogoResponse)}, + { 1865, -1, -1, sizeof(::viam::app::v1::EnableAuthServiceRequest)}, + { 1872, -1, -1, sizeof(::viam::app::v1::EnableAuthServiceResponse)}, + { 1878, -1, -1, sizeof(::viam::app::v1::DisableAuthServiceRequest)}, + { 1885, -1, -1, sizeof(::viam::app::v1::DisableAuthServiceResponse)}, + { 1891, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppRequest)}, + { 1900, -1, -1, sizeof(::viam::app::v1::CreateOAuthAppResponse)}, + { 1908, -1, -1, sizeof(::viam::app::v1::ReadOAuthAppRequest)}, + { 1916, -1, -1, sizeof(::viam::app::v1::ReadOAuthAppResponse)}, + { 1925, -1, -1, sizeof(::viam::app::v1::UpdateOAuthAppRequest)}, + { 1935, -1, -1, sizeof(::viam::app::v1::UpdateOAuthAppResponse)}, + { 1941, -1, -1, sizeof(::viam::app::v1::DeleteOAuthAppRequest)}, + { 1949, -1, -1, sizeof(::viam::app::v1::DeleteOAuthAppResponse)}, + { 1955, -1, -1, sizeof(::viam::app::v1::ListOAuthAppsRequest)}, + { 1962, -1, -1, sizeof(::viam::app::v1::ListOAuthAppsResponse)}, + { 1969, -1, -1, sizeof(::viam::app::v1::OAuthConfig)}, }; static const ::_pb::Message* const file_default_instances[] = { @@ -5239,6 +5365,12 @@ static const ::_pb::Message* const file_default_instances[] = { &::viam::app::v1::_DeleteFragmentResponse_default_instance_._instance, &::viam::app::v1::_GetFragmentHistoryRequest_default_instance_._instance, &::viam::app::v1::_GetFragmentHistoryResponse_default_instance_._instance, + &::viam::app::v1::_GetFragmentUsageRequest_default_instance_._instance, + &::viam::app::v1::_GetFragmentUsageResponse_default_instance_._instance, + &::viam::app::v1::_SetFragmentTagRequest_default_instance_._instance, + &::viam::app::v1::_SetFragmentTagResponse_default_instance_._instance, + &::viam::app::v1::_DeleteFragmentTagRequest_default_instance_._instance, + &::viam::app::v1::_DeleteFragmentTagResponse_default_instance_._instance, &::viam::app::v1::_ListRobotsRequest_default_instance_._instance, &::viam::app::v1::_ListMachineFragmentsRequest_default_instance_._instance, &::viam::app::v1::_ListMachineFragmentsResponse_default_instance_._instance, @@ -5723,574 +5855,594 @@ const char descriptor_table_protodef_app_2fv1_2fapp_2eproto[] PROTOBUF_SECTION_V "\n\013_page_limit\"\201\001\n\032GetFragmentHistoryResp" "onse\022;\n\007history\030\001 \003(\0132!.viam.app.v1.Frag" "mentHistoryEntryR\007history\022&\n\017next_page_t" - "oken\030\002 \001(\tR\rnextPageToken\"4\n\021ListRobotsR" - "equest\022\037\n\013location_id\030\001 \001(\tR\nlocationId\"" - "t\n\033ListMachineFragmentsRequest\022\035\n\nmachin" - "e_id\030\001 \001(\tR\tmachineId\0226\n\027additional_frag" - "ment_ids\030\002 \003(\tR\025additionalFragmentIds\"\241\001" - "\n\034ListMachineFragmentsResponse\0223\n\tfragme" - "nts\030\001 \003(\0132\025.viam.app.v1.FragmentR\tfragme" - "nts\022L\n\022resolved_fragments\030\002 \003(\0132\035.viam.a" - "pp.v1.ResolvedFragmentR\021resolvedFragment" - "s\"@\n\022ListRobotsResponse\022*\n\006robots\030\001 \003(\0132" - "\022.viam.app.v1.RobotR\006robots\"A\n\017NewRobotR" - "equest\022\022\n\004name\030\001 \001(\tR\004name\022\032\n\010location\030\002" - " \001(\tR\010location\"\"\n\020NewRobotResponse\022\016\n\002id" - "\030\001 \001(\tR\002id\"T\n\022UpdateRobotRequest\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\023UpdateRobotResponse\022" - "(\n\005robot\030\001 \001(\0132\022.viam.app.v1.RobotR\005robo" - "t\"$\n\022DeleteRobotRequest\022\016\n\002id\030\001 \001(\tR\002id\"" - "\025\n\023DeleteRobotResponse\"0\n\025MarkPartAsMain" - "Request\022\027\n\007part_id\030\001 \001(\tR\006partId\"\030\n\026Mark" - "PartAsMainResponse\"4\n\031MarkPartForRestart" - "Request\022\027\n\007part_id\030\001 \001(\tR\006partId\"\034\n\032Mark" - "PartForRestartResponse\"7\n\034CreateRobotPar" - "tSecretRequest\022\027\n\007part_id\030\001 \001(\tR\006partId\"" - "K\n\035CreateRobotPartSecretResponse\022*\n\004part" - "\030\001 \001(\0132\026.viam.app.v1.RobotPartR\004part\"T\n\034" - "DeleteRobotPartSecretRequest\022\027\n\007part_id\030" - "\001 \001(\tR\006partId\022\033\n\tsecret_id\030\002 \001(\tR\010secret" - "Id\"\037\n\035DeleteRobotPartSecretResponse\"\236\002\n\r" - "Authorization\022-\n\022authorization_type\030\001 \001(" - "\tR\021authorizationType\022)\n\020authorization_id" - "\030\002 \001(\tR\017authorizationId\022#\n\rresource_type" - "\030\003 \001(\tR\014resourceType\022\037\n\013resource_id\030\004 \001(" - "\tR\nresourceId\022\037\n\013identity_id\030\005 \001(\tR\niden" - "tityId\022\'\n\017organization_id\030\006 \001(\tR\016organiz" - "ationId\022#\n\ridentity_type\030\007 \001(\tR\014identity" - "Type\"R\n\016AddRoleRequest\022@\n\rauthorization\030" - "\001 \001(\0132\032.viam.app.v1.AuthorizationR\rautho" - "rization\"\021\n\017AddRoleResponse\"U\n\021RemoveRol" - "eRequest\022@\n\rauthorization\030\001 \001(\0132\032.viam.a" - "pp.v1.AuthorizationR\rauthorization\"\024\n\022Re" - "moveRoleResponse\"\245\001\n\021ChangeRoleRequest\022G" - "\n\021old_authorization\030\001 \001(\0132\032.viam.app.v1." - "AuthorizationR\020oldAuthorization\022G\n\021new_a" - "uthorization\030\002 \001(\0132\032.viam.app.v1.Authori" - "zationR\020newAuthorization\"\024\n\022ChangeRoleRe" - "sponse\"g\n\031ListAuthorizationsRequest\022\'\n\017o" - "rganization_id\030\001 \001(\tR\016organizationId\022!\n\014" - "resource_ids\030\002 \003(\tR\013resourceIds\"`\n\032ListA" - "uthorizationsResponse\022B\n\016authorizations\030" - "\001 \003(\0132\032.viam.app.v1.AuthorizationR\016autho" - "rizations\"_\n\027CheckPermissionsRequest\022D\n\013" - "permissions\030\001 \003(\0132\".viam.app.v1.Authoriz" - "edPermissionsR\013permissions\"\177\n\025Authorized" - "Permissions\022#\n\rresource_type\030\001 \001(\tR\014reso" - "urceType\022\037\n\013resource_id\030\002 \001(\tR\nresourceI" - "d\022 \n\013permissions\030\003 \003(\tR\013permissions\"u\n\030C" - "heckPermissionsResponse\022Y\n\026authorized_pe" - "rmissions\030\001 \003(\0132\".viam.app.v1.Authorized" - "PermissionsR\025authorizedPermissions\"\321\001\n\rM" - "oduleVersion\022\030\n\007version\030\001 \001(\tR\007version\022*" - "\n\005files\030\002 \003(\0132\024.viam.app.v1.UploadsR\005fil" - "es\022*\n\006models\030\003 \003(\0132\022.viam.app.v1.ModelR\006" - "models\022\036\n\nentrypoint\030\004 \001(\tR\nentrypoint\022 " - "\n\tfirst_run\030\005 \001(\tH\000R\010firstRun\210\001\001B\014\n\n_fir" - "st_run\"\304\001\n\016ModuleMetadata\022*\n\006models\030\001 \003(" - "\0132\022.viam.app.v1.ModelR\006models\0226\n\010version" - "s\030\002 \003(\0132\032.viam.app.v1.ModuleVersionR\010ver" - "sions\022\036\n\nentrypoint\030\003 \001(\tR\nentrypoint\022 \n" - "\tfirst_run\030\004 \001(\tH\000R\010firstRun\210\001\001B\014\n\n_firs" - "t_run\"\300\001\n\017MLModelMetadata\022\032\n\010versions\030\001 " - "\003(\tR\010versions\022@\n\nmodel_type\030\002 \001(\0162!.viam" - ".app.mltraining.v1.ModelTypeR\tmodelType\022" - "O\n\017model_framework\030\003 \001(\0162&.viam.app.mltr" - "aining.v1.ModelFrameworkR\016modelFramework" - "\"h\n\021MLTrainingVersion\022\030\n\007version\030\001 \001(\tR\007" - "version\0229\n\ncreated_on\030\002 \001(\0132\032.google.pro" - "tobuf.TimestampR\tcreatedOn\"\377\001\n\022MLTrainin" - "gMetadata\022:\n\010versions\030\005 \003(\0132\036.viam.app.v" - "1.MLTrainingVersionR\010versions\022@\n\nmodel_t" - "ype\030\002 \001(\0162!.viam.app.mltraining.v1.Model" - "TypeR\tmodelType\022O\n\017model_framework\030\003 \001(\016" - "2&.viam.app.mltraining.v1.ModelFramework" - "R\016modelFramework\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\006" - "itemId\022\'\n\017organization_id\030\002 \001(\tR\016organiz" - "ationId\022)\n\020public_namespace\030\003 \001(\tR\017publi" - "cNamespace\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." - "VisibilityR\nvisibility\022\020\n\003url\030\007 \001(\tR\003url" - "\022 \n\013description\030\010 \001(\tR\013description\022*\n\021to" - "tal_robot_usage\030\t \001(\003R\017totalRobotUsage\022;" - "\n\032total_external_robot_usage\030\r \001(\003R\027tota" - "lExternalRobotUsage\0228\n\030total_organizatio" - "n_usage\030\n \001(\003R\026totalOrganizationUsage\022I\n" - "!total_external_organization_usage\030\016 \001(\003" - "R\036totalExternalOrganizationUsage\022F\n\017modu" - "le_metadata\030\013 \001(\0132\033.viam.app.v1.ModuleMe" - "tadataH\000R\016moduleMetadata\022J\n\021ml_model_met" - "adata\030\014 \001(\0132\034.viam.app.v1.MLModelMetadat" - "aH\000R\017mlModelMetadata\022S\n\024ml_training_meta" - "data\030\022 \001(\0132\037.viam.app.v1.MLTrainingMetad" - "ataH\000R\022mlTrainingMetadata\0229\n\ncreated_at\030" - "\017 \001(\0132\032.google.protobuf.TimestampR\tcreat" - "edAt\0229\n\nupdated_at\030\020 \001(\0132\032.google.protob" - "uf.TimestampR\tupdatedAtB\n\n\010metadata\"\237\001\n\026" - "GetRegistryItemRequest\022\027\n\007item_id\030\001 \001(\tR" - "\006itemId\022I\n\036include_markdown_documentatio" - "n\030\002 \001(\010H\000R\034includeMarkdownDocumentation\210" - "\001\001B!\n\037_include_markdown_documentation\"H\n" - "\027GetRegistryItemResponse\022-\n\004item\030\001 \001(\0132\031" - ".viam.app.v1.RegistryItemR\004item\"\217\001\n\031Crea" - "teRegistryItemRequest\022\'\n\017organization_id" - "\030\001 \001(\tR\016organizationId\022\022\n\004name\030\002 \001(\tR\004na" - "me\0225\n\004type\030\003 \001(\0162!.viam.app.packages.v1." - "PackageTypeR\004type\"\034\n\032CreateRegistryItemR" - "esponse\"\223\004\n\031UpdateRegistryItemRequest\022\027\n" - "\007item_id\030\001 \001(\tR\006itemId\0225\n\004type\030\002 \001(\0162!.v" - "iam.app.packages.v1.PackageTypeR\004type\022 \n" - "\013description\030\003 \001(\tR\013description\0227\n\nvisib" - "ility\030\004 \001(\0162\027.viam.app.v1.VisibilityR\nvi" - "sibility\022\025\n\003url\030\005 \001(\tH\001R\003url\210\001\001\022Y\n\026modul" - "e_update_metadata\030\006 \001(\0132!.viam.app.v1.Up" - "dateModuleMetadataH\000R\024moduleUpdateMetada" - "ta\022]\n\030ml_model_update_metadata\030\007 \001(\0132\".v" - "iam.app.v1.UpdateMLModelMetadataH\000R\025mlMo" - "delUpdateMetadata\022f\n\033ml_training_update_" - "metadata\030\010 \001(\0132%.viam.app.v1.UpdateMLTra" - "iningMetadataH\000R\030mlTrainingUpdateMetadat" - "aB\n\n\010metadataB\006\n\004_url\"\034\n\032UpdateRegistryI" - "temResponse\"\261\004\n\030ListRegistryItemsRequest" - "\022,\n\017organization_id\030\001 \001(\tH\000R\016organizatio" - "nId\210\001\001\0227\n\005types\030\002 \003(\0162!.viam.app.package" - "s.v1.PackageTypeR\005types\022;\n\014visibilities\030" - "\003 \003(\0162\027.viam.app.v1.VisibilityR\014visibili" - "ties\022\034\n\tplatforms\030\004 \003(\tR\tplatforms\022;\n\010st" - "atuses\030\005 \003(\0162\037.viam.app.v1.RegistryItemS" - "tatusR\010statuses\022$\n\013search_term\030\006 \001(\tH\001R\n" - "searchTerm\210\001\001\022\"\n\npage_token\030\007 \001(\tH\002R\tpag" - "eToken\210\001\001\022+\n\021public_namespaces\030\010 \003(\tR\020pu" - "blicNamespaces\022I\n\036include_markdown_docum" - "entation\030\t \001(\010H\003R\034includeMarkdownDocumen" - "tation\210\001\001B\022\n\020_organization_idB\016\n\014_search" - "_termB\r\n\013_page_tokenB!\n\037_include_markdow" - "n_documentation\"L\n\031ListRegistryItemsResp" - "onse\022/\n\005items\030\001 \003(\0132\031.viam.app.v1.Regist" - "ryItemR\005items\"4\n\031DeleteRegistryItemReque" - "st\022\027\n\007item_id\030\001 \001(\tR\006itemId\"\034\n\032DeleteReg" - "istryItemResponse\"h\n\033TransferRegistryIte" - "mRequest\022\027\n\007item_id\030\001 \001(\tR\006itemId\0220\n\024new" - "_public_namespace\030\002 \001(\tR\022newPublicNamesp" - "ace\"\036\n\034TransferRegistryItemResponse\"R\n\023C" - "reateModuleRequest\022\'\n\017organization_id\030\001 " - "\001(\tR\016organizationId\022\022\n\004name\030\002 \001(\tR\004name\"" - "E\n\024CreateModuleResponse\022\033\n\tmodule_id\030\001 \001" - "(\tR\010moduleId\022\020\n\003url\030\002 \001(\tR\003url\"\233\002\n\023Updat" - "eModuleRequest\022\033\n\tmodule_id\030\001 \001(\tR\010modul" - "eId\0227\n\nvisibility\030\002 \001(\0162\027.viam.app.v1.Vi" - "sibilityR\nvisibility\022\020\n\003url\030\003 \001(\tR\003url\022 " - "\n\013description\030\004 \001(\tR\013description\022*\n\006mode" - "ls\030\005 \003(\0132\022.viam.app.v1.ModelR\006models\022\036\n\n" - "entrypoint\030\006 \001(\tR\nentrypoint\022 \n\tfirst_ru" - "n\030\007 \001(\tH\000R\010firstRun\210\001\001B\014\n\n_first_run\"(\n\024" - "UpdateModuleResponse\022\020\n\003url\030\001 \001(\tR\003url\"b" - "\n\024UpdateModuleMetadata\022*\n\006models\030\001 \003(\0132\022" - ".viam.app.v1.ModelR\006models\022\036\n\nentrypoint" - "\030\002 \001(\tR\nentrypoint\"\252\001\n\025UpdateMLModelMeta" - "data\022@\n\nmodel_type\030\001 \001(\0162!.viam.app.mltr" - "aining.v1.ModelTypeR\tmodelType\022O\n\017model_" - "framework\030\002 \001(\0162&.viam.app.mltraining.v1" - ".ModelFrameworkR\016modelFramework\"\303\001\n\030Upda" - "teMLTrainingMetadata\022@\n\nmodel_type\030\001 \001(\016" - "2!.viam.app.mltraining.v1.ModelTypeR\tmod" - "elType\022O\n\017model_framework\030\002 \001(\0162&.viam.a" - "pp.mltraining.v1.ModelFrameworkR\016modelFr" - "amework\022\024\n\005draft\030\003 \001(\010R\005draft\"\275\001\n\005Model\022" - "\020\n\003api\030\001 \001(\tR\003api\022\024\n\005model\030\002 \001(\tR\005model\022" - ":\n\026markdown_documentation\030\003 \001(\tH\000R\025markd" - "ownDocumentation\210\001\001\022%\n\013description\030\004 \001(\t" - "H\001R\013description\210\001\001B\031\n\027_markdown_document" - "ationB\016\n\014_description\"\210\001\n\016ModuleFileInfo" - "\022\033\n\tmodule_id\030\001 \001(\tR\010moduleId\022\030\n\007version" - "\030\002 \001(\tR\007version\022\032\n\010platform\030\003 \001(\tR\010platf" - "orm\022#\n\rplatform_tags\030\005 \003(\tR\014platformTags" - "\"\207\001\n\027UploadModuleFileRequest\022G\n\020module_f" - "ile_info\030\001 \001(\0132\033.viam.app.v1.ModuleFileI" - "nfoH\000R\016moduleFileInfo\022\024\n\004file\030\002 \001(\014H\000R\004f" - "ileB\r\n\013module_file\",\n\030UploadModuleFileRe" - "sponse\022\020\n\003url\030\001 \001(\tR\003url\"\235\001\n\020GetModuleRe" - "quest\022\033\n\tmodule_id\030\001 \001(\tR\010moduleId\022I\n\036in" - "clude_markdown_documentation\030\002 \001(\010H\000R\034in" - "cludeMarkdownDocumentation\210\001\001B!\n\037_includ" - "e_markdown_documentation\"@\n\021GetModuleRes" - "ponse\022+\n\006module\030\001 \001(\0132\023.viam.app.v1.Modu" - "leR\006module\"\225\004\n\006Module\022\033\n\tmodule_id\030\001 \001(\t" - "R\010moduleId\022\022\n\004name\030\002 \001(\tR\004name\0227\n\nvisibi" - "lity\030\003 \001(\0162\027.viam.app.v1.VisibilityR\nvis" - "ibility\0227\n\010versions\030\004 \003(\0132\033.viam.app.v1." - "VersionHistoryR\010versions\022\020\n\003url\030\005 \001(\tR\003u" - "rl\022 \n\013description\030\006 \001(\tR\013description\022*\n\006" - "models\030\007 \003(\0132\022.viam.app.v1.ModelR\006models" - "\022*\n\021total_robot_usage\030\010 \001(\003R\017totalRobotU" - "sage\0228\n\030total_organization_usage\030\t \001(\003R\026" - "totalOrganizationUsage\022\'\n\017organization_i" - "d\030\n \001(\tR\016organizationId\022\036\n\nentrypoint\030\013 " - "\001(\tR\nentrypoint\022)\n\020public_namespace\030\014 \001(" - "\tR\017publicNamespace\022 \n\tfirst_run\030\r \001(\tH\000R" - "\010firstRun\210\001\001B\014\n\n_first_run\"\322\001\n\016VersionHi" - "story\022\030\n\007version\030\001 \001(\tR\007version\022*\n\005files" - "\030\002 \003(\0132\024.viam.app.v1.UploadsR\005files\022*\n\006m" - "odels\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\001B\014\n\n_first_run\"" - "b\n\007Uploads\022\032\n\010platform\030\001 \001(\tR\010platform\022;" - "\n\013uploaded_at\030\002 \001(\0132\032.google.protobuf.Ti" - "mestampR\nuploadedAt\"\304\001\n\022ListModulesReque" - "st\022,\n\017organization_id\030\001 \001(\tH\000R\016organizat" - "ionId\210\001\001\022I\n\036include_markdown_documentati" - "on\030\002 \001(\010H\001R\034includeMarkdownDocumentation" - "\210\001\001B\022\n\020_organization_idB!\n\037_include_mark" - "down_documentation\"D\n\023ListModulesRespons" - "e\022-\n\007modules\030\001 \003(\0132\023.viam.app.v1.ModuleR" - "\007modules\"/\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\"\255\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\001B\n\n\010_org" - "_cidB\023\n\021_public_namespace\"N\n\037ListOrganiz" - "ationsByUserResponse\022+\n\004orgs\030\001 \003(\0132\027.via" - "m.app.v1.OrgDetailsR\004orgs\"\324\001\n\032SearchOrga" - "nizationsRequest\022\032\n\006org_id\030\001 \001(\tH\000R\005orgI" - "d\210\001\001\022\036\n\010org_name\030\002 \001(\tH\001R\007orgName\210\001\001\022\025\n\003" - "cid\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\033SearchOrganizationsResponse\022=\n\rorgan" - "izations\030\001 \003(\0132\027.viam.app.v1.OrgDetailsR" - "\rorganizations\"j\n\020CreateKeyRequest\022B\n\016au" - "thorizations\030\001 \003(\0132\032.viam.app.v1.Authori" - "zationR\016authorizations\022\022\n\004name\030\002 \001(\tR\004na" - "me\"5\n\021CreateKeyResponse\022\020\n\003key\030\001 \001(\tR\003ke" - "y\022\016\n\002id\030\002 \001(\tR\002id\"\"\n\020DeleteKeyRequest\022\016\n" - "\002id\030\001 \001(\tR\002id\"\023\n\021DeleteKeyResponse\"6\n\020Re" - "nameKeyRequest\022\016\n\002id\030\001 \001(\tR\002id\022\022\n\004name\030\002" - " \001(\tR\004name\"7\n\021RenameKeyResponse\022\016\n\002id\030\001 " - "\001(\tR\002id\022\022\n\004name\030\002 \001(\tR\004name\"\315\001\n\024Authoriz" - "ationDetails\022-\n\022authorization_type\030\001 \001(\t" - "R\021authorizationType\022)\n\020authorization_id\030" - "\002 \001(\tR\017authorizationId\022#\n\rresource_type\030" - "\003 \001(\tR\014resourceType\022\037\n\013resource_id\030\004 \001(\t" - "R\nresourceId\022\025\n\006org_id\030\005 \001(\tR\005orgId\"\223\001\n\030" - "APIKeyWithAuthorizations\022,\n\007api_key\030\001 \001(" - "\0132\023.viam.app.v1.APIKeyR\006apiKey\022I\n\016author" - "izations\030\002 \003(\0132!.viam.app.v1.Authorizati" - "onDetailsR\016authorizations\"(\n\017ListKeysReq" - "uest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"T\n\020ListKeysR" - "esponse\022@\n\010api_keys\030\001 \003(\0132%.viam.app.v1." - "APIKeyWithAuthorizationsR\007apiKeys\"\"\n\020Rot" - "ateKeyRequest\022\016\n\002id\030\001 \001(\tR\002id\"5\n\021RotateK" - "eyResponse\022\016\n\002id\030\001 \001(\tR\002id\022\020\n\003key\030\002 \001(\tR" - "\003key\"\?\n-CreateKeyFromExistingKeyAuthoriz" - "ationsRequest\022\016\n\002id\030\001 \001(\tR\002id\"R\n.CreateK" - "eyFromExistingKeyAuthorizationsResponse\022" - "\016\n\002id\030\001 \001(\tR\002id\022\020\n\003key\030\002 \001(\tR\003key\"G\n\032Org" - "anizationSetLogoRequest\022\025\n\006org_id\030\001 \001(\tR" - "\005orgId\022\022\n\004logo\030\002 \001(\014R\004logo\"\035\n\033Organizati" - "onSetLogoResponse\"3\n\032OrganizationGetLogo" - "Request\022\025\n\006org_id\030\001 \001(\tR\005orgId\"/\n\033Organi" - "zationGetLogoResponse\022\020\n\003url\030\001 \001(\tR\003url\"" - "1\n\030EnableAuthServiceRequest\022\025\n\006org_id\030\001 " - "\001(\tR\005orgId\"\033\n\031EnableAuthServiceResponse\"" - "2\n\031DisableAuthServiceRequest\022\025\n\006org_id\030\001" - " \001(\tR\005orgId\"\034\n\032DisableAuthServiceRespons" - "e\"\214\001\n\025CreateOAuthAppRequest\022\025\n\006org_id\030\001 " - "\001(\tR\005orgId\022\037\n\013client_name\030\002 \001(\tR\nclientN" - "ame\022;\n\014oauth_config\030\003 \001(\0132\030.viam.app.v1." - "OAuthConfigR\013oauthConfig\"Z\n\026CreateOAuthA" - "ppResponse\022\033\n\tclient_id\030\001 \001(\tR\010clientId\022" - "#\n\rclient_secret\030\002 \001(\tR\014clientSecret\"I\n\023" - "ReadOAuthAppRequest\022\025\n\006org_id\030\001 \001(\tR\005org" - "Id\022\033\n\tclient_id\030\002 \001(\tR\010clientId\"\231\001\n\024Read" - "OAuthAppResponse\022\037\n\013client_name\030\001 \001(\tR\nc" - "lientName\022#\n\rclient_secret\030\002 \001(\tR\014client" - "Secret\022;\n\014oauth_config\030\003 \001(\0132\030.viam.app." - "v1.OAuthConfigR\013oauthConfig\"\251\001\n\025UpdateOA" - "uthAppRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\033\n\t" - "client_id\030\002 \001(\tR\010clientId\022\037\n\013client_name" - "\030\003 \001(\tR\nclientName\022;\n\014oauth_config\030\004 \001(\013" - "2\030.viam.app.v1.OAuthConfigR\013oauthConfig\"" - "\030\n\026UpdateOAuthAppResponse\"K\n\025DeleteOAuth" - "AppRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\033\n\tcli" - "ent_id\030\002 \001(\tR\010clientId\"\030\n\026DeleteOAuthApp" - "Response\"-\n\024ListOAuthAppsRequest\022\025\n\006org_" - "id\030\001 \001(\tR\005orgId\"6\n\025ListOAuthAppsResponse" - "\022\035\n\nclient_ids\030\001 \003(\tR\tclientIds\"\366\002\n\013OAut" - "hConfig\022V\n\025client_authentication\030\001 \001(\0162!" - ".viam.app.v1.ClientAuthenticationR\024clien" - "tAuthentication\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\rurlValidatio" - "n\022\037\n\013origin_uris\030\004 \003(\tR\noriginUris\022#\n\rre" - "direct_uris\030\005 \003(\tR\014redirectUris\022\035\n\nlogou" - "t_uri\030\006 \001(\tR\tlogoutUri\022@\n\016enabled_grants" - "\030\007 \003(\0162\031.viam.app.v1.EnabledGrantR\renabl" - "edGrants*\321\001\n\022AuthenticationType\022#\n\037AUTHE" - "NTICATION_TYPE_UNSPECIFIED\020\000\022!\n\035AUTHENTI" - "CATION_TYPE_WEB_OAUTH\020\001\022\037\n\033AUTHENTICATIO" - "N_TYPE_API_KEY\020\002\022)\n%AUTHENTICATION_TYPE_" - "ROBOT_PART_SECRET\020\003\022\'\n#AUTHENTICATION_TY" - "PE_LOCATION_SECRET\020\004*\243\001\n\022FragmentVisibil" - "ity\022#\n\037FRAGMENT_VISIBILITY_UNSPECIFIED\020\000" - "\022\037\n\033FRAGMENT_VISIBILITY_PRIVATE\020\001\022\036\n\032FRA" - "GMENT_VISIBILITY_PUBLIC\020\002\022\'\n#FRAGMENT_VI" - "SIBILITY_PUBLIC_UNLISTED\020\003*\335\001\n\021FragmentE" - "rrorType\022#\n\037FRAGMENT_ERROR_TYPE_UNSPECIF" - "IED\020\000\022!\n\035FRAGMENT_ERROR_TYPE_NO_ACCESS\020\001" - "\022.\n*FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EX" - "CEEDED\020\002\022(\n$FRAGMENT_ERROR_TYPE_CHILD_ID" - "_INVALID\020\003\022&\n\"FRAGMENT_ERROR_TYPE_CYCLE_" - "DETECTED\020\004*\207\001\n\022RegistryItemStatus\022$\n REG" - "ISTRY_ITEM_STATUS_UNSPECIFIED\020\000\022\"\n\036REGIS" - "TRY_ITEM_STATUS_PUBLISHED\020\001\022\'\n#REGISTRY_" - "ITEM_STATUS_IN_DEVELOPMENT\020\002*w\n\nVisibili" - "ty\022\032\n\026VISIBILITY_UNSPECIFIED\020\000\022\026\n\022VISIBI" - "LITY_PRIVATE\020\001\022\025\n\021VISIBILITY_PUBLIC\020\002\022\036\n" - "\032VISIBILITY_PUBLIC_UNLISTED\020\003*\301\001\n\024Client" - "Authentication\022%\n!CLIENT_AUTHENTICATION_" - "UNSPECIFIED\020\000\022\"\n\036CLIENT_AUTHENTICATION_R" - "EQUIRED\020\001\022&\n\"CLIENT_AUTHENTICATION_NOT_R" - "EQUIRED\020\002\0226\n2CLIENT_AUTHENTICATION_NOT_R" - "EQUIRED_WHEN_USING_PKCE\020\003*~\n\004PKCE\022\024\n\020PKC" - "E_UNSPECIFIED\020\000\022\021\n\rPKCE_REQUIRED\020\001\022\025\n\021PK" - "CE_NOT_REQUIRED\020\002\0226\n2PKCE_NOT_REQUIRED_W" - "HEN_USING_CLIENT_AUTHENTICATION\020\003*s\n\rURL" - "Validation\022\036\n\032URL_VALIDATION_UNSPECIFIED" - "\020\000\022\036\n\032URL_VALIDATION_EXACT_MATCH\020\001\022\"\n\036UR" - "L_VALIDATION_ALLOW_WILDCARDS\020\002*\313\001\n\014Enabl" - "edGrant\022\035\n\031ENABLED_GRANT_UNSPECIFIED\020\000\022$" - "\n ENABLED_GRANT_AUTHORIZATION_CODE\020\001\022\032\n\026" - "ENABLED_GRANT_IMPLICIT\020\002\022\032\n\026ENABLED_GRAN" - "T_PASSWORD\020\003\022\037\n\033ENABLED_GRANT_REFRESH_TO" - "KEN\020\004\022\035\n\031ENABLED_GRANT_DEVICE_CODE\020\0052\211E\n" - "\nAppService\022_\n\020GetUserIDByEmail\022$.viam.a" - "pp.v1.GetUserIDByEmailRequest\032%.viam.app" - ".v1.GetUserIDByEmailResponse\022e\n\022CreateOr" - "ganization\022&.viam.app.v1.CreateOrganizat" - "ionRequest\032\'.viam.app.v1.CreateOrganizat" - "ionResponse\022b\n\021ListOrganizations\022%.viam." - "app.v1.ListOrganizationsRequest\032&.viam.a" - "pp.v1.ListOrganizationsResponse\022\233\001\n$GetO" - "rganizationsWithAccessToLocation\0228.viam." - "app.v1.GetOrganizationsWithAccessToLocat" - "ionRequest\0329.viam.app.v1.GetOrganization" - "sWithAccessToLocationResponse\022t\n\027ListOrg" - "anizationsByUser\022+.viam.app.v1.ListOrgan" - "izationsByUserRequest\032,.viam.app.v1.List" - "OrganizationsByUserResponse\022h\n\023SearchOrg" - "anizations\022\'.viam.app.v1.SearchOrganizat" - "ionsRequest\032(.viam.app.v1.SearchOrganiza" - "tionsResponse\022\\\n\017GetOrganization\022#.viam." - "app.v1.GetOrganizationRequest\032$.viam.app" - ".v1.GetOrganizationResponse\022\233\001\n$GetOrgan" - "izationNamespaceAvailability\0228.viam.app." - "v1.GetOrganizationNamespaceAvailabilityR" - "equest\0329.viam.app.v1.GetOrganizationName" - "spaceAvailabilityResponse\022e\n\022UpdateOrgan" - "ization\022&.viam.app.v1.UpdateOrganization" - "Request\032\'.viam.app.v1.UpdateOrganization" - "Response\022e\n\022DeleteOrganization\022&.viam.ap" - "p.v1.DeleteOrganizationRequest\032\'.viam.ap" - "p.v1.DeleteOrganizationResponse\022t\n\027ListO" - "rganizationMembers\022+.viam.app.v1.ListOrg" - "anizationMembersRequest\032,.viam.app.v1.Li" - "stOrganizationMembersResponse\022w\n\030CreateO" - "rganizationInvite\022,.viam.app.v1.CreateOr" - "ganizationInviteRequest\032-.viam.app.v1.Cr" - "eateOrganizationInviteResponse\022\241\001\n&Updat" - "eOrganizationInviteAuthorizations\022:.viam" - ".app.v1.UpdateOrganizationInviteAuthoriz" - "ationsRequest\032;.viam.app.v1.UpdateOrgani" - "zationInviteAuthorizationsResponse\022w\n\030De" - "leteOrganizationMember\022,.viam.app.v1.Del" - "eteOrganizationMemberRequest\032-.viam.app." - "v1.DeleteOrganizationMemberResponse\022w\n\030D" - "eleteOrganizationInvite\022,.viam.app.v1.De" - "leteOrganizationInviteRequest\032-.viam.app" - ".v1.DeleteOrganizationInviteResponse\022w\n\030" - "ResendOrganizationInvite\022,.viam.app.v1.R" - "esendOrganizationInviteRequest\032-.viam.ap" - "p.v1.ResendOrganizationInviteResponse\022k\n" - "\024EnableBillingService\022(.viam.app.v1.Enab" - "leBillingServiceRequest\032).viam.app.v1.En" - "ableBillingServiceResponse\022n\n\025DisableBil" - "lingService\022).viam.app.v1.DisableBilling" - "ServiceRequest\032*.viam.app.v1.DisableBill" - "ingServiceResponse\022k\n\024UpdateBillingServi" - "ce\022(.viam.app.v1.UpdateBillingServiceReq" - "uest\032).viam.app.v1.UpdateBillingServiceR" - "esponse\022t\n\027GetBillingServiceConfig\022+.via" - "m.app.v1.GetBillingServiceConfigRequest\032" - ",.viam.app.v1.GetBillingServiceConfigRes" - "ponse\022\200\001\n\033OrganizationSetSupportEmail\022/." - "viam.app.v1.OrganizationSetSupportEmailR" - "equest\0320.viam.app.v1.OrganizationSetSupp" - "ortEmailResponse\022\200\001\n\033OrganizationGetSupp" - "ortEmail\022/.viam.app.v1.OrganizationGetSu" - "pportEmailRequest\0320.viam.app.v1.Organiza" - "tionGetSupportEmailResponse\022h\n\023Organizat" - "ionSetLogo\022\'.viam.app.v1.OrganizationSet" - "LogoRequest\032(.viam.app.v1.OrganizationSe" - "tLogoResponse\022h\n\023OrganizationGetLogo\022\'.v" - "iam.app.v1.OrganizationGetLogoRequest\032(." - "viam.app.v1.OrganizationGetLogoResponse\022" - "b\n\021EnableAuthService\022%.viam.app.v1.Enabl" - "eAuthServiceRequest\032&.viam.app.v1.Enable" - "AuthServiceResponse\022e\n\022DisableAuthServic" - "e\022&.viam.app.v1.DisableAuthServiceReques" - "t\032\'.viam.app.v1.DisableAuthServiceRespon" - "se\022Y\n\016CreateOAuthApp\022\".viam.app.v1.Creat" - "eOAuthAppRequest\032#.viam.app.v1.CreateOAu" - "thAppResponse\022S\n\014ReadOAuthApp\022 .viam.app" - ".v1.ReadOAuthAppRequest\032!.viam.app.v1.Re" - "adOAuthAppResponse\022Y\n\016UpdateOAuthApp\022\".v" - "iam.app.v1.UpdateOAuthAppRequest\032#.viam." - "app.v1.UpdateOAuthAppResponse\022Y\n\016DeleteO" - "AuthApp\022\".viam.app.v1.DeleteOAuthAppRequ" - "est\032#.viam.app.v1.DeleteOAuthAppResponse" - "\022V\n\rListOAuthApps\022!.viam.app.v1.ListOAut" - "hAppsRequest\032\".viam.app.v1.ListOAuthApps" - "Response\022Y\n\016CreateLocation\022\".viam.app.v1" - ".CreateLocationRequest\032#.viam.app.v1.Cre" - "ateLocationResponse\022P\n\013GetLocation\022\037.via" - "m.app.v1.GetLocationRequest\032 .viam.app.v" - "1.GetLocationResponse\022Y\n\016UpdateLocation\022" - "\".viam.app.v1.UpdateLocationRequest\032#.vi" - "am.app.v1.UpdateLocationResponse\022Y\n\016Dele" - "teLocation\022\".viam.app.v1.DeleteLocationR" - "equest\032#.viam.app.v1.DeleteLocationRespo" - "nse\022V\n\rListLocations\022!.viam.app.v1.ListL" - "ocationsRequest\032\".viam.app.v1.ListLocati" - "onsResponse\022V\n\rShareLocation\022!.viam.app." - "v1.ShareLocationRequest\032\".viam.app.v1.Sh" - "areLocationResponse\022\\\n\017UnshareLocation\022#" - ".viam.app.v1.UnshareLocationRequest\032$.vi" - "am.app.v1.UnshareLocationResponse\022S\n\014Loc" - "ationAuth\022 .viam.app.v1.LocationAuthRequ" - "est\032!.viam.app.v1.LocationAuthResponse\022k" - "\n\024CreateLocationSecret\022(.viam.app.v1.Cre" - "ateLocationSecretRequest\032).viam.app.v1.C" - "reateLocationSecretResponse\022k\n\024DeleteLoc" - "ationSecret\022(.viam.app.v1.DeleteLocation" - "SecretRequest\032).viam.app.v1.DeleteLocati" - "onSecretResponse\022G\n\010GetRobot\022\034.viam.app." - "v1.GetRobotRequest\032\035.viam.app.v1.GetRobo" - "tResponse\022k\n\024GetRoverRentalRobots\022(.viam" - ".app.v1.GetRoverRentalRobotsRequest\032).vi" - "am.app.v1.GetRoverRentalRobotsResponse\022V" - "\n\rGetRobotParts\022!.viam.app.v1.GetRobotPa" - "rtsRequest\032\".viam.app.v1.GetRobotPartsRe" - "sponse\022S\n\014GetRobotPart\022 .viam.app.v1.Get" - "RobotPartRequest\032!.viam.app.v1.GetRobotP" - "artResponse\022_\n\020GetRobotPartLogs\022$.viam.a" - "pp.v1.GetRobotPartLogsRequest\032%.viam.app" - ".v1.GetRobotPartLogsResponse\022d\n\021TailRobo" - "tPartLogs\022%.viam.app.v1.TailRobotPartLog" - "sRequest\032&.viam.app.v1.TailRobotPartLogs" - "Response0\001\022h\n\023GetRobotPartHistory\022\'.viam" - ".app.v1.GetRobotPartHistoryRequest\032(.via" - "m.app.v1.GetRobotPartHistoryResponse\022\\\n\017" - "UpdateRobotPart\022#.viam.app.v1.UpdateRobo" - "tPartRequest\032$.viam.app.v1.UpdateRobotPa" - "rtResponse\022S\n\014NewRobotPart\022 .viam.app.v1" - ".NewRobotPartRequest\032!.viam.app.v1.NewRo" - "botPartResponse\022\\\n\017DeleteRobotPart\022#.via" - "m.app.v1.DeleteRobotPartRequest\032$.viam.a" - "pp.v1.DeleteRobotPartResponse\022\\\n\017GetRobo" - "tAPIKeys\022#.viam.app.v1.GetRobotAPIKeysRe" - "quest\032$.viam.app.v1.GetRobotAPIKeysRespo" - "nse\022Y\n\016MarkPartAsMain\022\".viam.app.v1.Mark" - "PartAsMainRequest\032#.viam.app.v1.MarkPart" - "AsMainResponse\022e\n\022MarkPartForRestart\022&.v" - "iam.app.v1.MarkPartForRestartRequest\032\'.v" - "iam.app.v1.MarkPartForRestartResponse\022n\n" - "\025CreateRobotPartSecret\022).viam.app.v1.Cre" - "ateRobotPartSecretRequest\032*.viam.app.v1." - "CreateRobotPartSecretResponse\022n\n\025DeleteR" - "obotPartSecret\022).viam.app.v1.DeleteRobot" - "PartSecretRequest\032*.viam.app.v1.DeleteRo" - "botPartSecretResponse\022M\n\nListRobots\022\036.vi" - "am.app.v1.ListRobotsRequest\032\037.viam.app.v" - "1.ListRobotsResponse\022G\n\010NewRobot\022\034.viam." - "app.v1.NewRobotRequest\032\035.viam.app.v1.New" - "RobotResponse\022P\n\013UpdateRobot\022\037.viam.app." - "v1.UpdateRobotRequest\032 .viam.app.v1.Upda" - "teRobotResponse\022P\n\013DeleteRobot\022\037.viam.ap" - "p.v1.DeleteRobotRequest\032 .viam.app.v1.De" - "leteRobotResponse\022V\n\rListFragments\022!.via" - "m.app.v1.ListFragmentsRequest\032\".viam.app" - ".v1.ListFragmentsResponse\022P\n\013GetFragment" - "\022\037.viam.app.v1.GetFragmentRequest\032 .viam" - ".app.v1.GetFragmentResponse\022Y\n\016CreateFra" - "gment\022\".viam.app.v1.CreateFragmentReques" - "t\032#.viam.app.v1.CreateFragmentResponse\022Y" - "\n\016UpdateFragment\022\".viam.app.v1.UpdateFra" - "gmentRequest\032#.viam.app.v1.UpdateFragmen" - "tResponse\022Y\n\016DeleteFragment\022\".viam.app.v" - "1.DeleteFragmentRequest\032#.viam.app.v1.De" - "leteFragmentResponse\022k\n\024ListMachineFragm" - "ents\022(.viam.app.v1.ListMachineFragmentsR" - "equest\032).viam.app.v1.ListMachineFragment" - "sResponse\022e\n\022GetFragmentHistory\022&.viam.a" - "pp.v1.GetFragmentHistoryRequest\032\'.viam.a" - "pp.v1.GetFragmentHistoryResponse\022D\n\007AddR" - "ole\022\033.viam.app.v1.AddRoleRequest\032\034.viam." - "app.v1.AddRoleResponse\022M\n\nRemoveRole\022\036.v" - "iam.app.v1.RemoveRoleRequest\032\037.viam.app." - "v1.RemoveRoleResponse\022M\n\nChangeRole\022\036.vi" - "am.app.v1.ChangeRoleRequest\032\037.viam.app.v" - "1.ChangeRoleResponse\022e\n\022ListAuthorizatio" - "ns\022&.viam.app.v1.ListAuthorizationsReque" - "st\032\'.viam.app.v1.ListAuthorizationsRespo" - "nse\022_\n\020CheckPermissions\022$.viam.app.v1.Ch" - "eckPermissionsRequest\032%.viam.app.v1.Chec" - "kPermissionsResponse\022\\\n\017GetRegistryItem\022" - "#.viam.app.v1.GetRegistryItemRequest\032$.v" - "iam.app.v1.GetRegistryItemResponse\022e\n\022Cr" - "eateRegistryItem\022&.viam.app.v1.CreateReg" - "istryItemRequest\032\'.viam.app.v1.CreateReg" - "istryItemResponse\022e\n\022UpdateRegistryItem\022" - "&.viam.app.v1.UpdateRegistryItemRequest\032" - "\'.viam.app.v1.UpdateRegistryItemResponse" - "\022b\n\021ListRegistryItems\022%.viam.app.v1.List" - "RegistryItemsRequest\032&.viam.app.v1.ListR" - "egistryItemsResponse\022e\n\022DeleteRegistryIt" - "em\022&.viam.app.v1.DeleteRegistryItemReque" - "st\032\'.viam.app.v1.DeleteRegistryItemRespo" - "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" - "B\030Z\026go.viam.com/api/app/v1b\006proto3" + "oken\030\002 \001(\tR\rnextPageToken\":\n\027GetFragment" + "UsageRequest\022\037\n\013fragment_id\030\001 \001(\tR\nfragm" + "entId\"]\n\030GetFragmentUsageResponse\022A\n\016ver" + "sion_usages\030\001 \003(\0132\032.viam.app.v1.Fragment" + "UsageR\rversionUsages\"f\n\025SetFragmentTagRe" + "quest\022\037\n\013fragment_id\030\001 \001(\tR\nfragmentId\022\020" + "\n\003tag\030\002 \001(\tR\003tag\022\032\n\010revision\030\003 \001(\tR\010revi" + "sion\"F\n\026SetFragmentTagResponse\022,\n\004tags\030\001" + " \003(\0132\030.viam.app.v1.FragmentTagR\004tags\"M\n\030" + "DeleteFragmentTagRequest\022\037\n\013fragment_id\030" + "\001 \001(\tR\nfragmentId\022\020\n\003tag\030\002 \001(\tR\003tag\"I\n\031D" + "eleteFragmentTagResponse\022,\n\004tags\030\001 \003(\0132\030" + ".viam.app.v1.FragmentTagR\004tags\"4\n\021ListRo" + "botsRequest\022\037\n\013location_id\030\001 \001(\tR\nlocati" + "onId\"t\n\033ListMachineFragmentsRequest\022\035\n\nm" + "achine_id\030\001 \001(\tR\tmachineId\0226\n\027additional" + "_fragment_ids\030\002 \003(\tR\025additionalFragmentI" + "ds\"\241\001\n\034ListMachineFragmentsResponse\0223\n\tf" + "ragments\030\001 \003(\0132\025.viam.app.v1.FragmentR\tf" + "ragments\022L\n\022resolved_fragments\030\002 \003(\0132\035.v" + "iam.app.v1.ResolvedFragmentR\021resolvedFra" + "gments\"@\n\022ListRobotsResponse\022*\n\006robots\030\001" + " \003(\0132\022.viam.app.v1.RobotR\006robots\"A\n\017NewR" + "obotRequest\022\022\n\004name\030\001 \001(\tR\004name\022\032\n\010locat" + "ion\030\002 \001(\tR\010location\"\"\n\020NewRobotResponse\022" + "\016\n\002id\030\001 \001(\tR\002id\"T\n\022UpdateRobotRequest\022\016\n" + "\002id\030\001 \001(\tR\002id\022\022\n\004name\030\002 \001(\tR\004name\022\032\n\010loc" + "ation\030\003 \001(\tR\010location\"\?\n\023UpdateRobotResp" + "onse\022(\n\005robot\030\001 \001(\0132\022.viam.app.v1.RobotR" + "\005robot\"$\n\022DeleteRobotRequest\022\016\n\002id\030\001 \001(\t" + "R\002id\"\025\n\023DeleteRobotResponse\"0\n\025MarkPartA" + "sMainRequest\022\027\n\007part_id\030\001 \001(\tR\006partId\"\030\n" + "\026MarkPartAsMainResponse\"4\n\031MarkPartForRe" + "startRequest\022\027\n\007part_id\030\001 \001(\tR\006partId\"\034\n" + "\032MarkPartForRestartResponse\"7\n\034CreateRob" + "otPartSecretRequest\022\027\n\007part_id\030\001 \001(\tR\006pa" + "rtId\"K\n\035CreateRobotPartSecretResponse\022*\n" + "\004part\030\001 \001(\0132\026.viam.app.v1.RobotPartR\004par" + "t\"T\n\034DeleteRobotPartSecretRequest\022\027\n\007par" + "t_id\030\001 \001(\tR\006partId\022\033\n\tsecret_id\030\002 \001(\tR\010s" + "ecretId\"\037\n\035DeleteRobotPartSecretResponse" + "\"\236\002\n\rAuthorization\022-\n\022authorization_type" + "\030\001 \001(\tR\021authorizationType\022)\n\020authorizati" + "on_id\030\002 \001(\tR\017authorizationId\022#\n\rresource" + "_type\030\003 \001(\tR\014resourceType\022\037\n\013resource_id" + "\030\004 \001(\tR\nresourceId\022\037\n\013identity_id\030\005 \001(\tR" + "\nidentityId\022\'\n\017organization_id\030\006 \001(\tR\016or" + "ganizationId\022#\n\ridentity_type\030\007 \001(\tR\014ide" + "ntityType\"R\n\016AddRoleRequest\022@\n\rauthoriza" + "tion\030\001 \001(\0132\032.viam.app.v1.AuthorizationR\r" + "authorization\"\021\n\017AddRoleResponse\"U\n\021Remo" + "veRoleRequest\022@\n\rauthorization\030\001 \001(\0132\032.v" + "iam.app.v1.AuthorizationR\rauthorization\"" + "\024\n\022RemoveRoleResponse\"\245\001\n\021ChangeRoleRequ" + "est\022G\n\021old_authorization\030\001 \001(\0132\032.viam.ap" + "p.v1.AuthorizationR\020oldAuthorization\022G\n\021" + "new_authorization\030\002 \001(\0132\032.viam.app.v1.Au" + "thorizationR\020newAuthorization\"\024\n\022ChangeR" + "oleResponse\"g\n\031ListAuthorizationsRequest" + "\022\'\n\017organization_id\030\001 \001(\tR\016organizationI" + "d\022!\n\014resource_ids\030\002 \003(\tR\013resourceIds\"`\n\032" + "ListAuthorizationsResponse\022B\n\016authorizat" + "ions\030\001 \003(\0132\032.viam.app.v1.AuthorizationR\016" + "authorizations\"_\n\027CheckPermissionsReques" + "t\022D\n\013permissions\030\001 \003(\0132\".viam.app.v1.Aut" + "horizedPermissionsR\013permissions\"\177\n\025Autho" + "rizedPermissions\022#\n\rresource_type\030\001 \001(\tR" + "\014resourceType\022\037\n\013resource_id\030\002 \001(\tR\nreso" + "urceId\022 \n\013permissions\030\003 \003(\tR\013permissions" + "\"u\n\030CheckPermissionsResponse\022Y\n\026authoriz" + "ed_permissions\030\001 \003(\0132\".viam.app.v1.Autho" + "rizedPermissionsR\025authorizedPermissions\"" + "\321\001\n\rModuleVersion\022\030\n\007version\030\001 \001(\tR\007vers" + "ion\022*\n\005files\030\002 \003(\0132\024.viam.app.v1.Uploads" + "R\005files\022*\n\006models\030\003 \003(\0132\022.viam.app.v1.Mo" + "delR\006models\022\036\n\nentrypoint\030\004 \001(\tR\nentrypo" + "int\022 \n\tfirst_run\030\005 \001(\tH\000R\010firstRun\210\001\001B\014\n" + "\n_first_run\"\304\001\n\016ModuleMetadata\022*\n\006models" + "\030\001 \003(\0132\022.viam.app.v1.ModelR\006models\0226\n\010ve" + "rsions\030\002 \003(\0132\032.viam.app.v1.ModuleVersion" + "R\010versions\022\036\n\nentrypoint\030\003 \001(\tR\nentrypoi" + "nt\022 \n\tfirst_run\030\004 \001(\tH\000R\010firstRun\210\001\001B\014\n\n" + "_first_run\"\300\001\n\017MLModelMetadata\022\032\n\010versio" + "ns\030\001 \003(\tR\010versions\022@\n\nmodel_type\030\002 \001(\0162!" + ".viam.app.mltraining.v1.ModelTypeR\tmodel" + "Type\022O\n\017model_framework\030\003 \001(\0162&.viam.app" + ".mltraining.v1.ModelFrameworkR\016modelFram" + "ework\"h\n\021MLTrainingVersion\022\030\n\007version\030\001 " + "\001(\tR\007version\0229\n\ncreated_on\030\002 \001(\0132\032.googl" + "e.protobuf.TimestampR\tcreatedOn\"\377\001\n\022MLTr" + "ainingMetadata\022:\n\010versions\030\005 \003(\0132\036.viam." + "app.v1.MLTrainingVersionR\010versions\022@\n\nmo" + "del_type\030\002 \001(\0162!.viam.app.mltraining.v1." + "ModelTypeR\tmodelType\022O\n\017model_framework\030" + "\003 \001(\0162&.viam.app.mltraining.v1.ModelFram" + "eworkR\016modelFramework\022\024\n\005draft\030\004 \001(\010R\005dr" + "aftJ\004\010\001\020\002\"\214\007\n\014RegistryItem\022\027\n\007item_id\030\001 " + "\001(\tR\006itemId\022\'\n\017organization_id\030\002 \001(\tR\016or" + "ganizationId\022)\n\020public_namespace\030\003 \001(\tR\017" + "publicNamespace\022\022\n\004name\030\004 \001(\tR\004name\0225\n\004t" + "ype\030\005 \001(\0162!.viam.app.packages.v1.Package" + "TypeR\004type\0227\n\nvisibility\030\006 \001(\0162\027.viam.ap" + "p.v1.VisibilityR\nvisibility\022\020\n\003url\030\007 \001(\t" + "R\003url\022 \n\013description\030\010 \001(\tR\013description\022" + "*\n\021total_robot_usage\030\t \001(\003R\017totalRobotUs" + "age\022;\n\032total_external_robot_usage\030\r \001(\003R" + "\027totalExternalRobotUsage\0228\n\030total_organi" + "zation_usage\030\n \001(\003R\026totalOrganizationUsa" + "ge\022I\n!total_external_organization_usage\030" + "\016 \001(\003R\036totalExternalOrganizationUsage\022F\n" + "\017module_metadata\030\013 \001(\0132\033.viam.app.v1.Mod" + "uleMetadataH\000R\016moduleMetadata\022J\n\021ml_mode" + "l_metadata\030\014 \001(\0132\034.viam.app.v1.MLModelMe" + "tadataH\000R\017mlModelMetadata\022S\n\024ml_training" + "_metadata\030\022 \001(\0132\037.viam.app.v1.MLTraining" + "MetadataH\000R\022mlTrainingMetadata\0229\n\ncreate" + "d_at\030\017 \001(\0132\032.google.protobuf.TimestampR\t" + "createdAt\0229\n\nupdated_at\030\020 \001(\0132\032.google.p" + "rotobuf.TimestampR\tupdatedAtB\n\n\010metadata" + "\"\237\001\n\026GetRegistryItemRequest\022\027\n\007item_id\030\001" + " \001(\tR\006itemId\022I\n\036include_markdown_documen" + "tation\030\002 \001(\010H\000R\034includeMarkdownDocumenta" + "tion\210\001\001B!\n\037_include_markdown_documentati" + "on\"H\n\027GetRegistryItemResponse\022-\n\004item\030\001 " + "\001(\0132\031.viam.app.v1.RegistryItemR\004item\"\217\001\n" + "\031CreateRegistryItemRequest\022\'\n\017organizati" + "on_id\030\001 \001(\tR\016organizationId\022\022\n\004name\030\002 \001(" + "\tR\004name\0225\n\004type\030\003 \001(\0162!.viam.app.package" + "s.v1.PackageTypeR\004type\"\034\n\032CreateRegistry" + "ItemResponse\"\223\004\n\031UpdateRegistryItemReque" + "st\022\027\n\007item_id\030\001 \001(\tR\006itemId\0225\n\004type\030\002 \001(" + "\0162!.viam.app.packages.v1.PackageTypeR\004ty" + "pe\022 \n\013description\030\003 \001(\tR\013description\0227\n\n" + "visibility\030\004 \001(\0162\027.viam.app.v1.Visibilit" + "yR\nvisibility\022\025\n\003url\030\005 \001(\tH\001R\003url\210\001\001\022Y\n\026" + "module_update_metadata\030\006 \001(\0132!.viam.app." + "v1.UpdateModuleMetadataH\000R\024moduleUpdateM" + "etadata\022]\n\030ml_model_update_metadata\030\007 \001(" + "\0132\".viam.app.v1.UpdateMLModelMetadataH\000R" + "\025mlModelUpdateMetadata\022f\n\033ml_training_up" + "date_metadata\030\010 \001(\0132%.viam.app.v1.Update" + "MLTrainingMetadataH\000R\030mlTrainingUpdateMe" + "tadataB\n\n\010metadataB\006\n\004_url\"\034\n\032UpdateRegi" + "stryItemResponse\"\261\004\n\030ListRegistryItemsRe" + "quest\022,\n\017organization_id\030\001 \001(\tH\000R\016organi" + "zationId\210\001\001\0227\n\005types\030\002 \003(\0162!.viam.app.pa" + "ckages.v1.PackageTypeR\005types\022;\n\014visibili" + "ties\030\003 \003(\0162\027.viam.app.v1.VisibilityR\014vis" + "ibilities\022\034\n\tplatforms\030\004 \003(\tR\tplatforms\022" + ";\n\010statuses\030\005 \003(\0162\037.viam.app.v1.Registry" + "ItemStatusR\010statuses\022$\n\013search_term\030\006 \001(" + "\tH\001R\nsearchTerm\210\001\001\022\"\n\npage_token\030\007 \001(\tH\002" + "R\tpageToken\210\001\001\022+\n\021public_namespaces\030\010 \003(" + "\tR\020publicNamespaces\022I\n\036include_markdown_" + "documentation\030\t \001(\010H\003R\034includeMarkdownDo" + "cumentation\210\001\001B\022\n\020_organization_idB\016\n\014_s" + "earch_termB\r\n\013_page_tokenB!\n\037_include_ma" + "rkdown_documentation\"L\n\031ListRegistryItem" + "sResponse\022/\n\005items\030\001 \003(\0132\031.viam.app.v1.R" + "egistryItemR\005items\"4\n\031DeleteRegistryItem" + "Request\022\027\n\007item_id\030\001 \001(\tR\006itemId\"\034\n\032Dele" + "teRegistryItemResponse\"h\n\033TransferRegist" + "ryItemRequest\022\027\n\007item_id\030\001 \001(\tR\006itemId\0220" + "\n\024new_public_namespace\030\002 \001(\tR\022newPublicN" + "amespace\"\036\n\034TransferRegistryItemResponse" + "\"R\n\023CreateModuleRequest\022\'\n\017organization_" + "id\030\001 \001(\tR\016organizationId\022\022\n\004name\030\002 \001(\tR\004" + "name\"E\n\024CreateModuleResponse\022\033\n\tmodule_i" + "d\030\001 \001(\tR\010moduleId\022\020\n\003url\030\002 \001(\tR\003url\"\233\002\n\023" + "UpdateModuleRequest\022\033\n\tmodule_id\030\001 \001(\tR\010" + "moduleId\0227\n\nvisibility\030\002 \001(\0162\027.viam.app." + "v1.VisibilityR\nvisibility\022\020\n\003url\030\003 \001(\tR\003" + "url\022 \n\013description\030\004 \001(\tR\013description\022*\n" + "\006models\030\005 \003(\0132\022.viam.app.v1.ModelR\006model" + "s\022\036\n\nentrypoint\030\006 \001(\tR\nentrypoint\022 \n\tfir" + "st_run\030\007 \001(\tH\000R\010firstRun\210\001\001B\014\n\n_first_ru" + "n\"(\n\024UpdateModuleResponse\022\020\n\003url\030\001 \001(\tR\003" + "url\"b\n\024UpdateModuleMetadata\022*\n\006models\030\001 " + "\003(\0132\022.viam.app.v1.ModelR\006models\022\036\n\nentry" + "point\030\002 \001(\tR\nentrypoint\"\252\001\n\025UpdateMLMode" + "lMetadata\022@\n\nmodel_type\030\001 \001(\0162!.viam.app" + ".mltraining.v1.ModelTypeR\tmodelType\022O\n\017m" + "odel_framework\030\002 \001(\0162&.viam.app.mltraini" + "ng.v1.ModelFrameworkR\016modelFramework\"\303\001\n" + "\030UpdateMLTrainingMetadata\022@\n\nmodel_type\030" + "\001 \001(\0162!.viam.app.mltraining.v1.ModelType" + "R\tmodelType\022O\n\017model_framework\030\002 \001(\0162&.v" + "iam.app.mltraining.v1.ModelFrameworkR\016mo" + "delFramework\022\024\n\005draft\030\003 \001(\010R\005draft\"\275\001\n\005M" + "odel\022\020\n\003api\030\001 \001(\tR\003api\022\024\n\005model\030\002 \001(\tR\005m" + "odel\022:\n\026markdown_documentation\030\003 \001(\tH\000R\025" + "markdownDocumentation\210\001\001\022%\n\013description\030" + "\004 \001(\tH\001R\013description\210\001\001B\031\n\027_markdown_doc" + "umentationB\016\n\014_description\"\210\001\n\016ModuleFil" + "eInfo\022\033\n\tmodule_id\030\001 \001(\tR\010moduleId\022\030\n\007ve" + "rsion\030\002 \001(\tR\007version\022\032\n\010platform\030\003 \001(\tR\010" + "platform\022#\n\rplatform_tags\030\005 \003(\tR\014platfor" + "mTags\"\207\001\n\027UploadModuleFileRequest\022G\n\020mod" + "ule_file_info\030\001 \001(\0132\033.viam.app.v1.Module" + "FileInfoH\000R\016moduleFileInfo\022\024\n\004file\030\002 \001(\014" + "H\000R\004fileB\r\n\013module_file\",\n\030UploadModuleF" + "ileResponse\022\020\n\003url\030\001 \001(\tR\003url\"\235\001\n\020GetMod" + "uleRequest\022\033\n\tmodule_id\030\001 \001(\tR\010moduleId\022" + "I\n\036include_markdown_documentation\030\002 \001(\010H" + "\000R\034includeMarkdownDocumentation\210\001\001B!\n\037_i" + "nclude_markdown_documentation\"@\n\021GetModu" + "leResponse\022+\n\006module\030\001 \001(\0132\023.viam.app.v1" + ".ModuleR\006module\"\225\004\n\006Module\022\033\n\tmodule_id\030" + "\001 \001(\tR\010moduleId\022\022\n\004name\030\002 \001(\tR\004name\0227\n\nv" + "isibility\030\003 \001(\0162\027.viam.app.v1.Visibility" + "R\nvisibility\0227\n\010versions\030\004 \003(\0132\033.viam.ap" + "p.v1.VersionHistoryR\010versions\022\020\n\003url\030\005 \001" + "(\tR\003url\022 \n\013description\030\006 \001(\tR\013descriptio" + "n\022*\n\006models\030\007 \003(\0132\022.viam.app.v1.ModelR\006m" + "odels\022*\n\021total_robot_usage\030\010 \001(\003R\017totalR" + "obotUsage\0228\n\030total_organization_usage\030\t " + "\001(\003R\026totalOrganizationUsage\022\'\n\017organizat" + "ion_id\030\n \001(\tR\016organizationId\022\036\n\nentrypoi" + "nt\030\013 \001(\tR\nentrypoint\022)\n\020public_namespace" + "\030\014 \001(\tR\017publicNamespace\022 \n\tfirst_run\030\r \001" + "(\tH\000R\010firstRun\210\001\001B\014\n\n_first_run\"\322\001\n\016Vers" + "ionHistory\022\030\n\007version\030\001 \001(\tR\007version\022*\n\005" + "files\030\002 \003(\0132\024.viam.app.v1.UploadsR\005files" + "\022*\n\006models\030\003 \003(\0132\022.viam.app.v1.ModelR\006mo" + "dels\022\036\n\nentrypoint\030\004 \001(\tR\nentrypoint\022 \n\t" + "first_run\030\005 \001(\tH\000R\010firstRun\210\001\001B\014\n\n_first" + "_run\"b\n\007Uploads\022\032\n\010platform\030\001 \001(\tR\010platf" + "orm\022;\n\013uploaded_at\030\002 \001(\0132\032.google.protob" + "uf.TimestampR\nuploadedAt\"\304\001\n\022ListModules" + "Request\022,\n\017organization_id\030\001 \001(\tH\000R\016orga" + "nizationId\210\001\001\022I\n\036include_markdown_docume" + "ntation\030\002 \001(\010H\001R\034includeMarkdownDocument" + "ation\210\001\001B\022\n\020_organization_idB!\n\037_include" + "_markdown_documentation\"D\n\023ListModulesRe" + "sponse\022-\n\007modules\030\001 \003(\0132\023.viam.app.v1.Mo" + "duleR\007modules\"/\n\027GetUserIDByEmailRequest" + "\022\024\n\005email\030\001 \001(\tR\005email\"3\n\030GetUserIDByEma" + "ilResponse\022\027\n\007user_id\030\001 \001(\tR\006userId\"9\n\036L" + "istOrganizationsByUserRequest\022\027\n\007user_id" + "\030\001 \001(\tR\006userId\"\255\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\001B\n\n" + "\010_org_cidB\023\n\021_public_namespace\"N\n\037ListOr" + "ganizationsByUserResponse\022+\n\004orgs\030\001 \003(\0132" + "\027.viam.app.v1.OrgDetailsR\004orgs\"\324\001\n\032Searc" + "hOrganizationsRequest\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\020public_names" + "pace\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_name" + "space\"\\\n\033SearchOrganizationsResponse\022=\n\r" + "organizations\030\001 \003(\0132\027.viam.app.v1.OrgDet" + "ailsR\rorganizations\"j\n\020CreateKeyRequest\022" + "B\n\016authorizations\030\001 \003(\0132\032.viam.app.v1.Au" + "thorizationR\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\020DeleteKeyReque" + "st\022\016\n\002id\030\001 \001(\tR\002id\"\023\n\021DeleteKeyResponse\"" + "6\n\020RenameKeyRequest\022\016\n\002id\030\001 \001(\tR\002id\022\022\n\004n" + "ame\030\002 \001(\tR\004name\"7\n\021RenameKeyResponse\022\016\n\002" + "id\030\001 \001(\tR\002id\022\022\n\004name\030\002 \001(\tR\004name\"\315\001\n\024Aut" + "horizationDetails\022-\n\022authorization_type\030" + "\001 \001(\tR\021authorizationType\022)\n\020authorizatio" + "n_id\030\002 \001(\tR\017authorizationId\022#\n\rresource_" + "type\030\003 \001(\tR\014resourceType\022\037\n\013resource_id\030" + "\004 \001(\tR\nresourceId\022\025\n\006org_id\030\005 \001(\tR\005orgId" + "\"\223\001\n\030APIKeyWithAuthorizations\022,\n\007api_key" + "\030\001 \001(\0132\023.viam.app.v1.APIKeyR\006apiKey\022I\n\016a" + "uthorizations\030\002 \003(\0132!.viam.app.v1.Author" + "izationDetailsR\016authorizations\"(\n\017ListKe" + "ysRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"T\n\020List" + "KeysResponse\022@\n\010api_keys\030\001 \003(\0132%.viam.ap" + "p.v1.APIKeyWithAuthorizationsR\007apiKeys\"\"" + "\n\020RotateKeyRequest\022\016\n\002id\030\001 \001(\tR\002id\"5\n\021Ro" + "tateKeyResponse\022\016\n\002id\030\001 \001(\tR\002id\022\020\n\003key\030\002" + " \001(\tR\003key\"\?\n-CreateKeyFromExistingKeyAut" + "horizationsRequest\022\016\n\002id\030\001 \001(\tR\002id\"R\n.Cr" + "eateKeyFromExistingKeyAuthorizationsResp" + "onse\022\016\n\002id\030\001 \001(\tR\002id\022\020\n\003key\030\002 \001(\tR\003key\"G" + "\n\032OrganizationSetLogoRequest\022\025\n\006org_id\030\001" + " \001(\tR\005orgId\022\022\n\004logo\030\002 \001(\014R\004logo\"\035\n\033Organ" + "izationSetLogoResponse\"3\n\032OrganizationGe" + "tLogoRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\"/\n\033O" + "rganizationGetLogoResponse\022\020\n\003url\030\001 \001(\tR" + "\003url\"1\n\030EnableAuthServiceRequest\022\025\n\006org_" + "id\030\001 \001(\tR\005orgId\"\033\n\031EnableAuthServiceResp" + "onse\"2\n\031DisableAuthServiceRequest\022\025\n\006org" + "_id\030\001 \001(\tR\005orgId\"\034\n\032DisableAuthServiceRe" + "sponse\"\214\001\n\025CreateOAuthAppRequest\022\025\n\006org_" + "id\030\001 \001(\tR\005orgId\022\037\n\013client_name\030\002 \001(\tR\ncl" + "ientName\022;\n\014oauth_config\030\003 \001(\0132\030.viam.ap" + "p.v1.OAuthConfigR\013oauthConfig\"Z\n\026CreateO" + "AuthAppResponse\022\033\n\tclient_id\030\001 \001(\tR\010clie" + "ntId\022#\n\rclient_secret\030\002 \001(\tR\014clientSecre" + "t\"I\n\023ReadOAuthAppRequest\022\025\n\006org_id\030\001 \001(\t" + "R\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\rclient_secret\030\002 \001(\tR\014c" + "lientSecret\022;\n\014oauth_config\030\003 \001(\0132\030.viam" + ".app.v1.OAuthConfigR\013oauthConfig\"\251\001\n\025Upd" + "ateOAuthAppRequest\022\025\n\006org_id\030\001 \001(\tR\005orgI" + "d\022\033\n\tclient_id\030\002 \001(\tR\010clientId\022\037\n\013client" + "_name\030\003 \001(\tR\nclientName\022;\n\014oauth_config\030" + "\004 \001(\0132\030.viam.app.v1.OAuthConfigR\013oauthCo" + "nfig\"\030\n\026UpdateOAuthAppResponse\"K\n\025Delete" + "OAuthAppRequest\022\025\n\006org_id\030\001 \001(\tR\005orgId\022\033" + "\n\tclient_id\030\002 \001(\tR\010clientId\"\030\n\026DeleteOAu" + "thAppResponse\"-\n\024ListOAuthAppsRequest\022\025\n" + "\006org_id\030\001 \001(\tR\005orgId\"6\n\025ListOAuthAppsRes" + "ponse\022\035\n\nclient_ids\030\001 \003(\tR\tclientIds\"\366\002\n" + "\013OAuthConfig\022V\n\025client_authentication\030\001 " + "\001(\0162!.viam.app.v1.ClientAuthenticationR\024" + "clientAuthentication\022%\n\004pkce\030\002 \001(\0162\021.via" + "m.app.v1.PKCER\004pkce\022A\n\016url_validation\030\003 " + "\001(\0162\032.viam.app.v1.URLValidationR\rurlVali" + "dation\022\037\n\013origin_uris\030\004 \003(\tR\noriginUris\022" + "#\n\rredirect_uris\030\005 \003(\tR\014redirectUris\022\035\n\n" + "logout_uri\030\006 \001(\tR\tlogoutUri\022@\n\016enabled_g" + "rants\030\007 \003(\0162\031.viam.app.v1.EnabledGrantR\r" + "enabledGrants*\321\001\n\022AuthenticationType\022#\n\037" + "AUTHENTICATION_TYPE_UNSPECIFIED\020\000\022!\n\035AUT" + "HENTICATION_TYPE_WEB_OAUTH\020\001\022\037\n\033AUTHENTI" + "CATION_TYPE_API_KEY\020\002\022)\n%AUTHENTICATION_" + "TYPE_ROBOT_PART_SECRET\020\003\022\'\n#AUTHENTICATI" + "ON_TYPE_LOCATION_SECRET\020\004*\243\001\n\022FragmentVi" + "sibility\022#\n\037FRAGMENT_VISIBILITY_UNSPECIF" + "IED\020\000\022\037\n\033FRAGMENT_VISIBILITY_PRIVATE\020\001\022\036" + "\n\032FRAGMENT_VISIBILITY_PUBLIC\020\002\022\'\n#FRAGME" + "NT_VISIBILITY_PUBLIC_UNLISTED\020\003*\335\001\n\021Frag" + "mentErrorType\022#\n\037FRAGMENT_ERROR_TYPE_UNS" + "PECIFIED\020\000\022!\n\035FRAGMENT_ERROR_TYPE_NO_ACC" + "ESS\020\001\022.\n*FRAGMENT_ERROR_TYPE_NESTING_LIM" + "IT_EXCEEDED\020\002\022(\n$FRAGMENT_ERROR_TYPE_CHI" + "LD_ID_INVALID\020\003\022&\n\"FRAGMENT_ERROR_TYPE_C" + "YCLE_DETECTED\020\004*\207\001\n\022RegistryItemStatus\022$" + "\n REGISTRY_ITEM_STATUS_UNSPECIFIED\020\000\022\"\n\036" + "REGISTRY_ITEM_STATUS_PUBLISHED\020\001\022\'\n#REGI" + "STRY_ITEM_STATUS_IN_DEVELOPMENT\020\002*w\n\nVis" + "ibility\022\032\n\026VISIBILITY_UNSPECIFIED\020\000\022\026\n\022V" + "ISIBILITY_PRIVATE\020\001\022\025\n\021VISIBILITY_PUBLIC" + "\020\002\022\036\n\032VISIBILITY_PUBLIC_UNLISTED\020\003*\301\001\n\024C" + "lientAuthentication\022%\n!CLIENT_AUTHENTICA" + "TION_UNSPECIFIED\020\000\022\"\n\036CLIENT_AUTHENTICAT" + "ION_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\020PKCE_UNSPECIFIED\020\000\022\021\n\rPKCE_REQUIRED\020\001\022" + "\025\n\021PKCE_NOT_REQUIRED\020\002\0226\n2PKCE_NOT_REQUI" + "RED_WHEN_USING_CLIENT_AUTHENTICATION\020\003*s" + "\n\rURLValidation\022\036\n\032URL_VALIDATION_UNSPEC" + "IFIED\020\000\022\036\n\032URL_VALIDATION_EXACT_MATCH\020\001\022" + "\"\n\036URL_VALIDATION_ALLOW_WILDCARDS\020\002*\313\001\n\014" + "EnabledGrant\022\035\n\031ENABLED_GRANT_UNSPECIFIE" + "D\020\000\022$\n ENABLED_GRANT_AUTHORIZATION_CODE\020" + "\001\022\032\n\026ENABLED_GRANT_IMPLICIT\020\002\022\032\n\026ENABLED" + "_GRANT_PASSWORD\020\003\022\037\n\033ENABLED_GRANT_REFRE" + "SH_TOKEN\020\004\022\035\n\031ENABLED_GRANT_DEVICE_CODE\020" + "\0052\251G\n\nAppService\022_\n\020GetUserIDByEmail\022$.v" + "iam.app.v1.GetUserIDByEmailRequest\032%.via" + "m.app.v1.GetUserIDByEmailResponse\022e\n\022Cre" + "ateOrganization\022&.viam.app.v1.CreateOrga" + "nizationRequest\032\'.viam.app.v1.CreateOrga" + "nizationResponse\022b\n\021ListOrganizations\022%." + "viam.app.v1.ListOrganizationsRequest\032&.v" + "iam.app.v1.ListOrganizationsResponse\022\233\001\n" + "$GetOrganizationsWithAccessToLocation\0228." + "viam.app.v1.GetOrganizationsWithAccessTo" + "LocationRequest\0329.viam.app.v1.GetOrganiz" + "ationsWithAccessToLocationResponse\022t\n\027Li" + "stOrganizationsByUser\022+.viam.app.v1.List" + "OrganizationsByUserRequest\032,.viam.app.v1" + ".ListOrganizationsByUserResponse\022h\n\023Sear" + "chOrganizations\022\'.viam.app.v1.SearchOrga" + "nizationsRequest\032(.viam.app.v1.SearchOrg" + "anizationsResponse\022\\\n\017GetOrganization\022#." + "viam.app.v1.GetOrganizationRequest\032$.via" + "m.app.v1.GetOrganizationResponse\022\233\001\n$Get" + "OrganizationNamespaceAvailability\0228.viam" + ".app.v1.GetOrganizationNamespaceAvailabi" + "lityRequest\0329.viam.app.v1.GetOrganizatio" + "nNamespaceAvailabilityResponse\022e\n\022Update" + "Organization\022&.viam.app.v1.UpdateOrganiz" + "ationRequest\032\'.viam.app.v1.UpdateOrganiz" + "ationResponse\022e\n\022DeleteOrganization\022&.vi" + "am.app.v1.DeleteOrganizationRequest\032\'.vi" + "am.app.v1.DeleteOrganizationResponse\022t\n\027" + "ListOrganizationMembers\022+.viam.app.v1.Li" + "stOrganizationMembersRequest\032,.viam.app." + "v1.ListOrganizationMembersResponse\022w\n\030Cr" + "eateOrganizationInvite\022,.viam.app.v1.Cre" + "ateOrganizationInviteRequest\032-.viam.app." + "v1.CreateOrganizationInviteResponse\022\241\001\n&" + "UpdateOrganizationInviteAuthorizations\022:" + ".viam.app.v1.UpdateOrganizationInviteAut" + "horizationsRequest\032;.viam.app.v1.UpdateO" + "rganizationInviteAuthorizationsResponse\022" + "w\n\030DeleteOrganizationMember\022,.viam.app.v" + "1.DeleteOrganizationMemberRequest\032-.viam" + ".app.v1.DeleteOrganizationMemberResponse" + "\022w\n\030DeleteOrganizationInvite\022,.viam.app." + "v1.DeleteOrganizationInviteRequest\032-.via" + "m.app.v1.DeleteOrganizationInviteRespons" + "e\022w\n\030ResendOrganizationInvite\022,.viam.app" + ".v1.ResendOrganizationInviteRequest\032-.vi" + "am.app.v1.ResendOrganizationInviteRespon" + "se\022k\n\024EnableBillingService\022(.viam.app.v1" + ".EnableBillingServiceRequest\032).viam.app." + "v1.EnableBillingServiceResponse\022n\n\025Disab" + "leBillingService\022).viam.app.v1.DisableBi" + "llingServiceRequest\032*.viam.app.v1.Disabl" + "eBillingServiceResponse\022k\n\024UpdateBilling" + "Service\022(.viam.app.v1.UpdateBillingServi" + "ceRequest\032).viam.app.v1.UpdateBillingSer" + "viceResponse\022t\n\027GetBillingServiceConfig\022" + "+.viam.app.v1.GetBillingServiceConfigReq" + "uest\032,.viam.app.v1.GetBillingServiceConf" + "igResponse\022\200\001\n\033OrganizationSetSupportEma" + "il\022/.viam.app.v1.OrganizationSetSupportE" + "mailRequest\0320.viam.app.v1.OrganizationSe" + "tSupportEmailResponse\022\200\001\n\033OrganizationGe" + "tSupportEmail\022/.viam.app.v1.Organization" + "GetSupportEmailRequest\0320.viam.app.v1.Org" + "anizationGetSupportEmailResponse\022h\n\023Orga" + "nizationSetLogo\022\'.viam.app.v1.Organizati" + "onSetLogoRequest\032(.viam.app.v1.Organizat" + "ionSetLogoResponse\022h\n\023OrganizationGetLog" + "o\022\'.viam.app.v1.OrganizationGetLogoReque" + "st\032(.viam.app.v1.OrganizationGetLogoResp" + "onse\022b\n\021EnableAuthService\022%.viam.app.v1." + "EnableAuthServiceRequest\032&.viam.app.v1.E" + "nableAuthServiceResponse\022e\n\022DisableAuthS" + "ervice\022&.viam.app.v1.DisableAuthServiceR" + "equest\032\'.viam.app.v1.DisableAuthServiceR" + "esponse\022Y\n\016CreateOAuthApp\022\".viam.app.v1." + "CreateOAuthAppRequest\032#.viam.app.v1.Crea" + "teOAuthAppResponse\022S\n\014ReadOAuthApp\022 .via" + "m.app.v1.ReadOAuthAppRequest\032!.viam.app." + "v1.ReadOAuthAppResponse\022Y\n\016UpdateOAuthAp" + "p\022\".viam.app.v1.UpdateOAuthAppRequest\032#." + "viam.app.v1.UpdateOAuthAppResponse\022Y\n\016De" + "leteOAuthApp\022\".viam.app.v1.DeleteOAuthAp" + "pRequest\032#.viam.app.v1.DeleteOAuthAppRes" + "ponse\022V\n\rListOAuthApps\022!.viam.app.v1.Lis" + "tOAuthAppsRequest\032\".viam.app.v1.ListOAut" + "hAppsResponse\022Y\n\016CreateLocation\022\".viam.a" + "pp.v1.CreateLocationRequest\032#.viam.app.v" + "1.CreateLocationResponse\022P\n\013GetLocation\022" + "\037.viam.app.v1.GetLocationRequest\032 .viam." + "app.v1.GetLocationResponse\022Y\n\016UpdateLoca" + "tion\022\".viam.app.v1.UpdateLocationRequest" + "\032#.viam.app.v1.UpdateLocationResponse\022Y\n" + "\016DeleteLocation\022\".viam.app.v1.DeleteLoca" + "tionRequest\032#.viam.app.v1.DeleteLocation" + "Response\022V\n\rListLocations\022!.viam.app.v1." + "ListLocationsRequest\032\".viam.app.v1.ListL" + "ocationsResponse\022V\n\rShareLocation\022!.viam" + ".app.v1.ShareLocationRequest\032\".viam.app." + "v1.ShareLocationResponse\022\\\n\017UnshareLocat" + "ion\022#.viam.app.v1.UnshareLocationRequest" + "\032$.viam.app.v1.UnshareLocationResponse\022S" + "\n\014LocationAuth\022 .viam.app.v1.LocationAut" + "hRequest\032!.viam.app.v1.LocationAuthRespo" + "nse\022k\n\024CreateLocationSecret\022(.viam.app.v" + "1.CreateLocationSecretRequest\032).viam.app" + ".v1.CreateLocationSecretResponse\022k\n\024Dele" + "teLocationSecret\022(.viam.app.v1.DeleteLoc" + "ationSecretRequest\032).viam.app.v1.DeleteL" + "ocationSecretResponse\022G\n\010GetRobot\022\034.viam" + ".app.v1.GetRobotRequest\032\035.viam.app.v1.Ge" + "tRobotResponse\022k\n\024GetRoverRentalRobots\022(" + ".viam.app.v1.GetRoverRentalRobotsRequest" + "\032).viam.app.v1.GetRoverRentalRobotsRespo" + "nse\022V\n\rGetRobotParts\022!.viam.app.v1.GetRo" + "botPartsRequest\032\".viam.app.v1.GetRobotPa" + "rtsResponse\022S\n\014GetRobotPart\022 .viam.app.v" + "1.GetRobotPartRequest\032!.viam.app.v1.GetR" + "obotPartResponse\022_\n\020GetRobotPartLogs\022$.v" + "iam.app.v1.GetRobotPartLogsRequest\032%.via" + "m.app.v1.GetRobotPartLogsResponse\022d\n\021Tai" + "lRobotPartLogs\022%.viam.app.v1.TailRobotPa" + "rtLogsRequest\032&.viam.app.v1.TailRobotPar" + "tLogsResponse0\001\022h\n\023GetRobotPartHistory\022\'" + ".viam.app.v1.GetRobotPartHistoryRequest\032" + "(.viam.app.v1.GetRobotPartHistoryRespons" + "e\022\\\n\017UpdateRobotPart\022#.viam.app.v1.Updat" + "eRobotPartRequest\032$.viam.app.v1.UpdateRo" + "botPartResponse\022S\n\014NewRobotPart\022 .viam.a" + "pp.v1.NewRobotPartRequest\032!.viam.app.v1." + "NewRobotPartResponse\022\\\n\017DeleteRobotPart\022" + "#.viam.app.v1.DeleteRobotPartRequest\032$.v" + "iam.app.v1.DeleteRobotPartResponse\022\\\n\017Ge" + "tRobotAPIKeys\022#.viam.app.v1.GetRobotAPIK" + "eysRequest\032$.viam.app.v1.GetRobotAPIKeys" + "Response\022Y\n\016MarkPartAsMain\022\".viam.app.v1" + ".MarkPartAsMainRequest\032#.viam.app.v1.Mar" + "kPartAsMainResponse\022e\n\022MarkPartForRestar" + "t\022&.viam.app.v1.MarkPartForRestartReques" + "t\032\'.viam.app.v1.MarkPartForRestartRespon" + "se\022n\n\025CreateRobotPartSecret\022).viam.app.v" + "1.CreateRobotPartSecretRequest\032*.viam.ap" + "p.v1.CreateRobotPartSecretResponse\022n\n\025De" + "leteRobotPartSecret\022).viam.app.v1.Delete" + "RobotPartSecretRequest\032*.viam.app.v1.Del" + "eteRobotPartSecretResponse\022M\n\nListRobots" + "\022\036.viam.app.v1.ListRobotsRequest\032\037.viam." + "app.v1.ListRobotsResponse\022G\n\010NewRobot\022\034." + "viam.app.v1.NewRobotRequest\032\035.viam.app.v" + "1.NewRobotResponse\022P\n\013UpdateRobot\022\037.viam" + ".app.v1.UpdateRobotRequest\032 .viam.app.v1" + ".UpdateRobotResponse\022P\n\013DeleteRobot\022\037.vi" + "am.app.v1.DeleteRobotRequest\032 .viam.app." + "v1.DeleteRobotResponse\022V\n\rListFragments\022" + "!.viam.app.v1.ListFragmentsRequest\032\".via" + "m.app.v1.ListFragmentsResponse\022P\n\013GetFra" + "gment\022\037.viam.app.v1.GetFragmentRequest\032 " + ".viam.app.v1.GetFragmentResponse\022Y\n\016Crea" + "teFragment\022\".viam.app.v1.CreateFragmentR" + "equest\032#.viam.app.v1.CreateFragmentRespo" + "nse\022Y\n\016UpdateFragment\022\".viam.app.v1.Upda" + "teFragmentRequest\032#.viam.app.v1.UpdateFr" + "agmentResponse\022Y\n\016DeleteFragment\022\".viam." + "app.v1.DeleteFragmentRequest\032#.viam.app." + "v1.DeleteFragmentResponse\022k\n\024ListMachine" + "Fragments\022(.viam.app.v1.ListMachineFragm" + "entsRequest\032).viam.app.v1.ListMachineFra" + "gmentsResponse\022e\n\022GetFragmentHistory\022&.v" + "iam.app.v1.GetFragmentHistoryRequest\032\'.v" + "iam.app.v1.GetFragmentHistoryResponse\022_\n" + "\020GetFragmentUsage\022$.viam.app.v1.GetFragm" + "entUsageRequest\032%.viam.app.v1.GetFragmen" + "tUsageResponse\022Y\n\016SetFragmentTag\022\".viam." + "app.v1.SetFragmentTagRequest\032#.viam.app." + "v1.SetFragmentTagResponse\022b\n\021DeleteFragm" + "entTag\022%.viam.app.v1.DeleteFragmentTagRe" + "quest\032&.viam.app.v1.DeleteFragmentTagRes" + "ponse\022D\n\007AddRole\022\033.viam.app.v1.AddRoleRe" + "quest\032\034.viam.app.v1.AddRoleResponse\022M\n\nR" + "emoveRole\022\036.viam.app.v1.RemoveRoleReques" + "t\032\037.viam.app.v1.RemoveRoleResponse\022M\n\nCh" + "angeRole\022\036.viam.app.v1.ChangeRoleRequest" + "\032\037.viam.app.v1.ChangeRoleResponse\022e\n\022Lis" + "tAuthorizations\022&.viam.app.v1.ListAuthor" + "izationsRequest\032\'.viam.app.v1.ListAuthor" + "izationsResponse\022_\n\020CheckPermissions\022$.v" + "iam.app.v1.CheckPermissionsRequest\032%.via" + "m.app.v1.CheckPermissionsResponse\022\\\n\017Get" + "RegistryItem\022#.viam.app.v1.GetRegistryIt" + "emRequest\032$.viam.app.v1.GetRegistryItemR" + "esponse\022e\n\022CreateRegistryItem\022&.viam.app" + ".v1.CreateRegistryItemRequest\032\'.viam.app" + ".v1.CreateRegistryItemResponse\022e\n\022Update" + "RegistryItem\022&.viam.app.v1.UpdateRegistr" + "yItemRequest\032\'.viam.app.v1.UpdateRegistr" + "yItemResponse\022b\n\021ListRegistryItems\022%.via" + "m.app.v1.ListRegistryItemsRequest\032&.viam" + ".app.v1.ListRegistryItemsResponse\022e\n\022Del" + "eteRegistryItem\022&.viam.app.v1.DeleteRegi" + "stryItemRequest\032\'.viam.app.v1.DeleteRegi" + "stryItemResponse\022k\n\024TransferRegistryItem" + "\022(.viam.app.v1.TransferRegistryItemReque" + "st\032).viam.app.v1.TransferRegistryItemRes" + "ponse\022S\n\014CreateModule\022 .viam.app.v1.Crea" + "teModuleRequest\032!.viam.app.v1.CreateModu" + "leResponse\022S\n\014UpdateModule\022 .viam.app.v1" + ".UpdateModuleRequest\032!.viam.app.v1.Updat" + "eModuleResponse\022a\n\020UploadModuleFile\022$.vi" + "am.app.v1.UploadModuleFileRequest\032%.viam" + ".app.v1.UploadModuleFileResponse(\001\022J\n\tGe" + "tModule\022\035.viam.app.v1.GetModuleRequest\032\036" + ".viam.app.v1.GetModuleResponse\022P\n\013ListMo" + "dules\022\037.viam.app.v1.ListModulesRequest\032 " + ".viam.app.v1.ListModulesResponse\022J\n\tCrea" + "teKey\022\035.viam.app.v1.CreateKeyRequest\032\036.v" + "iam.app.v1.CreateKeyResponse\022J\n\tDeleteKe" + "y\022\035.viam.app.v1.DeleteKeyRequest\032\036.viam." + "app.v1.DeleteKeyResponse\022G\n\010ListKeys\022\034.v" + "iam.app.v1.ListKeysRequest\032\035.viam.app.v1" + ".ListKeysResponse\022J\n\tRenameKey\022\035.viam.ap" + "p.v1.RenameKeyRequest\032\036.viam.app.v1.Rena" + "meKeyResponse\022J\n\tRotateKey\022\035.viam.app.v1" + ".RotateKeyRequest\032\036.viam.app.v1.RotateKe" + "yResponse\022\241\001\n&CreateKeyFromExistingKeyAu" + "thorizations\022:.viam.app.v1.CreateKeyFrom" + "ExistingKeyAuthorizationsRequest\032;.viam." + "app.v1.CreateKeyFromExistingKeyAuthoriza" + "tionsResponseB\030Z\026go.viam.com/api/app/v1b" + "\006proto3" ; static const ::_pbi::DescriptorTable* const descriptor_table_app_2fv1_2fapp_2eproto_deps[6] = { &::descriptor_table_app_2fmltraining_2fv1_2fml_5ftraining_2eproto, @@ -6302,9 +6454,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, 37714, descriptor_table_protodef_app_2fv1_2fapp_2eproto, + false, false, 38487, 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, 221, + &descriptor_table_app_2fv1_2fapp_2eproto_once, descriptor_table_app_2fv1_2fapp_2eproto_deps, 6, 227, 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, @@ -32962,116 +33114,1379 @@ const char* GetFragmentHistoryResponse::_InternalParse(const char* ptr, ::_pbi:: #undef CHK_ } -uint8_t* GetFragmentHistoryResponse::_InternalSerialize( +uint8_t* GetFragmentHistoryResponse::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.GetFragmentHistoryResponse) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"]; + for (unsigned i = 0, + n = static_cast(this->_internal_history_size()); i < n; i++) { + const auto& repfield = this->_internal_history(i); + target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: + InternalWriteMessage(1, repfield, repfield.GetCachedSize(), target, stream); + } + + // string next_page_token = 2 [json_name = "nextPageToken"]; + if (!this->_internal_next_page_token().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_next_page_token().data(), static_cast(this->_internal_next_page_token().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.GetFragmentHistoryResponse.next_page_token"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_next_page_token(), 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.GetFragmentHistoryResponse) + return target; +} + +size_t GetFragmentHistoryResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.GetFragmentHistoryResponse) + 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.FragmentHistoryEntry history = 1 [json_name = "history"]; + total_size += 1UL * this->_internal_history_size(); + for (const auto& msg : this->history_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + // string next_page_token = 2 [json_name = "nextPageToken"]; + if (!this->_internal_next_page_token().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_next_page_token()); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetFragmentHistoryResponse::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + GetFragmentHistoryResponse::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetFragmentHistoryResponse::GetClassData() const { return &_class_data_; } + +void GetFragmentHistoryResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void GetFragmentHistoryResponse::MergeFrom(const GetFragmentHistoryResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.GetFragmentHistoryResponse) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + history_.MergeFrom(from.history_); + if (!from._internal_next_page_token().empty()) { + _internal_set_next_page_token(from._internal_next_page_token()); + } + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void GetFragmentHistoryResponse::CopyFrom(const GetFragmentHistoryResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.GetFragmentHistoryResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool GetFragmentHistoryResponse::IsInitialized() const { + return true; +} + +void GetFragmentHistoryResponse::InternalSwap(GetFragmentHistoryResponse* other) { + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + history_.InternalSwap(&other->history_); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &next_page_token_, lhs_arena, + &other->next_page_token_, rhs_arena + ); +} + +::PROTOBUF_NAMESPACE_ID::Metadata GetFragmentHistoryResponse::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[114]); +} + +// =================================================================== + +class GetFragmentUsageRequest::_Internal { + public: +}; + +GetFragmentUsageRequest::GetFragmentUsageRequest(::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.GetFragmentUsageRequest) +} +GetFragmentUsageRequest::GetFragmentUsageRequest(const GetFragmentUsageRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + fragment_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + fragment_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_fragment_id().empty()) { + fragment_id_.Set(from._internal_fragment_id(), + GetArenaForAllocation()); + } + // @@protoc_insertion_point(copy_constructor:viam.app.v1.GetFragmentUsageRequest) +} + +inline void GetFragmentUsageRequest::SharedCtor() { +fragment_id_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + fragment_id_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +} + +GetFragmentUsageRequest::~GetFragmentUsageRequest() { + // @@protoc_insertion_point(destructor:viam.app.v1.GetFragmentUsageRequest) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void GetFragmentUsageRequest::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + fragment_id_.Destroy(); +} + +void GetFragmentUsageRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void GetFragmentUsageRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.GetFragmentUsageRequest) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + fragment_id_.ClearToEmpty(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* GetFragmentUsageRequest::_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 fragment_id = 1 [json_name = "fragmentId"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + auto str = _internal_mutable_fragment_id(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.GetFragmentUsageRequest.fragment_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* GetFragmentUsageRequest::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.GetFragmentUsageRequest) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // string fragment_id = 1 [json_name = "fragmentId"]; + if (!this->_internal_fragment_id().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_fragment_id().data(), static_cast(this->_internal_fragment_id().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.GetFragmentUsageRequest.fragment_id"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_fragment_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.GetFragmentUsageRequest) + return target; +} + +size_t GetFragmentUsageRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.GetFragmentUsageRequest) + 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 fragment_id = 1 [json_name = "fragmentId"]; + if (!this->_internal_fragment_id().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_fragment_id()); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetFragmentUsageRequest::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + GetFragmentUsageRequest::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetFragmentUsageRequest::GetClassData() const { return &_class_data_; } + +void GetFragmentUsageRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void GetFragmentUsageRequest::MergeFrom(const GetFragmentUsageRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.GetFragmentUsageRequest) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + if (!from._internal_fragment_id().empty()) { + _internal_set_fragment_id(from._internal_fragment_id()); + } + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void GetFragmentUsageRequest::CopyFrom(const GetFragmentUsageRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.GetFragmentUsageRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool GetFragmentUsageRequest::IsInitialized() const { + return true; +} + +void GetFragmentUsageRequest::InternalSwap(GetFragmentUsageRequest* 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( + &fragment_id_, lhs_arena, + &other->fragment_id_, rhs_arena + ); +} + +::PROTOBUF_NAMESPACE_ID::Metadata GetFragmentUsageRequest::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[115]); +} + +// =================================================================== + +class GetFragmentUsageResponse::_Internal { + public: +}; + +GetFragmentUsageResponse::GetFragmentUsageResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), + version_usages_(arena) { + SharedCtor(); + // @@protoc_insertion_point(arena_constructor:viam.app.v1.GetFragmentUsageResponse) +} +GetFragmentUsageResponse::GetFragmentUsageResponse(const GetFragmentUsageResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + version_usages_(from.version_usages_) { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:viam.app.v1.GetFragmentUsageResponse) +} + +inline void GetFragmentUsageResponse::SharedCtor() { +} + +GetFragmentUsageResponse::~GetFragmentUsageResponse() { + // @@protoc_insertion_point(destructor:viam.app.v1.GetFragmentUsageResponse) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void GetFragmentUsageResponse::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); +} + +void GetFragmentUsageResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void GetFragmentUsageResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.GetFragmentUsageResponse) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + version_usages_.Clear(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* GetFragmentUsageResponse::_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.FragmentUsage version_usages = 1 [json_name = "versionUsages"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_version_usages(), 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* GetFragmentUsageResponse::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.GetFragmentUsageResponse) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .viam.app.v1.FragmentUsage version_usages = 1 [json_name = "versionUsages"]; + for (unsigned i = 0, + n = static_cast(this->_internal_version_usages_size()); i < n; i++) { + const auto& repfield = this->_internal_version_usages(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.GetFragmentUsageResponse) + return target; +} + +size_t GetFragmentUsageResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.GetFragmentUsageResponse) + 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.FragmentUsage version_usages = 1 [json_name = "versionUsages"]; + total_size += 1UL * this->_internal_version_usages_size(); + for (const auto& msg : this->version_usages_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetFragmentUsageResponse::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + GetFragmentUsageResponse::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetFragmentUsageResponse::GetClassData() const { return &_class_data_; } + +void GetFragmentUsageResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void GetFragmentUsageResponse::MergeFrom(const GetFragmentUsageResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.GetFragmentUsageResponse) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + version_usages_.MergeFrom(from.version_usages_); + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void GetFragmentUsageResponse::CopyFrom(const GetFragmentUsageResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.GetFragmentUsageResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool GetFragmentUsageResponse::IsInitialized() const { + return true; +} + +void GetFragmentUsageResponse::InternalSwap(GetFragmentUsageResponse* other) { + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + version_usages_.InternalSwap(&other->version_usages_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata GetFragmentUsageResponse::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[116]); +} + +// =================================================================== + +class SetFragmentTagRequest::_Internal { + public: +}; + +SetFragmentTagRequest::SetFragmentTagRequest(::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.SetFragmentTagRequest) +} +SetFragmentTagRequest::SetFragmentTagRequest(const SetFragmentTagRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + fragment_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + fragment_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_fragment_id().empty()) { + fragment_id_.Set(from._internal_fragment_id(), + GetArenaForAllocation()); + } + tag_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + tag_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_tag().empty()) { + tag_.Set(from._internal_tag(), + GetArenaForAllocation()); + } + revision_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + revision_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_revision().empty()) { + revision_.Set(from._internal_revision(), + GetArenaForAllocation()); + } + // @@protoc_insertion_point(copy_constructor:viam.app.v1.SetFragmentTagRequest) +} + +inline void SetFragmentTagRequest::SharedCtor() { +fragment_id_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + fragment_id_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +tag_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + tag_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +revision_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + revision_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +} + +SetFragmentTagRequest::~SetFragmentTagRequest() { + // @@protoc_insertion_point(destructor:viam.app.v1.SetFragmentTagRequest) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void SetFragmentTagRequest::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + fragment_id_.Destroy(); + tag_.Destroy(); + revision_.Destroy(); +} + +void SetFragmentTagRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void SetFragmentTagRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.SetFragmentTagRequest) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + fragment_id_.ClearToEmpty(); + tag_.ClearToEmpty(); + revision_.ClearToEmpty(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* SetFragmentTagRequest::_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 fragment_id = 1 [json_name = "fragmentId"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + auto str = _internal_mutable_fragment_id(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.SetFragmentTagRequest.fragment_id")); + } else + goto handle_unusual; + continue; + // string tag = 2 [json_name = "tag"]; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 18)) { + auto str = _internal_mutable_tag(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.SetFragmentTagRequest.tag")); + } else + goto handle_unusual; + continue; + // string revision = 3 [json_name = "revision"]; + case 3: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 26)) { + auto str = _internal_mutable_revision(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.SetFragmentTagRequest.revision")); + } 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* SetFragmentTagRequest::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.SetFragmentTagRequest) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // string fragment_id = 1 [json_name = "fragmentId"]; + if (!this->_internal_fragment_id().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_fragment_id().data(), static_cast(this->_internal_fragment_id().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.SetFragmentTagRequest.fragment_id"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_fragment_id(), target); + } + + // string tag = 2 [json_name = "tag"]; + if (!this->_internal_tag().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_tag().data(), static_cast(this->_internal_tag().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.SetFragmentTagRequest.tag"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_tag(), target); + } + + // string revision = 3 [json_name = "revision"]; + if (!this->_internal_revision().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_revision().data(), static_cast(this->_internal_revision().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.SetFragmentTagRequest.revision"); + target = stream->WriteStringMaybeAliased( + 3, this->_internal_revision(), 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.SetFragmentTagRequest) + return target; +} + +size_t SetFragmentTagRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.SetFragmentTagRequest) + 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 fragment_id = 1 [json_name = "fragmentId"]; + if (!this->_internal_fragment_id().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_fragment_id()); + } + + // string tag = 2 [json_name = "tag"]; + if (!this->_internal_tag().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_tag()); + } + + // string revision = 3 [json_name = "revision"]; + if (!this->_internal_revision().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_revision()); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SetFragmentTagRequest::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + SetFragmentTagRequest::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SetFragmentTagRequest::GetClassData() const { return &_class_data_; } + +void SetFragmentTagRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void SetFragmentTagRequest::MergeFrom(const SetFragmentTagRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.SetFragmentTagRequest) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + if (!from._internal_fragment_id().empty()) { + _internal_set_fragment_id(from._internal_fragment_id()); + } + if (!from._internal_tag().empty()) { + _internal_set_tag(from._internal_tag()); + } + if (!from._internal_revision().empty()) { + _internal_set_revision(from._internal_revision()); + } + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void SetFragmentTagRequest::CopyFrom(const SetFragmentTagRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.SetFragmentTagRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool SetFragmentTagRequest::IsInitialized() const { + return true; +} + +void SetFragmentTagRequest::InternalSwap(SetFragmentTagRequest* 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( + &fragment_id_, lhs_arena, + &other->fragment_id_, rhs_arena + ); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &tag_, lhs_arena, + &other->tag_, rhs_arena + ); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &revision_, lhs_arena, + &other->revision_, rhs_arena + ); +} + +::PROTOBUF_NAMESPACE_ID::Metadata SetFragmentTagRequest::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[117]); +} + +// =================================================================== + +class SetFragmentTagResponse::_Internal { + public: +}; + +SetFragmentTagResponse::SetFragmentTagResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), + tags_(arena) { + SharedCtor(); + // @@protoc_insertion_point(arena_constructor:viam.app.v1.SetFragmentTagResponse) +} +SetFragmentTagResponse::SetFragmentTagResponse(const SetFragmentTagResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + tags_(from.tags_) { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:viam.app.v1.SetFragmentTagResponse) +} + +inline void SetFragmentTagResponse::SharedCtor() { +} + +SetFragmentTagResponse::~SetFragmentTagResponse() { + // @@protoc_insertion_point(destructor:viam.app.v1.SetFragmentTagResponse) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void SetFragmentTagResponse::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); +} + +void SetFragmentTagResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void SetFragmentTagResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.SetFragmentTagResponse) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + tags_.Clear(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* SetFragmentTagResponse::_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.FragmentTag tags = 1 [json_name = "tags"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_tags(), 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* SetFragmentTagResponse::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.SetFragmentTagResponse) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .viam.app.v1.FragmentTag tags = 1 [json_name = "tags"]; + for (unsigned i = 0, + n = static_cast(this->_internal_tags_size()); i < n; i++) { + const auto& repfield = this->_internal_tags(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.SetFragmentTagResponse) + return target; +} + +size_t SetFragmentTagResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.SetFragmentTagResponse) + 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.FragmentTag tags = 1 [json_name = "tags"]; + total_size += 1UL * this->_internal_tags_size(); + for (const auto& msg : this->tags_) { + total_size += + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SetFragmentTagResponse::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + SetFragmentTagResponse::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SetFragmentTagResponse::GetClassData() const { return &_class_data_; } + +void SetFragmentTagResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void SetFragmentTagResponse::MergeFrom(const SetFragmentTagResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.SetFragmentTagResponse) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + tags_.MergeFrom(from.tags_); + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void SetFragmentTagResponse::CopyFrom(const SetFragmentTagResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.SetFragmentTagResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool SetFragmentTagResponse::IsInitialized() const { + return true; +} + +void SetFragmentTagResponse::InternalSwap(SetFragmentTagResponse* other) { + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + tags_.InternalSwap(&other->tags_); +} + +::PROTOBUF_NAMESPACE_ID::Metadata SetFragmentTagResponse::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[118]); +} + +// =================================================================== + +class DeleteFragmentTagRequest::_Internal { + public: +}; + +DeleteFragmentTagRequest::DeleteFragmentTagRequest(::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.DeleteFragmentTagRequest) +} +DeleteFragmentTagRequest::DeleteFragmentTagRequest(const DeleteFragmentTagRequest& from) + : ::PROTOBUF_NAMESPACE_ID::Message() { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + fragment_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + fragment_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_fragment_id().empty()) { + fragment_id_.Set(from._internal_fragment_id(), + GetArenaForAllocation()); + } + tag_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + tag_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_tag().empty()) { + tag_.Set(from._internal_tag(), + GetArenaForAllocation()); + } + // @@protoc_insertion_point(copy_constructor:viam.app.v1.DeleteFragmentTagRequest) +} + +inline void DeleteFragmentTagRequest::SharedCtor() { +fragment_id_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + fragment_id_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +tag_.InitDefault(); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + tag_.Set("", GetArenaForAllocation()); +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +} + +DeleteFragmentTagRequest::~DeleteFragmentTagRequest() { + // @@protoc_insertion_point(destructor:viam.app.v1.DeleteFragmentTagRequest) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void DeleteFragmentTagRequest::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + fragment_id_.Destroy(); + tag_.Destroy(); +} + +void DeleteFragmentTagRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void DeleteFragmentTagRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.DeleteFragmentTagRequest) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + fragment_id_.ClearToEmpty(); + tag_.ClearToEmpty(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* DeleteFragmentTagRequest::_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 fragment_id = 1 [json_name = "fragmentId"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + auto str = _internal_mutable_fragment_id(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.DeleteFragmentTagRequest.fragment_id")); + } else + goto handle_unusual; + continue; + // string tag = 2 [json_name = "tag"]; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 18)) { + auto str = _internal_mutable_tag(); + ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx); + CHK_(ptr); + CHK_(::_pbi::VerifyUTF8(str, "viam.app.v1.DeleteFragmentTagRequest.tag")); + } 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* DeleteFragmentTagRequest::_InternalSerialize( + uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.DeleteFragmentTagRequest) + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + // string fragment_id = 1 [json_name = "fragmentId"]; + if (!this->_internal_fragment_id().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_fragment_id().data(), static_cast(this->_internal_fragment_id().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.DeleteFragmentTagRequest.fragment_id"); + target = stream->WriteStringMaybeAliased( + 1, this->_internal_fragment_id(), target); + } + + // string tag = 2 [json_name = "tag"]; + if (!this->_internal_tag().empty()) { + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( + this->_internal_tag().data(), static_cast(this->_internal_tag().length()), + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, + "viam.app.v1.DeleteFragmentTagRequest.tag"); + target = stream->WriteStringMaybeAliased( + 2, this->_internal_tag(), 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.DeleteFragmentTagRequest) + return target; +} + +size_t DeleteFragmentTagRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.DeleteFragmentTagRequest) + 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 fragment_id = 1 [json_name = "fragmentId"]; + if (!this->_internal_fragment_id().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_fragment_id()); + } + + // string tag = 2 [json_name = "tag"]; + if (!this->_internal_tag().empty()) { + total_size += 1 + + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( + this->_internal_tag()); + } + + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); +} + +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DeleteFragmentTagRequest::_class_data_ = { + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + DeleteFragmentTagRequest::MergeImpl +}; +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteFragmentTagRequest::GetClassData() const { return &_class_data_; } + +void DeleteFragmentTagRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, + const ::PROTOBUF_NAMESPACE_ID::Message& from) { + static_cast(to)->MergeFrom( + static_cast(from)); +} + + +void DeleteFragmentTagRequest::MergeFrom(const DeleteFragmentTagRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.DeleteFragmentTagRequest) + GOOGLE_DCHECK_NE(&from, this); + uint32_t cached_has_bits = 0; + (void) cached_has_bits; + + if (!from._internal_fragment_id().empty()) { + _internal_set_fragment_id(from._internal_fragment_id()); + } + if (!from._internal_tag().empty()) { + _internal_set_tag(from._internal_tag()); + } + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); +} + +void DeleteFragmentTagRequest::CopyFrom(const DeleteFragmentTagRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.DeleteFragmentTagRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool DeleteFragmentTagRequest::IsInitialized() const { + return true; +} + +void DeleteFragmentTagRequest::InternalSwap(DeleteFragmentTagRequest* 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( + &fragment_id_, lhs_arena, + &other->fragment_id_, rhs_arena + ); + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( + &tag_, lhs_arena, + &other->tag_, rhs_arena + ); +} + +::PROTOBUF_NAMESPACE_ID::Metadata DeleteFragmentTagRequest::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[119]); +} + +// =================================================================== + +class DeleteFragmentTagResponse::_Internal { + public: +}; + +DeleteFragmentTagResponse::DeleteFragmentTagResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + bool is_message_owned) + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), + tags_(arena) { + SharedCtor(); + // @@protoc_insertion_point(arena_constructor:viam.app.v1.DeleteFragmentTagResponse) +} +DeleteFragmentTagResponse::DeleteFragmentTagResponse(const DeleteFragmentTagResponse& from) + : ::PROTOBUF_NAMESPACE_ID::Message(), + tags_(from.tags_) { + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:viam.app.v1.DeleteFragmentTagResponse) +} + +inline void DeleteFragmentTagResponse::SharedCtor() { +} + +DeleteFragmentTagResponse::~DeleteFragmentTagResponse() { + // @@protoc_insertion_point(destructor:viam.app.v1.DeleteFragmentTagResponse) + if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { + (void)arena; + return; + } + SharedDtor(); +} + +inline void DeleteFragmentTagResponse::SharedDtor() { + GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); +} + +void DeleteFragmentTagResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} + +void DeleteFragmentTagResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:viam.app.v1.DeleteFragmentTagResponse) + uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + tags_.Clear(); + _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); +} + +const char* DeleteFragmentTagResponse::_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.FragmentTag tags = 1 [json_name = "tags"]; + case 1: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 10)) { + ptr -= 1; + do { + ptr += 1; + ptr = ctx->ParseMessage(_internal_add_tags(), 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* DeleteFragmentTagResponse::_InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { - // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.GetFragmentHistoryResponse) + // @@protoc_insertion_point(serialize_to_array_start:viam.app.v1.DeleteFragmentTagResponse) uint32_t cached_has_bits = 0; (void) cached_has_bits; - // repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"]; + // repeated .viam.app.v1.FragmentTag tags = 1 [json_name = "tags"]; for (unsigned i = 0, - n = static_cast(this->_internal_history_size()); i < n; i++) { - const auto& repfield = this->_internal_history(i); + n = static_cast(this->_internal_tags_size()); i < n; i++) { + const auto& repfield = this->_internal_tags(i); target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: InternalWriteMessage(1, repfield, repfield.GetCachedSize(), target, stream); } - // string next_page_token = 2 [json_name = "nextPageToken"]; - if (!this->_internal_next_page_token().empty()) { - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String( - this->_internal_next_page_token().data(), static_cast(this->_internal_next_page_token().length()), - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, - "viam.app.v1.GetFragmentHistoryResponse.next_page_token"); - target = stream->WriteStringMaybeAliased( - 2, this->_internal_next_page_token(), 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.GetFragmentHistoryResponse) + // @@protoc_insertion_point(serialize_to_array_end:viam.app.v1.DeleteFragmentTagResponse) return target; } -size_t GetFragmentHistoryResponse::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.GetFragmentHistoryResponse) +size_t DeleteFragmentTagResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:viam.app.v1.DeleteFragmentTagResponse) 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.FragmentHistoryEntry history = 1 [json_name = "history"]; - total_size += 1UL * this->_internal_history_size(); - for (const auto& msg : this->history_) { + // repeated .viam.app.v1.FragmentTag tags = 1 [json_name = "tags"]; + total_size += 1UL * this->_internal_tags_size(); + for (const auto& msg : this->tags_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } - // string next_page_token = 2 [json_name = "nextPageToken"]; - if (!this->_internal_next_page_token().empty()) { - total_size += 1 + - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - this->_internal_next_page_token()); - } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); } -const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetFragmentHistoryResponse::_class_data_ = { +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DeleteFragmentTagResponse::_class_data_ = { ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, - GetFragmentHistoryResponse::MergeImpl + DeleteFragmentTagResponse::MergeImpl }; -const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetFragmentHistoryResponse::GetClassData() const { return &_class_data_; } +const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteFragmentTagResponse::GetClassData() const { return &_class_data_; } -void GetFragmentHistoryResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, +void DeleteFragmentTagResponse::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 GetFragmentHistoryResponse::MergeFrom(const GetFragmentHistoryResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.GetFragmentHistoryResponse) +void DeleteFragmentTagResponse::MergeFrom(const DeleteFragmentTagResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:viam.app.v1.DeleteFragmentTagResponse) GOOGLE_DCHECK_NE(&from, this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - history_.MergeFrom(from.history_); - if (!from._internal_next_page_token().empty()) { - _internal_set_next_page_token(from._internal_next_page_token()); - } + tags_.MergeFrom(from.tags_); _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } -void GetFragmentHistoryResponse::CopyFrom(const GetFragmentHistoryResponse& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.GetFragmentHistoryResponse) +void DeleteFragmentTagResponse::CopyFrom(const DeleteFragmentTagResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:viam.app.v1.DeleteFragmentTagResponse) if (&from == this) return; Clear(); MergeFrom(from); } -bool GetFragmentHistoryResponse::IsInitialized() const { +bool DeleteFragmentTagResponse::IsInitialized() const { return true; } -void GetFragmentHistoryResponse::InternalSwap(GetFragmentHistoryResponse* other) { +void DeleteFragmentTagResponse::InternalSwap(DeleteFragmentTagResponse* other) { using std::swap; - auto* lhs_arena = GetArenaForAllocation(); - auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - history_.InternalSwap(&other->history_); - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &next_page_token_, lhs_arena, - &other->next_page_token_, rhs_arena - ); + tags_.InternalSwap(&other->tags_); } -::PROTOBUF_NAMESPACE_ID::Metadata GetFragmentHistoryResponse::GetMetadata() const { +::PROTOBUF_NAMESPACE_ID::Metadata DeleteFragmentTagResponse::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[114]); + file_level_metadata_app_2fv1_2fapp_2eproto[120]); } // =================================================================== @@ -33266,7 +34681,7 @@ void ListRobotsRequest::InternalSwap(ListRobotsRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ListRobotsRequest::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[115]); + file_level_metadata_app_2fv1_2fapp_2eproto[121]); } // =================================================================== @@ -33499,7 +34914,7 @@ void ListMachineFragmentsRequest::InternalSwap(ListMachineFragmentsRequest* othe ::PROTOBUF_NAMESPACE_ID::Metadata ListMachineFragmentsRequest::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[116]); + file_level_metadata_app_2fv1_2fapp_2eproto[122]); } // =================================================================== @@ -33710,7 +35125,7 @@ void ListMachineFragmentsResponse::InternalSwap(ListMachineFragmentsResponse* ot ::PROTOBUF_NAMESPACE_ID::Metadata ListMachineFragmentsResponse::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[117]); + file_level_metadata_app_2fv1_2fapp_2eproto[123]); } // =================================================================== @@ -33888,7 +35303,7 @@ void ListRobotsResponse::InternalSwap(ListRobotsResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ListRobotsResponse::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[118]); + file_level_metadata_app_2fv1_2fapp_2eproto[124]); } // =================================================================== @@ -34131,7 +35546,7 @@ void NewRobotRequest::InternalSwap(NewRobotRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata NewRobotRequest::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[119]); + file_level_metadata_app_2fv1_2fapp_2eproto[125]); } // =================================================================== @@ -34326,7 +35741,7 @@ void NewRobotResponse::InternalSwap(NewRobotResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata NewRobotResponse::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[120]); + file_level_metadata_app_2fv1_2fapp_2eproto[126]); } // =================================================================== @@ -34617,7 +36032,7 @@ void UpdateRobotRequest::InternalSwap(UpdateRobotRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UpdateRobotRequest::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[121]); + file_level_metadata_app_2fv1_2fapp_2eproto[127]); } // =================================================================== @@ -34804,7 +36219,7 @@ void UpdateRobotResponse::InternalSwap(UpdateRobotResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata UpdateRobotResponse::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[122]); + file_level_metadata_app_2fv1_2fapp_2eproto[128]); } // =================================================================== @@ -34999,7 +36414,7 @@ void DeleteRobotRequest::InternalSwap(DeleteRobotRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata DeleteRobotRequest::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[123]); + file_level_metadata_app_2fv1_2fapp_2eproto[129]); } // =================================================================== @@ -35038,7 +36453,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteRobotResponse::GetClassD ::PROTOBUF_NAMESPACE_ID::Metadata DeleteRobotResponse::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[124]); + file_level_metadata_app_2fv1_2fapp_2eproto[130]); } // =================================================================== @@ -35233,7 +36648,7 @@ void MarkPartAsMainRequest::InternalSwap(MarkPartAsMainRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata MarkPartAsMainRequest::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[125]); + file_level_metadata_app_2fv1_2fapp_2eproto[131]); } // =================================================================== @@ -35272,7 +36687,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*MarkPartAsMainResponse::GetCla ::PROTOBUF_NAMESPACE_ID::Metadata MarkPartAsMainResponse::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[126]); + file_level_metadata_app_2fv1_2fapp_2eproto[132]); } // =================================================================== @@ -35467,7 +36882,7 @@ void MarkPartForRestartRequest::InternalSwap(MarkPartForRestartRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata MarkPartForRestartRequest::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[127]); + file_level_metadata_app_2fv1_2fapp_2eproto[133]); } // =================================================================== @@ -35506,7 +36921,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*MarkPartForRestartResponse::Ge ::PROTOBUF_NAMESPACE_ID::Metadata MarkPartForRestartResponse::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[128]); + file_level_metadata_app_2fv1_2fapp_2eproto[134]); } // =================================================================== @@ -35701,7 +37116,7 @@ void CreateRobotPartSecretRequest::InternalSwap(CreateRobotPartSecretRequest* ot ::PROTOBUF_NAMESPACE_ID::Metadata CreateRobotPartSecretRequest::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[129]); + file_level_metadata_app_2fv1_2fapp_2eproto[135]); } // =================================================================== @@ -35888,7 +37303,7 @@ void CreateRobotPartSecretResponse::InternalSwap(CreateRobotPartSecretResponse* ::PROTOBUF_NAMESPACE_ID::Metadata CreateRobotPartSecretResponse::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[130]); + file_level_metadata_app_2fv1_2fapp_2eproto[136]); } // =================================================================== @@ -36131,7 +37546,7 @@ void DeleteRobotPartSecretRequest::InternalSwap(DeleteRobotPartSecretRequest* ot ::PROTOBUF_NAMESPACE_ID::Metadata DeleteRobotPartSecretRequest::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[131]); + file_level_metadata_app_2fv1_2fapp_2eproto[137]); } // =================================================================== @@ -36170,7 +37585,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteRobotPartSecretResponse: ::PROTOBUF_NAMESPACE_ID::Metadata DeleteRobotPartSecretResponse::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[132]); + file_level_metadata_app_2fv1_2fapp_2eproto[138]); } // =================================================================== @@ -36653,7 +38068,7 @@ void Authorization::InternalSwap(Authorization* other) { ::PROTOBUF_NAMESPACE_ID::Metadata Authorization::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[133]); + file_level_metadata_app_2fv1_2fapp_2eproto[139]); } // =================================================================== @@ -36840,7 +38255,7 @@ void AddRoleRequest::InternalSwap(AddRoleRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata AddRoleRequest::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[134]); + file_level_metadata_app_2fv1_2fapp_2eproto[140]); } // =================================================================== @@ -36879,7 +38294,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AddRoleResponse::GetClassData( ::PROTOBUF_NAMESPACE_ID::Metadata AddRoleResponse::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[135]); + file_level_metadata_app_2fv1_2fapp_2eproto[141]); } // =================================================================== @@ -37066,7 +38481,7 @@ void RemoveRoleRequest::InternalSwap(RemoveRoleRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata RemoveRoleRequest::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[136]); + file_level_metadata_app_2fv1_2fapp_2eproto[142]); } // =================================================================== @@ -37105,7 +38520,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*RemoveRoleResponse::GetClassDa ::PROTOBUF_NAMESPACE_ID::Metadata RemoveRoleResponse::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[137]); + file_level_metadata_app_2fv1_2fapp_2eproto[143]); } // =================================================================== @@ -37340,7 +38755,7 @@ void ChangeRoleRequest::InternalSwap(ChangeRoleRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ChangeRoleRequest::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[138]); + file_level_metadata_app_2fv1_2fapp_2eproto[144]); } // =================================================================== @@ -37379,7 +38794,7 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ChangeRoleResponse::GetClassDa ::PROTOBUF_NAMESPACE_ID::Metadata ChangeRoleResponse::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[139]); + file_level_metadata_app_2fv1_2fapp_2eproto[145]); } // =================================================================== @@ -37612,7 +39027,7 @@ void ListAuthorizationsRequest::InternalSwap(ListAuthorizationsRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ListAuthorizationsRequest::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[140]); + file_level_metadata_app_2fv1_2fapp_2eproto[146]); } // =================================================================== @@ -37790,7 +39205,7 @@ void ListAuthorizationsResponse::InternalSwap(ListAuthorizationsResponse* other) ::PROTOBUF_NAMESPACE_ID::Metadata ListAuthorizationsResponse::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[141]); + file_level_metadata_app_2fv1_2fapp_2eproto[147]); } // =================================================================== @@ -37968,7 +39383,7 @@ void CheckPermissionsRequest::InternalSwap(CheckPermissionsRequest* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CheckPermissionsRequest::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[142]); + file_level_metadata_app_2fv1_2fapp_2eproto[148]); } // =================================================================== @@ -38249,7 +39664,7 @@ void AuthorizedPermissions::InternalSwap(AuthorizedPermissions* other) { ::PROTOBUF_NAMESPACE_ID::Metadata AuthorizedPermissions::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[143]); + file_level_metadata_app_2fv1_2fapp_2eproto[149]); } // =================================================================== @@ -38427,7 +39842,7 @@ void CheckPermissionsResponse::InternalSwap(CheckPermissionsResponse* other) { ::PROTOBUF_NAMESPACE_ID::Metadata CheckPermissionsResponse::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[144]); + file_level_metadata_app_2fv1_2fapp_2eproto[150]); } // =================================================================== @@ -38797,7 +40212,7 @@ void ModuleVersion::InternalSwap(ModuleVersion* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ModuleVersion::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[145]); + file_level_metadata_app_2fv1_2fapp_2eproto[151]); } // =================================================================== @@ -39119,7 +40534,7 @@ void ModuleMetadata::InternalSwap(ModuleMetadata* other) { ::PROTOBUF_NAMESPACE_ID::Metadata ModuleMetadata::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[146]); + file_level_metadata_app_2fv1_2fapp_2eproto[152]); } // =================================================================== @@ -39368,7 +40783,7 @@ void MLModelMetadata::InternalSwap(MLModelMetadata* other) { ::PROTOBUF_NAMESPACE_ID::Metadata MLModelMetadata::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[147]); + file_level_metadata_app_2fv1_2fapp_2eproto[153]); } // =================================================================== @@ -39611,7 +41026,7 @@ void MLTrainingVersion::InternalSwap(MLTrainingVersion* other) { ::PROTOBUF_NAMESPACE_ID::Metadata MLTrainingVersion::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[148]); + file_level_metadata_app_2fv1_2fapp_2eproto[154]); } // =================================================================== @@ -39877,7 +41292,7 @@ void MLTrainingMetadata::InternalSwap(MLTrainingMetadata* other) { ::PROTOBUF_NAMESPACE_ID::Metadata MLTrainingMetadata::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[149]); + file_level_metadata_app_2fv1_2fapp_2eproto[155]); } // =================================================================== @@ -40760,7 +42175,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[150]); + file_level_metadata_app_2fv1_2fapp_2eproto[156]); } // =================================================================== @@ -40992,7 +42407,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[151]); + file_level_metadata_app_2fv1_2fapp_2eproto[157]); } // =================================================================== @@ -41179,7 +42594,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[152]); + file_level_metadata_app_2fv1_2fapp_2eproto[158]); } // =================================================================== @@ -41451,7 +42866,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[153]); + file_level_metadata_app_2fv1_2fapp_2eproto[159]); } // =================================================================== @@ -41490,7 +42905,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[154]); + file_level_metadata_app_2fv1_2fapp_2eproto[160]); } // =================================================================== @@ -42062,7 +43477,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[155]); + file_level_metadata_app_2fv1_2fapp_2eproto[161]); } // =================================================================== @@ -42101,7 +43516,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[156]); + file_level_metadata_app_2fv1_2fapp_2eproto[162]); } // =================================================================== @@ -42658,7 +44073,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[157]); + file_level_metadata_app_2fv1_2fapp_2eproto[163]); } // =================================================================== @@ -42836,7 +44251,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[158]); + file_level_metadata_app_2fv1_2fapp_2eproto[164]); } // =================================================================== @@ -43031,7 +44446,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[159]); + file_level_metadata_app_2fv1_2fapp_2eproto[165]); } // =================================================================== @@ -43070,7 +44485,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[160]); + file_level_metadata_app_2fv1_2fapp_2eproto[166]); } // =================================================================== @@ -43313,7 +44728,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[161]); + file_level_metadata_app_2fv1_2fapp_2eproto[167]); } // =================================================================== @@ -43352,7 +44767,7 @@ 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[162]); + file_level_metadata_app_2fv1_2fapp_2eproto[168]); } // =================================================================== @@ -43595,7 +45010,7 @@ void CreateModuleRequest::InternalSwap(CreateModuleRequest* other) { ::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[163]); + file_level_metadata_app_2fv1_2fapp_2eproto[169]); } // =================================================================== @@ -43838,7 +45253,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[164]); + file_level_metadata_app_2fv1_2fapp_2eproto[170]); } // =================================================================== @@ -44300,7 +45715,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[165]); + file_level_metadata_app_2fv1_2fapp_2eproto[171]); } // =================================================================== @@ -44495,7 +45910,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[166]); + file_level_metadata_app_2fv1_2fapp_2eproto[172]); } // =================================================================== @@ -44723,7 +46138,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[167]); + file_level_metadata_app_2fv1_2fapp_2eproto[173]); } // =================================================================== @@ -44934,7 +46349,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[168]); + file_level_metadata_app_2fv1_2fapp_2eproto[174]); } // =================================================================== @@ -45167,7 +46582,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[169]); + file_level_metadata_app_2fv1_2fapp_2eproto[175]); } // =================================================================== @@ -45531,7 +46946,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[170]); + file_level_metadata_app_2fv1_2fapp_2eproto[176]); } // =================================================================== @@ -45860,7 +47275,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[171]); + file_level_metadata_app_2fv1_2fapp_2eproto[177]); } // =================================================================== @@ -46129,7 +47544,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[172]); + file_level_metadata_app_2fv1_2fapp_2eproto[178]); } // =================================================================== @@ -46324,7 +47739,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[173]); + file_level_metadata_app_2fv1_2fapp_2eproto[179]); } // =================================================================== @@ -46556,7 +47971,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[174]); + file_level_metadata_app_2fv1_2fapp_2eproto[180]); } // =================================================================== @@ -46743,7 +48158,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[175]); + file_level_metadata_app_2fv1_2fapp_2eproto[181]); } // =================================================================== @@ -47438,7 +48853,7 @@ void Module::InternalSwap(Module* other) { ::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[176]); + file_level_metadata_app_2fv1_2fapp_2eproto[182]); } // =================================================================== @@ -47808,7 +49223,7 @@ void VersionHistory::InternalSwap(VersionHistory* other) { ::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[177]); + file_level_metadata_app_2fv1_2fapp_2eproto[183]); } // =================================================================== @@ -48051,7 +49466,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[178]); + file_level_metadata_app_2fv1_2fapp_2eproto[184]); } // =================================================================== @@ -48295,7 +49710,7 @@ void ListModulesRequest::InternalSwap(ListModulesRequest* other) { ::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[179]); + file_level_metadata_app_2fv1_2fapp_2eproto[185]); } // =================================================================== @@ -48473,7 +49888,7 @@ void ListModulesResponse::InternalSwap(ListModulesResponse* other) { ::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[180]); + file_level_metadata_app_2fv1_2fapp_2eproto[186]); } // =================================================================== @@ -48668,7 +50083,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[181]); + file_level_metadata_app_2fv1_2fapp_2eproto[187]); } // =================================================================== @@ -48863,7 +50278,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[182]); + file_level_metadata_app_2fv1_2fapp_2eproto[188]); } // =================================================================== @@ -49058,7 +50473,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[183]); + file_level_metadata_app_2fv1_2fapp_2eproto[189]); } // =================================================================== @@ -49422,7 +50837,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[184]); + file_level_metadata_app_2fv1_2fapp_2eproto[190]); } // =================================================================== @@ -49600,7 +51015,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[185]); + file_level_metadata_app_2fv1_2fapp_2eproto[191]); } // =================================================================== @@ -49974,7 +51389,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[186]); + file_level_metadata_app_2fv1_2fapp_2eproto[192]); } // =================================================================== @@ -50152,7 +51567,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[187]); + file_level_metadata_app_2fv1_2fapp_2eproto[193]); } // =================================================================== @@ -50380,7 +51795,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[188]); + file_level_metadata_app_2fv1_2fapp_2eproto[194]); } // =================================================================== @@ -50623,7 +52038,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[189]); + file_level_metadata_app_2fv1_2fapp_2eproto[195]); } // =================================================================== @@ -50818,7 +52233,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[190]); + file_level_metadata_app_2fv1_2fapp_2eproto[196]); } // =================================================================== @@ -50857,7 +52272,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[191]); + file_level_metadata_app_2fv1_2fapp_2eproto[197]); } // =================================================================== @@ -51100,7 +52515,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[192]); + file_level_metadata_app_2fv1_2fapp_2eproto[198]); } // =================================================================== @@ -51343,7 +52758,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[193]); + file_level_metadata_app_2fv1_2fapp_2eproto[199]); } // =================================================================== @@ -51730,7 +53145,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[194]); + file_level_metadata_app_2fv1_2fapp_2eproto[200]); } // =================================================================== @@ -51950,7 +53365,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[195]); + file_level_metadata_app_2fv1_2fapp_2eproto[201]); } // =================================================================== @@ -52145,7 +53560,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[196]); + file_level_metadata_app_2fv1_2fapp_2eproto[202]); } // =================================================================== @@ -52323,7 +53738,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[197]); + file_level_metadata_app_2fv1_2fapp_2eproto[203]); } // =================================================================== @@ -52518,7 +53933,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[198]); + file_level_metadata_app_2fv1_2fapp_2eproto[204]); } // =================================================================== @@ -52761,7 +54176,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[199]); + file_level_metadata_app_2fv1_2fapp_2eproto[205]); } // =================================================================== @@ -52956,7 +54371,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[200]); + file_level_metadata_app_2fv1_2fapp_2eproto[206]); } // =================================================================== @@ -53199,7 +54614,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[201]); + file_level_metadata_app_2fv1_2fapp_2eproto[207]); } // =================================================================== @@ -53437,7 +54852,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[202]); + file_level_metadata_app_2fv1_2fapp_2eproto[208]); } // =================================================================== @@ -53476,7 +54891,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[203]); + file_level_metadata_app_2fv1_2fapp_2eproto[209]); } // =================================================================== @@ -53671,7 +55086,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[204]); + file_level_metadata_app_2fv1_2fapp_2eproto[210]); } // =================================================================== @@ -53866,7 +55281,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[205]); + file_level_metadata_app_2fv1_2fapp_2eproto[211]); } // =================================================================== @@ -54061,7 +55476,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[206]); + file_level_metadata_app_2fv1_2fapp_2eproto[212]); } // =================================================================== @@ -54100,7 +55515,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[207]); + file_level_metadata_app_2fv1_2fapp_2eproto[213]); } // =================================================================== @@ -54295,7 +55710,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[208]); + file_level_metadata_app_2fv1_2fapp_2eproto[214]); } // =================================================================== @@ -54334,7 +55749,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[209]); + file_level_metadata_app_2fv1_2fapp_2eproto[215]); } // =================================================================== @@ -54619,7 +56034,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[210]); + file_level_metadata_app_2fv1_2fapp_2eproto[216]); } // =================================================================== @@ -54862,7 +56277,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[211]); + file_level_metadata_app_2fv1_2fapp_2eproto[217]); } // =================================================================== @@ -55105,7 +56520,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[212]); + file_level_metadata_app_2fv1_2fapp_2eproto[218]); } // =================================================================== @@ -55390,7 +56805,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[213]); + file_level_metadata_app_2fv1_2fapp_2eproto[219]); } // =================================================================== @@ -55723,7 +57138,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[214]); + file_level_metadata_app_2fv1_2fapp_2eproto[220]); } // =================================================================== @@ -55762,7 +57177,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[215]); + file_level_metadata_app_2fv1_2fapp_2eproto[221]); } // =================================================================== @@ -56005,7 +57420,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[216]); + file_level_metadata_app_2fv1_2fapp_2eproto[222]); } // =================================================================== @@ -56044,7 +57459,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[217]); + file_level_metadata_app_2fv1_2fapp_2eproto[223]); } // =================================================================== @@ -56239,7 +57654,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[218]); + file_level_metadata_app_2fv1_2fapp_2eproto[224]); } // =================================================================== @@ -56422,7 +57837,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[219]); + file_level_metadata_app_2fv1_2fapp_2eproto[225]); } // =================================================================== @@ -56827,7 +58242,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[220]); + file_level_metadata_app_2fv1_2fapp_2eproto[226]); } // @@protoc_insertion_point(namespace_scope) @@ -57295,6 +58710,30 @@ template<> PROTOBUF_NOINLINE ::viam::app::v1::GetFragmentHistoryResponse* Arena::CreateMaybeMessage< ::viam::app::v1::GetFragmentHistoryResponse >(Arena* arena) { return Arena::CreateMessageInternal< ::viam::app::v1::GetFragmentHistoryResponse >(arena); } +template<> PROTOBUF_NOINLINE ::viam::app::v1::GetFragmentUsageRequest* +Arena::CreateMaybeMessage< ::viam::app::v1::GetFragmentUsageRequest >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::GetFragmentUsageRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::GetFragmentUsageResponse* +Arena::CreateMaybeMessage< ::viam::app::v1::GetFragmentUsageResponse >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::GetFragmentUsageResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::SetFragmentTagRequest* +Arena::CreateMaybeMessage< ::viam::app::v1::SetFragmentTagRequest >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::SetFragmentTagRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::SetFragmentTagResponse* +Arena::CreateMaybeMessage< ::viam::app::v1::SetFragmentTagResponse >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::SetFragmentTagResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::DeleteFragmentTagRequest* +Arena::CreateMaybeMessage< ::viam::app::v1::DeleteFragmentTagRequest >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::DeleteFragmentTagRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::viam::app::v1::DeleteFragmentTagResponse* +Arena::CreateMaybeMessage< ::viam::app::v1::DeleteFragmentTagResponse >(Arena* arena) { + return Arena::CreateMessageInternal< ::viam::app::v1::DeleteFragmentTagResponse >(arena); +} template<> PROTOBUF_NOINLINE ::viam::app::v1::ListRobotsRequest* Arena::CreateMaybeMessage< ::viam::app::v1::ListRobotsRequest >(Arena* arena) { return Arena::CreateMessageInternal< ::viam::app::v1::ListRobotsRequest >(arena); diff --git a/src/viam/api/app/v1/app.pb.h b/src/viam/api/app/v1/app.pb.h index a775135d5..51c9208ad 100644 --- a/src/viam/api/app/v1/app.pb.h +++ b/src/viam/api/app/v1/app.pb.h @@ -166,6 +166,12 @@ extern DeleteFragmentRequestDefaultTypeInternal _DeleteFragmentRequest_default_i class DeleteFragmentResponse; struct DeleteFragmentResponseDefaultTypeInternal; extern DeleteFragmentResponseDefaultTypeInternal _DeleteFragmentResponse_default_instance_; +class DeleteFragmentTagRequest; +struct DeleteFragmentTagRequestDefaultTypeInternal; +extern DeleteFragmentTagRequestDefaultTypeInternal _DeleteFragmentTagRequest_default_instance_; +class DeleteFragmentTagResponse; +struct DeleteFragmentTagResponseDefaultTypeInternal; +extern DeleteFragmentTagResponseDefaultTypeInternal _DeleteFragmentTagResponse_default_instance_; class DeleteKeyRequest; struct DeleteKeyRequestDefaultTypeInternal; extern DeleteKeyRequestDefaultTypeInternal _DeleteKeyRequest_default_instance_; @@ -292,6 +298,12 @@ extern GetFragmentRequestDefaultTypeInternal _GetFragmentRequest_default_instanc class GetFragmentResponse; struct GetFragmentResponseDefaultTypeInternal; extern GetFragmentResponseDefaultTypeInternal _GetFragmentResponse_default_instance_; +class GetFragmentUsageRequest; +struct GetFragmentUsageRequestDefaultTypeInternal; +extern GetFragmentUsageRequestDefaultTypeInternal _GetFragmentUsageRequest_default_instance_; +class GetFragmentUsageResponse; +struct GetFragmentUsageResponseDefaultTypeInternal; +extern GetFragmentUsageResponseDefaultTypeInternal _GetFragmentUsageResponse_default_instance_; class GetLocationRequest; struct GetLocationRequestDefaultTypeInternal; extern GetLocationRequestDefaultTypeInternal _GetLocationRequest_default_instance_; @@ -607,6 +619,12 @@ extern SearchOrganizationsRequestDefaultTypeInternal _SearchOrganizationsRequest class SearchOrganizationsResponse; struct SearchOrganizationsResponseDefaultTypeInternal; extern SearchOrganizationsResponseDefaultTypeInternal _SearchOrganizationsResponse_default_instance_; +class SetFragmentTagRequest; +struct SetFragmentTagRequestDefaultTypeInternal; +extern SetFragmentTagRequestDefaultTypeInternal _SetFragmentTagRequest_default_instance_; +class SetFragmentTagResponse; +struct SetFragmentTagResponseDefaultTypeInternal; +extern SetFragmentTagResponseDefaultTypeInternal _SetFragmentTagResponse_default_instance_; class ShareLocationRequest; struct ShareLocationRequestDefaultTypeInternal; extern ShareLocationRequestDefaultTypeInternal _ShareLocationRequest_default_instance_; @@ -759,6 +777,8 @@ template<> ::viam::app::v1::CreateRobotPartSecretRequest* Arena::CreateMaybeMess template<> ::viam::app::v1::CreateRobotPartSecretResponse* Arena::CreateMaybeMessage<::viam::app::v1::CreateRobotPartSecretResponse>(Arena*); template<> ::viam::app::v1::DeleteFragmentRequest* Arena::CreateMaybeMessage<::viam::app::v1::DeleteFragmentRequest>(Arena*); template<> ::viam::app::v1::DeleteFragmentResponse* Arena::CreateMaybeMessage<::viam::app::v1::DeleteFragmentResponse>(Arena*); +template<> ::viam::app::v1::DeleteFragmentTagRequest* Arena::CreateMaybeMessage<::viam::app::v1::DeleteFragmentTagRequest>(Arena*); +template<> ::viam::app::v1::DeleteFragmentTagResponse* Arena::CreateMaybeMessage<::viam::app::v1::DeleteFragmentTagResponse>(Arena*); template<> ::viam::app::v1::DeleteKeyRequest* Arena::CreateMaybeMessage<::viam::app::v1::DeleteKeyRequest>(Arena*); template<> ::viam::app::v1::DeleteKeyResponse* Arena::CreateMaybeMessage<::viam::app::v1::DeleteKeyResponse>(Arena*); template<> ::viam::app::v1::DeleteLocationRequest* Arena::CreateMaybeMessage<::viam::app::v1::DeleteLocationRequest>(Arena*); @@ -801,6 +821,8 @@ template<> ::viam::app::v1::GetFragmentHistoryRequest* Arena::CreateMaybeMessage template<> ::viam::app::v1::GetFragmentHistoryResponse* Arena::CreateMaybeMessage<::viam::app::v1::GetFragmentHistoryResponse>(Arena*); template<> ::viam::app::v1::GetFragmentRequest* Arena::CreateMaybeMessage<::viam::app::v1::GetFragmentRequest>(Arena*); template<> ::viam::app::v1::GetFragmentResponse* Arena::CreateMaybeMessage<::viam::app::v1::GetFragmentResponse>(Arena*); +template<> ::viam::app::v1::GetFragmentUsageRequest* Arena::CreateMaybeMessage<::viam::app::v1::GetFragmentUsageRequest>(Arena*); +template<> ::viam::app::v1::GetFragmentUsageResponse* Arena::CreateMaybeMessage<::viam::app::v1::GetFragmentUsageResponse>(Arena*); template<> ::viam::app::v1::GetLocationRequest* Arena::CreateMaybeMessage<::viam::app::v1::GetLocationRequest>(Arena*); template<> ::viam::app::v1::GetLocationResponse* Arena::CreateMaybeMessage<::viam::app::v1::GetLocationResponse>(Arena*); template<> ::viam::app::v1::GetModuleRequest* Arena::CreateMaybeMessage<::viam::app::v1::GetModuleRequest>(Arena*); @@ -906,6 +928,8 @@ template<> ::viam::app::v1::RotateKeyResponse* Arena::CreateMaybeMessage<::viam: template<> ::viam::app::v1::RoverRentalRobot* Arena::CreateMaybeMessage<::viam::app::v1::RoverRentalRobot>(Arena*); template<> ::viam::app::v1::SearchOrganizationsRequest* Arena::CreateMaybeMessage<::viam::app::v1::SearchOrganizationsRequest>(Arena*); template<> ::viam::app::v1::SearchOrganizationsResponse* Arena::CreateMaybeMessage<::viam::app::v1::SearchOrganizationsResponse>(Arena*); +template<> ::viam::app::v1::SetFragmentTagRequest* Arena::CreateMaybeMessage<::viam::app::v1::SetFragmentTagRequest>(Arena*); +template<> ::viam::app::v1::SetFragmentTagResponse* Arena::CreateMaybeMessage<::viam::app::v1::SetFragmentTagResponse>(Arena*); template<> ::viam::app::v1::ShareLocationRequest* Arena::CreateMaybeMessage<::viam::app::v1::ShareLocationRequest>(Arena*); template<> ::viam::app::v1::ShareLocationResponse* Arena::CreateMaybeMessage<::viam::app::v1::ShareLocationResponse>(Arena*); template<> ::viam::app::v1::SharedSecret* Arena::CreateMaybeMessage<::viam::app::v1::SharedSecret>(Arena*); @@ -20526,24 +20550,24 @@ class GetFragmentHistoryResponse final : }; // ------------------------------------------------------------------- -class ListRobotsRequest final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListRobotsRequest) */ { +class GetFragmentUsageRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.GetFragmentUsageRequest) */ { public: - inline ListRobotsRequest() : ListRobotsRequest(nullptr) {} - ~ListRobotsRequest() override; - explicit PROTOBUF_CONSTEXPR ListRobotsRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline GetFragmentUsageRequest() : GetFragmentUsageRequest(nullptr) {} + ~GetFragmentUsageRequest() override; + explicit PROTOBUF_CONSTEXPR GetFragmentUsageRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - ListRobotsRequest(const ListRobotsRequest& from); - ListRobotsRequest(ListRobotsRequest&& from) noexcept - : ListRobotsRequest() { + GetFragmentUsageRequest(const GetFragmentUsageRequest& from); + GetFragmentUsageRequest(GetFragmentUsageRequest&& from) noexcept + : GetFragmentUsageRequest() { *this = ::std::move(from); } - inline ListRobotsRequest& operator=(const ListRobotsRequest& from) { + inline GetFragmentUsageRequest& operator=(const GetFragmentUsageRequest& from) { CopyFrom(from); return *this; } - inline ListRobotsRequest& operator=(ListRobotsRequest&& from) noexcept { + inline GetFragmentUsageRequest& operator=(GetFragmentUsageRequest&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -20566,20 +20590,20 @@ class ListRobotsRequest final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const ListRobotsRequest& default_instance() { + static const GetFragmentUsageRequest& default_instance() { return *internal_default_instance(); } - static inline const ListRobotsRequest* internal_default_instance() { - return reinterpret_cast( - &_ListRobotsRequest_default_instance_); + static inline const GetFragmentUsageRequest* internal_default_instance() { + return reinterpret_cast( + &_GetFragmentUsageRequest_default_instance_); } static constexpr int kIndexInFileMessages = 115; - friend void swap(ListRobotsRequest& a, ListRobotsRequest& b) { + friend void swap(GetFragmentUsageRequest& a, GetFragmentUsageRequest& b) { a.Swap(&b); } - inline void Swap(ListRobotsRequest* other) { + inline void Swap(GetFragmentUsageRequest* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -20592,7 +20616,7 @@ class ListRobotsRequest final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(ListRobotsRequest* other) { + void UnsafeArenaSwap(GetFragmentUsageRequest* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -20600,13 +20624,13 @@ class ListRobotsRequest final : // implements Message ---------------------------------------------- - ListRobotsRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + GetFragmentUsageRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const ListRobotsRequest& from); + void CopyFrom(const GetFragmentUsageRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ListRobotsRequest& from); + void MergeFrom(const GetFragmentUsageRequest& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -20623,15 +20647,15 @@ class ListRobotsRequest final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(ListRobotsRequest* other); + void InternalSwap(GetFragmentUsageRequest* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.ListRobotsRequest"; + return "viam.app.v1.GetFragmentUsageRequest"; } protected: - explicit ListRobotsRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit GetFragmentUsageRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -20645,53 +20669,53 @@ class ListRobotsRequest final : // accessors ------------------------------------------------------- enum : int { - kLocationIdFieldNumber = 1, + kFragmentIdFieldNumber = 1, }; - // string location_id = 1 [json_name = "locationId"]; - void clear_location_id(); - const std::string& location_id() const; + // string fragment_id = 1 [json_name = "fragmentId"]; + void clear_fragment_id(); + const std::string& fragment_id() const; template - void set_location_id(ArgT0&& arg0, ArgT... args); - std::string* mutable_location_id(); - PROTOBUF_NODISCARD std::string* release_location_id(); - void set_allocated_location_id(std::string* location_id); + void set_fragment_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_fragment_id(); + PROTOBUF_NODISCARD std::string* release_fragment_id(); + void set_allocated_fragment_id(std::string* fragment_id); private: - const std::string& _internal_location_id() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_location_id(const std::string& value); - std::string* _internal_mutable_location_id(); + const std::string& _internal_fragment_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_fragment_id(const std::string& value); + std::string* _internal_mutable_fragment_id(); public: - // @@protoc_insertion_point(class_scope:viam.app.v1.ListRobotsRequest) + // @@protoc_insertion_point(class_scope:viam.app.v1.GetFragmentUsageRequest) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr location_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr fragment_id_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class ListMachineFragmentsRequest final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListMachineFragmentsRequest) */ { +class GetFragmentUsageResponse final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.GetFragmentUsageResponse) */ { public: - inline ListMachineFragmentsRequest() : ListMachineFragmentsRequest(nullptr) {} - ~ListMachineFragmentsRequest() override; - explicit PROTOBUF_CONSTEXPR ListMachineFragmentsRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline GetFragmentUsageResponse() : GetFragmentUsageResponse(nullptr) {} + ~GetFragmentUsageResponse() override; + explicit PROTOBUF_CONSTEXPR GetFragmentUsageResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - ListMachineFragmentsRequest(const ListMachineFragmentsRequest& from); - ListMachineFragmentsRequest(ListMachineFragmentsRequest&& from) noexcept - : ListMachineFragmentsRequest() { + GetFragmentUsageResponse(const GetFragmentUsageResponse& from); + GetFragmentUsageResponse(GetFragmentUsageResponse&& from) noexcept + : GetFragmentUsageResponse() { *this = ::std::move(from); } - inline ListMachineFragmentsRequest& operator=(const ListMachineFragmentsRequest& from) { + inline GetFragmentUsageResponse& operator=(const GetFragmentUsageResponse& from) { CopyFrom(from); return *this; } - inline ListMachineFragmentsRequest& operator=(ListMachineFragmentsRequest&& from) noexcept { + inline GetFragmentUsageResponse& operator=(GetFragmentUsageResponse&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -20714,20 +20738,20 @@ class ListMachineFragmentsRequest final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const ListMachineFragmentsRequest& default_instance() { + static const GetFragmentUsageResponse& default_instance() { return *internal_default_instance(); } - static inline const ListMachineFragmentsRequest* internal_default_instance() { - return reinterpret_cast( - &_ListMachineFragmentsRequest_default_instance_); + static inline const GetFragmentUsageResponse* internal_default_instance() { + return reinterpret_cast( + &_GetFragmentUsageResponse_default_instance_); } static constexpr int kIndexInFileMessages = 116; - friend void swap(ListMachineFragmentsRequest& a, ListMachineFragmentsRequest& b) { + friend void swap(GetFragmentUsageResponse& a, GetFragmentUsageResponse& b) { a.Swap(&b); } - inline void Swap(ListMachineFragmentsRequest* other) { + inline void Swap(GetFragmentUsageResponse* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -20740,7 +20764,7 @@ class ListMachineFragmentsRequest final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(ListMachineFragmentsRequest* other) { + void UnsafeArenaSwap(GetFragmentUsageResponse* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -20748,13 +20772,13 @@ class ListMachineFragmentsRequest final : // implements Message ---------------------------------------------- - ListMachineFragmentsRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + GetFragmentUsageResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const ListMachineFragmentsRequest& from); + void CopyFrom(const GetFragmentUsageResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ListMachineFragmentsRequest& from); + void MergeFrom(const GetFragmentUsageResponse& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -20771,15 +20795,15 @@ class ListMachineFragmentsRequest final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(ListMachineFragmentsRequest* other); + void InternalSwap(GetFragmentUsageResponse* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.ListMachineFragmentsRequest"; + return "viam.app.v1.GetFragmentUsageResponse"; } protected: - explicit ListMachineFragmentsRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit GetFragmentUsageResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -20793,79 +20817,57 @@ class ListMachineFragmentsRequest final : // accessors ------------------------------------------------------- enum : int { - kAdditionalFragmentIdsFieldNumber = 2, - kMachineIdFieldNumber = 1, + kVersionUsagesFieldNumber = 1, }; - // repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"]; - int additional_fragment_ids_size() const; - private: - int _internal_additional_fragment_ids_size() const; - public: - void clear_additional_fragment_ids(); - const std::string& additional_fragment_ids(int index) const; - std::string* mutable_additional_fragment_ids(int index); - void set_additional_fragment_ids(int index, const std::string& value); - void set_additional_fragment_ids(int index, std::string&& value); - void set_additional_fragment_ids(int index, const char* value); - void set_additional_fragment_ids(int index, const char* value, size_t size); - std::string* add_additional_fragment_ids(); - void add_additional_fragment_ids(const std::string& value); - void add_additional_fragment_ids(std::string&& value); - void add_additional_fragment_ids(const char* value); - void add_additional_fragment_ids(const char* value, size_t size); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& additional_fragment_ids() const; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_additional_fragment_ids(); + // repeated .viam.app.v1.FragmentUsage version_usages = 1 [json_name = "versionUsages"]; + int version_usages_size() const; private: - const std::string& _internal_additional_fragment_ids(int index) const; - std::string* _internal_add_additional_fragment_ids(); + int _internal_version_usages_size() const; public: - - // string machine_id = 1 [json_name = "machineId"]; - void clear_machine_id(); - const std::string& machine_id() const; - template - void set_machine_id(ArgT0&& arg0, ArgT... args); - std::string* mutable_machine_id(); - PROTOBUF_NODISCARD std::string* release_machine_id(); - void set_allocated_machine_id(std::string* machine_id); + void clear_version_usages(); + ::viam::app::v1::FragmentUsage* mutable_version_usages(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentUsage >* + mutable_version_usages(); private: - const std::string& _internal_machine_id() const; - inline PROTOBUF_ALWAYS_INLINE void _internal_set_machine_id(const std::string& value); - std::string* _internal_mutable_machine_id(); + const ::viam::app::v1::FragmentUsage& _internal_version_usages(int index) const; + ::viam::app::v1::FragmentUsage* _internal_add_version_usages(); public: + const ::viam::app::v1::FragmentUsage& version_usages(int index) const; + ::viam::app::v1::FragmentUsage* add_version_usages(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentUsage >& + version_usages() const; - // @@protoc_insertion_point(class_scope:viam.app.v1.ListMachineFragmentsRequest) + // @@protoc_insertion_point(class_scope:viam.app.v1.GetFragmentUsageResponse) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField additional_fragment_ids_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr machine_id_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentUsage > version_usages_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class ListMachineFragmentsResponse final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListMachineFragmentsResponse) */ { +class SetFragmentTagRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.SetFragmentTagRequest) */ { public: - inline ListMachineFragmentsResponse() : ListMachineFragmentsResponse(nullptr) {} - ~ListMachineFragmentsResponse() override; - explicit PROTOBUF_CONSTEXPR ListMachineFragmentsResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline SetFragmentTagRequest() : SetFragmentTagRequest(nullptr) {} + ~SetFragmentTagRequest() override; + explicit PROTOBUF_CONSTEXPR SetFragmentTagRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - ListMachineFragmentsResponse(const ListMachineFragmentsResponse& from); - ListMachineFragmentsResponse(ListMachineFragmentsResponse&& from) noexcept - : ListMachineFragmentsResponse() { + SetFragmentTagRequest(const SetFragmentTagRequest& from); + SetFragmentTagRequest(SetFragmentTagRequest&& from) noexcept + : SetFragmentTagRequest() { *this = ::std::move(from); } - inline ListMachineFragmentsResponse& operator=(const ListMachineFragmentsResponse& from) { + inline SetFragmentTagRequest& operator=(const SetFragmentTagRequest& from) { CopyFrom(from); return *this; } - inline ListMachineFragmentsResponse& operator=(ListMachineFragmentsResponse&& from) noexcept { + inline SetFragmentTagRequest& operator=(SetFragmentTagRequest&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -20888,20 +20890,20 @@ class ListMachineFragmentsResponse final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const ListMachineFragmentsResponse& default_instance() { + static const SetFragmentTagRequest& default_instance() { return *internal_default_instance(); } - static inline const ListMachineFragmentsResponse* internal_default_instance() { - return reinterpret_cast( - &_ListMachineFragmentsResponse_default_instance_); + static inline const SetFragmentTagRequest* internal_default_instance() { + return reinterpret_cast( + &_SetFragmentTagRequest_default_instance_); } static constexpr int kIndexInFileMessages = 117; - friend void swap(ListMachineFragmentsResponse& a, ListMachineFragmentsResponse& b) { + friend void swap(SetFragmentTagRequest& a, SetFragmentTagRequest& b) { a.Swap(&b); } - inline void Swap(ListMachineFragmentsResponse* other) { + inline void Swap(SetFragmentTagRequest* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -20914,7 +20916,7 @@ class ListMachineFragmentsResponse final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(ListMachineFragmentsResponse* other) { + void UnsafeArenaSwap(SetFragmentTagRequest* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -20922,13 +20924,13 @@ class ListMachineFragmentsResponse final : // implements Message ---------------------------------------------- - ListMachineFragmentsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + SetFragmentTagRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const ListMachineFragmentsResponse& from); + void CopyFrom(const SetFragmentTagRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ListMachineFragmentsResponse& from); + void MergeFrom(const SetFragmentTagRequest& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -20945,15 +20947,15 @@ class ListMachineFragmentsResponse final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(ListMachineFragmentsResponse* other); + void InternalSwap(SetFragmentTagRequest* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.ListMachineFragmentsResponse"; + return "viam.app.v1.SetFragmentTagRequest"; } protected: - explicit ListMachineFragmentsResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit SetFragmentTagRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -20967,77 +20969,85 @@ class ListMachineFragmentsResponse final : // accessors ------------------------------------------------------- enum : int { - kFragmentsFieldNumber = 1, - kResolvedFragmentsFieldNumber = 2, + kFragmentIdFieldNumber = 1, + kTagFieldNumber = 2, + kRevisionFieldNumber = 3, }; - // repeated .viam.app.v1.Fragment fragments = 1 [json_name = "fragments"]; - int fragments_size() const; - private: - int _internal_fragments_size() const; - public: - void clear_fragments(); - ::viam::app::v1::Fragment* mutable_fragments(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Fragment >* - mutable_fragments(); + // string fragment_id = 1 [json_name = "fragmentId"]; + void clear_fragment_id(); + const std::string& fragment_id() const; + template + void set_fragment_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_fragment_id(); + PROTOBUF_NODISCARD std::string* release_fragment_id(); + void set_allocated_fragment_id(std::string* fragment_id); private: - const ::viam::app::v1::Fragment& _internal_fragments(int index) const; - ::viam::app::v1::Fragment* _internal_add_fragments(); + const std::string& _internal_fragment_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_fragment_id(const std::string& value); + std::string* _internal_mutable_fragment_id(); public: - const ::viam::app::v1::Fragment& fragments(int index) const; - ::viam::app::v1::Fragment* add_fragments(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Fragment >& - fragments() const; - // repeated .viam.app.v1.ResolvedFragment resolved_fragments = 2 [json_name = "resolvedFragments"]; - int resolved_fragments_size() const; + // string tag = 2 [json_name = "tag"]; + void clear_tag(); + const std::string& tag() const; + template + void set_tag(ArgT0&& arg0, ArgT... args); + std::string* mutable_tag(); + PROTOBUF_NODISCARD std::string* release_tag(); + void set_allocated_tag(std::string* tag); private: - int _internal_resolved_fragments_size() const; + const std::string& _internal_tag() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_tag(const std::string& value); + std::string* _internal_mutable_tag(); public: - void clear_resolved_fragments(); - ::viam::app::v1::ResolvedFragment* mutable_resolved_fragments(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::ResolvedFragment >* - mutable_resolved_fragments(); + + // string revision = 3 [json_name = "revision"]; + void clear_revision(); + const std::string& revision() const; + template + void set_revision(ArgT0&& arg0, ArgT... args); + std::string* mutable_revision(); + PROTOBUF_NODISCARD std::string* release_revision(); + void set_allocated_revision(std::string* revision); private: - const ::viam::app::v1::ResolvedFragment& _internal_resolved_fragments(int index) const; - ::viam::app::v1::ResolvedFragment* _internal_add_resolved_fragments(); + const std::string& _internal_revision() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_revision(const std::string& value); + std::string* _internal_mutable_revision(); public: - const ::viam::app::v1::ResolvedFragment& resolved_fragments(int index) const; - ::viam::app::v1::ResolvedFragment* add_resolved_fragments(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::ResolvedFragment >& - resolved_fragments() const; - // @@protoc_insertion_point(class_scope:viam.app.v1.ListMachineFragmentsResponse) + // @@protoc_insertion_point(class_scope:viam.app.v1.SetFragmentTagRequest) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Fragment > fragments_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::ResolvedFragment > resolved_fragments_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr fragment_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr tag_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr revision_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class ListRobotsResponse final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListRobotsResponse) */ { +class SetFragmentTagResponse final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.SetFragmentTagResponse) */ { public: - inline ListRobotsResponse() : ListRobotsResponse(nullptr) {} - ~ListRobotsResponse() override; - explicit PROTOBUF_CONSTEXPR ListRobotsResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline SetFragmentTagResponse() : SetFragmentTagResponse(nullptr) {} + ~SetFragmentTagResponse() override; + explicit PROTOBUF_CONSTEXPR SetFragmentTagResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - ListRobotsResponse(const ListRobotsResponse& from); - ListRobotsResponse(ListRobotsResponse&& from) noexcept - : ListRobotsResponse() { + SetFragmentTagResponse(const SetFragmentTagResponse& from); + SetFragmentTagResponse(SetFragmentTagResponse&& from) noexcept + : SetFragmentTagResponse() { *this = ::std::move(from); } - inline ListRobotsResponse& operator=(const ListRobotsResponse& from) { + inline SetFragmentTagResponse& operator=(const SetFragmentTagResponse& from) { CopyFrom(from); return *this; } - inline ListRobotsResponse& operator=(ListRobotsResponse&& from) noexcept { + inline SetFragmentTagResponse& operator=(SetFragmentTagResponse&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -21060,20 +21070,20 @@ class ListRobotsResponse final : static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return default_instance().GetMetadata().reflection; } - static const ListRobotsResponse& default_instance() { + static const SetFragmentTagResponse& default_instance() { return *internal_default_instance(); } - static inline const ListRobotsResponse* internal_default_instance() { - return reinterpret_cast( - &_ListRobotsResponse_default_instance_); + static inline const SetFragmentTagResponse* internal_default_instance() { + return reinterpret_cast( + &_SetFragmentTagResponse_default_instance_); } static constexpr int kIndexInFileMessages = 118; - friend void swap(ListRobotsResponse& a, ListRobotsResponse& b) { + friend void swap(SetFragmentTagResponse& a, SetFragmentTagResponse& b) { a.Swap(&b); } - inline void Swap(ListRobotsResponse* other) { + inline void Swap(SetFragmentTagResponse* other) { if (other == this) return; #ifdef PROTOBUF_FORCE_COPY_IN_SWAP if (GetOwningArena() != nullptr && @@ -21086,7 +21096,7 @@ class ListRobotsResponse final : ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } - void UnsafeArenaSwap(ListRobotsResponse* other) { + void UnsafeArenaSwap(SetFragmentTagResponse* other) { if (other == this) return; GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); InternalSwap(other); @@ -21094,13 +21104,13 @@ class ListRobotsResponse final : // implements Message ---------------------------------------------- - ListRobotsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { - return CreateMaybeMessage(arena); + SetFragmentTagResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); } using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; - void CopyFrom(const ListRobotsResponse& from); + void CopyFrom(const SetFragmentTagResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ListRobotsResponse& from); + void MergeFrom(const SetFragmentTagResponse& from); private: static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); public: @@ -21117,15 +21127,15 @@ class ListRobotsResponse final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(ListRobotsResponse* other); + void InternalSwap(SetFragmentTagResponse* other); private: friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { - return "viam.app.v1.ListRobotsResponse"; + return "viam.app.v1.SetFragmentTagResponse"; } protected: - explicit ListRobotsResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, + explicit SetFragmentTagResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false); public: @@ -21139,57 +21149,1019 @@ class ListRobotsResponse final : // accessors ------------------------------------------------------- enum : int { - kRobotsFieldNumber = 1, + kTagsFieldNumber = 1, }; - // repeated .viam.app.v1.Robot robots = 1 [json_name = "robots"]; - int robots_size() const; + // repeated .viam.app.v1.FragmentTag tags = 1 [json_name = "tags"]; + int tags_size() const; private: - int _internal_robots_size() const; + int _internal_tags_size() const; public: - void clear_robots(); - ::viam::app::v1::Robot* mutable_robots(int index); - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Robot >* - mutable_robots(); + void clear_tags(); + ::viam::app::v1::FragmentTag* mutable_tags(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentTag >* + mutable_tags(); private: - const ::viam::app::v1::Robot& _internal_robots(int index) const; - ::viam::app::v1::Robot* _internal_add_robots(); + const ::viam::app::v1::FragmentTag& _internal_tags(int index) const; + ::viam::app::v1::FragmentTag* _internal_add_tags(); public: - const ::viam::app::v1::Robot& robots(int index) const; - ::viam::app::v1::Robot* add_robots(); - const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Robot >& - robots() const; + const ::viam::app::v1::FragmentTag& tags(int index) const; + ::viam::app::v1::FragmentTag* add_tags(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentTag >& + tags() const; - // @@protoc_insertion_point(class_scope:viam.app.v1.ListRobotsResponse) + // @@protoc_insertion_point(class_scope:viam.app.v1.SetFragmentTagResponse) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Robot > robots_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentTag > tags_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_app_2fv1_2fapp_2eproto; }; // ------------------------------------------------------------------- -class NewRobotRequest final : - public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.NewRobotRequest) */ { +class DeleteFragmentTagRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.DeleteFragmentTagRequest) */ { public: - inline NewRobotRequest() : NewRobotRequest(nullptr) {} - ~NewRobotRequest() override; - explicit PROTOBUF_CONSTEXPR NewRobotRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + inline DeleteFragmentTagRequest() : DeleteFragmentTagRequest(nullptr) {} + ~DeleteFragmentTagRequest() override; + explicit PROTOBUF_CONSTEXPR DeleteFragmentTagRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); - NewRobotRequest(const NewRobotRequest& from); - NewRobotRequest(NewRobotRequest&& from) noexcept - : NewRobotRequest() { + DeleteFragmentTagRequest(const DeleteFragmentTagRequest& from); + DeleteFragmentTagRequest(DeleteFragmentTagRequest&& from) noexcept + : DeleteFragmentTagRequest() { *this = ::std::move(from); } - inline NewRobotRequest& operator=(const NewRobotRequest& from) { + inline DeleteFragmentTagRequest& operator=(const DeleteFragmentTagRequest& from) { CopyFrom(from); return *this; } - inline NewRobotRequest& operator=(NewRobotRequest&& from) noexcept { + inline DeleteFragmentTagRequest& operator=(DeleteFragmentTagRequest&& 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 DeleteFragmentTagRequest& default_instance() { + return *internal_default_instance(); + } + static inline const DeleteFragmentTagRequest* internal_default_instance() { + return reinterpret_cast( + &_DeleteFragmentTagRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 119; + + friend void swap(DeleteFragmentTagRequest& a, DeleteFragmentTagRequest& b) { + a.Swap(&b); + } + inline void Swap(DeleteFragmentTagRequest* 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(DeleteFragmentTagRequest* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + DeleteFragmentTagRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const DeleteFragmentTagRequest& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const DeleteFragmentTagRequest& 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(DeleteFragmentTagRequest* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.DeleteFragmentTagRequest"; + } + protected: + explicit DeleteFragmentTagRequest(::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 { + kFragmentIdFieldNumber = 1, + kTagFieldNumber = 2, + }; + // string fragment_id = 1 [json_name = "fragmentId"]; + void clear_fragment_id(); + const std::string& fragment_id() const; + template + void set_fragment_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_fragment_id(); + PROTOBUF_NODISCARD std::string* release_fragment_id(); + void set_allocated_fragment_id(std::string* fragment_id); + private: + const std::string& _internal_fragment_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_fragment_id(const std::string& value); + std::string* _internal_mutable_fragment_id(); + public: + + // string tag = 2 [json_name = "tag"]; + void clear_tag(); + const std::string& tag() const; + template + void set_tag(ArgT0&& arg0, ArgT... args); + std::string* mutable_tag(); + PROTOBUF_NODISCARD std::string* release_tag(); + void set_allocated_tag(std::string* tag); + private: + const std::string& _internal_tag() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_tag(const std::string& value); + std::string* _internal_mutable_tag(); + public: + + // @@protoc_insertion_point(class_scope:viam.app.v1.DeleteFragmentTagRequest) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr fragment_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr tag_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class DeleteFragmentTagResponse final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.DeleteFragmentTagResponse) */ { + public: + inline DeleteFragmentTagResponse() : DeleteFragmentTagResponse(nullptr) {} + ~DeleteFragmentTagResponse() override; + explicit PROTOBUF_CONSTEXPR DeleteFragmentTagResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + DeleteFragmentTagResponse(const DeleteFragmentTagResponse& from); + DeleteFragmentTagResponse(DeleteFragmentTagResponse&& from) noexcept + : DeleteFragmentTagResponse() { + *this = ::std::move(from); + } + + inline DeleteFragmentTagResponse& operator=(const DeleteFragmentTagResponse& from) { + CopyFrom(from); + return *this; + } + inline DeleteFragmentTagResponse& operator=(DeleteFragmentTagResponse&& 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 DeleteFragmentTagResponse& default_instance() { + return *internal_default_instance(); + } + static inline const DeleteFragmentTagResponse* internal_default_instance() { + return reinterpret_cast( + &_DeleteFragmentTagResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 120; + + friend void swap(DeleteFragmentTagResponse& a, DeleteFragmentTagResponse& b) { + a.Swap(&b); + } + inline void Swap(DeleteFragmentTagResponse* 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(DeleteFragmentTagResponse* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + DeleteFragmentTagResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const DeleteFragmentTagResponse& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const DeleteFragmentTagResponse& 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(DeleteFragmentTagResponse* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.DeleteFragmentTagResponse"; + } + protected: + explicit DeleteFragmentTagResponse(::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 { + kTagsFieldNumber = 1, + }; + // repeated .viam.app.v1.FragmentTag tags = 1 [json_name = "tags"]; + int tags_size() const; + private: + int _internal_tags_size() const; + public: + void clear_tags(); + ::viam::app::v1::FragmentTag* mutable_tags(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentTag >* + mutable_tags(); + private: + const ::viam::app::v1::FragmentTag& _internal_tags(int index) const; + ::viam::app::v1::FragmentTag* _internal_add_tags(); + public: + const ::viam::app::v1::FragmentTag& tags(int index) const; + ::viam::app::v1::FragmentTag* add_tags(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentTag >& + tags() const; + + // @@protoc_insertion_point(class_scope:viam.app.v1.DeleteFragmentTagResponse) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentTag > tags_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class ListRobotsRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListRobotsRequest) */ { + public: + inline ListRobotsRequest() : ListRobotsRequest(nullptr) {} + ~ListRobotsRequest() override; + explicit PROTOBUF_CONSTEXPR ListRobotsRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + ListRobotsRequest(const ListRobotsRequest& from); + ListRobotsRequest(ListRobotsRequest&& from) noexcept + : ListRobotsRequest() { + *this = ::std::move(from); + } + + inline ListRobotsRequest& operator=(const ListRobotsRequest& from) { + CopyFrom(from); + return *this; + } + inline ListRobotsRequest& operator=(ListRobotsRequest&& 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 ListRobotsRequest& default_instance() { + return *internal_default_instance(); + } + static inline const ListRobotsRequest* internal_default_instance() { + return reinterpret_cast( + &_ListRobotsRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 121; + + friend void swap(ListRobotsRequest& a, ListRobotsRequest& b) { + a.Swap(&b); + } + inline void Swap(ListRobotsRequest* 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(ListRobotsRequest* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + ListRobotsRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const ListRobotsRequest& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const ListRobotsRequest& 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(ListRobotsRequest* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.ListRobotsRequest"; + } + protected: + explicit ListRobotsRequest(::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 { + kLocationIdFieldNumber = 1, + }; + // string location_id = 1 [json_name = "locationId"]; + void clear_location_id(); + const std::string& location_id() const; + template + void set_location_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_location_id(); + PROTOBUF_NODISCARD std::string* release_location_id(); + void set_allocated_location_id(std::string* location_id); + private: + const std::string& _internal_location_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_location_id(const std::string& value); + std::string* _internal_mutable_location_id(); + public: + + // @@protoc_insertion_point(class_scope:viam.app.v1.ListRobotsRequest) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr location_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class ListMachineFragmentsRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListMachineFragmentsRequest) */ { + public: + inline ListMachineFragmentsRequest() : ListMachineFragmentsRequest(nullptr) {} + ~ListMachineFragmentsRequest() override; + explicit PROTOBUF_CONSTEXPR ListMachineFragmentsRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + ListMachineFragmentsRequest(const ListMachineFragmentsRequest& from); + ListMachineFragmentsRequest(ListMachineFragmentsRequest&& from) noexcept + : ListMachineFragmentsRequest() { + *this = ::std::move(from); + } + + inline ListMachineFragmentsRequest& operator=(const ListMachineFragmentsRequest& from) { + CopyFrom(from); + return *this; + } + inline ListMachineFragmentsRequest& operator=(ListMachineFragmentsRequest&& 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 ListMachineFragmentsRequest& default_instance() { + return *internal_default_instance(); + } + static inline const ListMachineFragmentsRequest* internal_default_instance() { + return reinterpret_cast( + &_ListMachineFragmentsRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 122; + + friend void swap(ListMachineFragmentsRequest& a, ListMachineFragmentsRequest& b) { + a.Swap(&b); + } + inline void Swap(ListMachineFragmentsRequest* 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(ListMachineFragmentsRequest* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + ListMachineFragmentsRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const ListMachineFragmentsRequest& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const ListMachineFragmentsRequest& 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(ListMachineFragmentsRequest* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.ListMachineFragmentsRequest"; + } + protected: + explicit ListMachineFragmentsRequest(::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 { + kAdditionalFragmentIdsFieldNumber = 2, + kMachineIdFieldNumber = 1, + }; + // repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"]; + int additional_fragment_ids_size() const; + private: + int _internal_additional_fragment_ids_size() const; + public: + void clear_additional_fragment_ids(); + const std::string& additional_fragment_ids(int index) const; + std::string* mutable_additional_fragment_ids(int index); + void set_additional_fragment_ids(int index, const std::string& value); + void set_additional_fragment_ids(int index, std::string&& value); + void set_additional_fragment_ids(int index, const char* value); + void set_additional_fragment_ids(int index, const char* value, size_t size); + std::string* add_additional_fragment_ids(); + void add_additional_fragment_ids(const std::string& value); + void add_additional_fragment_ids(std::string&& value); + void add_additional_fragment_ids(const char* value); + void add_additional_fragment_ids(const char* value, size_t size); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& additional_fragment_ids() const; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_additional_fragment_ids(); + private: + const std::string& _internal_additional_fragment_ids(int index) const; + std::string* _internal_add_additional_fragment_ids(); + public: + + // string machine_id = 1 [json_name = "machineId"]; + void clear_machine_id(); + const std::string& machine_id() const; + template + void set_machine_id(ArgT0&& arg0, ArgT... args); + std::string* mutable_machine_id(); + PROTOBUF_NODISCARD std::string* release_machine_id(); + void set_allocated_machine_id(std::string* machine_id); + private: + const std::string& _internal_machine_id() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_machine_id(const std::string& value); + std::string* _internal_mutable_machine_id(); + public: + + // @@protoc_insertion_point(class_scope:viam.app.v1.ListMachineFragmentsRequest) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField additional_fragment_ids_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr machine_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class ListMachineFragmentsResponse final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListMachineFragmentsResponse) */ { + public: + inline ListMachineFragmentsResponse() : ListMachineFragmentsResponse(nullptr) {} + ~ListMachineFragmentsResponse() override; + explicit PROTOBUF_CONSTEXPR ListMachineFragmentsResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + ListMachineFragmentsResponse(const ListMachineFragmentsResponse& from); + ListMachineFragmentsResponse(ListMachineFragmentsResponse&& from) noexcept + : ListMachineFragmentsResponse() { + *this = ::std::move(from); + } + + inline ListMachineFragmentsResponse& operator=(const ListMachineFragmentsResponse& from) { + CopyFrom(from); + return *this; + } + inline ListMachineFragmentsResponse& operator=(ListMachineFragmentsResponse&& 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 ListMachineFragmentsResponse& default_instance() { + return *internal_default_instance(); + } + static inline const ListMachineFragmentsResponse* internal_default_instance() { + return reinterpret_cast( + &_ListMachineFragmentsResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 123; + + friend void swap(ListMachineFragmentsResponse& a, ListMachineFragmentsResponse& b) { + a.Swap(&b); + } + inline void Swap(ListMachineFragmentsResponse* 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(ListMachineFragmentsResponse* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + ListMachineFragmentsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const ListMachineFragmentsResponse& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const ListMachineFragmentsResponse& 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(ListMachineFragmentsResponse* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.ListMachineFragmentsResponse"; + } + protected: + explicit ListMachineFragmentsResponse(::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 { + kFragmentsFieldNumber = 1, + kResolvedFragmentsFieldNumber = 2, + }; + // repeated .viam.app.v1.Fragment fragments = 1 [json_name = "fragments"]; + int fragments_size() const; + private: + int _internal_fragments_size() const; + public: + void clear_fragments(); + ::viam::app::v1::Fragment* mutable_fragments(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Fragment >* + mutable_fragments(); + private: + const ::viam::app::v1::Fragment& _internal_fragments(int index) const; + ::viam::app::v1::Fragment* _internal_add_fragments(); + public: + const ::viam::app::v1::Fragment& fragments(int index) const; + ::viam::app::v1::Fragment* add_fragments(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Fragment >& + fragments() const; + + // repeated .viam.app.v1.ResolvedFragment resolved_fragments = 2 [json_name = "resolvedFragments"]; + int resolved_fragments_size() const; + private: + int _internal_resolved_fragments_size() const; + public: + void clear_resolved_fragments(); + ::viam::app::v1::ResolvedFragment* mutable_resolved_fragments(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::ResolvedFragment >* + mutable_resolved_fragments(); + private: + const ::viam::app::v1::ResolvedFragment& _internal_resolved_fragments(int index) const; + ::viam::app::v1::ResolvedFragment* _internal_add_resolved_fragments(); + public: + const ::viam::app::v1::ResolvedFragment& resolved_fragments(int index) const; + ::viam::app::v1::ResolvedFragment* add_resolved_fragments(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::ResolvedFragment >& + resolved_fragments() const; + + // @@protoc_insertion_point(class_scope:viam.app.v1.ListMachineFragmentsResponse) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Fragment > fragments_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::ResolvedFragment > resolved_fragments_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class ListRobotsResponse final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.ListRobotsResponse) */ { + public: + inline ListRobotsResponse() : ListRobotsResponse(nullptr) {} + ~ListRobotsResponse() override; + explicit PROTOBUF_CONSTEXPR ListRobotsResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + ListRobotsResponse(const ListRobotsResponse& from); + ListRobotsResponse(ListRobotsResponse&& from) noexcept + : ListRobotsResponse() { + *this = ::std::move(from); + } + + inline ListRobotsResponse& operator=(const ListRobotsResponse& from) { + CopyFrom(from); + return *this; + } + inline ListRobotsResponse& operator=(ListRobotsResponse&& 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 ListRobotsResponse& default_instance() { + return *internal_default_instance(); + } + static inline const ListRobotsResponse* internal_default_instance() { + return reinterpret_cast( + &_ListRobotsResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 124; + + friend void swap(ListRobotsResponse& a, ListRobotsResponse& b) { + a.Swap(&b); + } + inline void Swap(ListRobotsResponse* 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(ListRobotsResponse* other) { + if (other == this) return; + GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } + + // implements Message ---------------------------------------------- + + ListRobotsResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; + void CopyFrom(const ListRobotsResponse& from); + using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; + void MergeFrom(const ListRobotsResponse& 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(ListRobotsResponse* other); + + private: + friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; + static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { + return "viam.app.v1.ListRobotsResponse"; + } + protected: + explicit ListRobotsResponse(::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 { + kRobotsFieldNumber = 1, + }; + // repeated .viam.app.v1.Robot robots = 1 [json_name = "robots"]; + int robots_size() const; + private: + int _internal_robots_size() const; + public: + void clear_robots(); + ::viam::app::v1::Robot* mutable_robots(int index); + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Robot >* + mutable_robots(); + private: + const ::viam::app::v1::Robot& _internal_robots(int index) const; + ::viam::app::v1::Robot* _internal_add_robots(); + public: + const ::viam::app::v1::Robot& robots(int index) const; + ::viam::app::v1::Robot* add_robots(); + const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Robot >& + robots() const; + + // @@protoc_insertion_point(class_scope:viam.app.v1.ListRobotsResponse) + private: + class _Internal; + + template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::Robot > robots_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + friend struct ::TableStruct_app_2fv1_2fapp_2eproto; +}; +// ------------------------------------------------------------------- + +class NewRobotRequest final : + public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:viam.app.v1.NewRobotRequest) */ { + public: + inline NewRobotRequest() : NewRobotRequest(nullptr) {} + ~NewRobotRequest() override; + explicit PROTOBUF_CONSTEXPR NewRobotRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized); + + NewRobotRequest(const NewRobotRequest& from); + NewRobotRequest(NewRobotRequest&& from) noexcept + : NewRobotRequest() { + *this = ::std::move(from); + } + + inline NewRobotRequest& operator=(const NewRobotRequest& from) { + CopyFrom(from); + return *this; + } + inline NewRobotRequest& operator=(NewRobotRequest&& from) noexcept { if (this == &from) return *this; if (GetOwningArena() == from.GetOwningArena() #ifdef PROTOBUF_FORCE_COPY_IN_MOVE @@ -21220,7 +22192,7 @@ class NewRobotRequest final : &_NewRobotRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 119; + 125; friend void swap(NewRobotRequest& a, NewRobotRequest& b) { a.Swap(&b); @@ -21384,7 +22356,7 @@ class NewRobotResponse final : &_NewRobotResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 120; + 126; friend void swap(NewRobotResponse& a, NewRobotResponse& b) { a.Swap(&b); @@ -21532,7 +22504,7 @@ class UpdateRobotRequest final : &_UpdateRobotRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 121; + 127; friend void swap(UpdateRobotRequest& a, UpdateRobotRequest& b) { a.Swap(&b); @@ -21712,7 +22684,7 @@ class UpdateRobotResponse final : &_UpdateRobotResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 122; + 128; friend void swap(UpdateRobotResponse& a, UpdateRobotResponse& b) { a.Swap(&b); @@ -21864,7 +22836,7 @@ class DeleteRobotRequest final : &_DeleteRobotRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 123; + 129; friend void swap(DeleteRobotRequest& a, DeleteRobotRequest& b) { a.Swap(&b); @@ -22011,7 +22983,7 @@ class DeleteRobotResponse final : &_DeleteRobotResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 124; + 130; friend void swap(DeleteRobotResponse& a, DeleteRobotResponse& b) { a.Swap(&b); @@ -22128,7 +23100,7 @@ class MarkPartAsMainRequest final : &_MarkPartAsMainRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 125; + 131; friend void swap(MarkPartAsMainRequest& a, MarkPartAsMainRequest& b) { a.Swap(&b); @@ -22275,7 +23247,7 @@ class MarkPartAsMainResponse final : &_MarkPartAsMainResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 126; + 132; friend void swap(MarkPartAsMainResponse& a, MarkPartAsMainResponse& b) { a.Swap(&b); @@ -22392,7 +23364,7 @@ class MarkPartForRestartRequest final : &_MarkPartForRestartRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 127; + 133; friend void swap(MarkPartForRestartRequest& a, MarkPartForRestartRequest& b) { a.Swap(&b); @@ -22539,7 +23511,7 @@ class MarkPartForRestartResponse final : &_MarkPartForRestartResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 128; + 134; friend void swap(MarkPartForRestartResponse& a, MarkPartForRestartResponse& b) { a.Swap(&b); @@ -22656,7 +23628,7 @@ class CreateRobotPartSecretRequest final : &_CreateRobotPartSecretRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 129; + 135; friend void swap(CreateRobotPartSecretRequest& a, CreateRobotPartSecretRequest& b) { a.Swap(&b); @@ -22804,7 +23776,7 @@ class CreateRobotPartSecretResponse final : &_CreateRobotPartSecretResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 130; + 136; friend void swap(CreateRobotPartSecretResponse& a, CreateRobotPartSecretResponse& b) { a.Swap(&b); @@ -22956,7 +23928,7 @@ class DeleteRobotPartSecretRequest final : &_DeleteRobotPartSecretRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 131; + 137; friend void swap(DeleteRobotPartSecretRequest& a, DeleteRobotPartSecretRequest& b) { a.Swap(&b); @@ -23119,7 +24091,7 @@ class DeleteRobotPartSecretResponse final : &_DeleteRobotPartSecretResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 132; + 138; friend void swap(DeleteRobotPartSecretResponse& a, DeleteRobotPartSecretResponse& b) { a.Swap(&b); @@ -23236,7 +24208,7 @@ class Authorization final : &_Authorization_default_instance_); } static constexpr int kIndexInFileMessages = - 133; + 139; friend void swap(Authorization& a, Authorization& b) { a.Swap(&b); @@ -23480,7 +24452,7 @@ class AddRoleRequest final : &_AddRoleRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 134; + 140; friend void swap(AddRoleRequest& a, AddRoleRequest& b) { a.Swap(&b); @@ -23631,7 +24603,7 @@ class AddRoleResponse final : &_AddRoleResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 135; + 141; friend void swap(AddRoleResponse& a, AddRoleResponse& b) { a.Swap(&b); @@ -23748,7 +24720,7 @@ class RemoveRoleRequest final : &_RemoveRoleRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 136; + 142; friend void swap(RemoveRoleRequest& a, RemoveRoleRequest& b) { a.Swap(&b); @@ -23899,7 +24871,7 @@ class RemoveRoleResponse final : &_RemoveRoleResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 137; + 143; friend void swap(RemoveRoleResponse& a, RemoveRoleResponse& b) { a.Swap(&b); @@ -24016,7 +24988,7 @@ class ChangeRoleRequest final : &_ChangeRoleRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 138; + 144; friend void swap(ChangeRoleRequest& a, ChangeRoleRequest& b) { a.Swap(&b); @@ -24187,7 +25159,7 @@ class ChangeRoleResponse final : &_ChangeRoleResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 139; + 145; friend void swap(ChangeRoleResponse& a, ChangeRoleResponse& b) { a.Swap(&b); @@ -24304,7 +25276,7 @@ class ListAuthorizationsRequest final : &_ListAuthorizationsRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 140; + 146; friend void swap(ListAuthorizationsRequest& a, ListAuthorizationsRequest& b) { a.Swap(&b); @@ -24478,7 +25450,7 @@ class ListAuthorizationsResponse final : &_ListAuthorizationsResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 141; + 147; friend void swap(ListAuthorizationsResponse& a, ListAuthorizationsResponse& b) { a.Swap(&b); @@ -24630,7 +25602,7 @@ class CheckPermissionsRequest final : &_CheckPermissionsRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 142; + 148; friend void swap(CheckPermissionsRequest& a, CheckPermissionsRequest& b) { a.Swap(&b); @@ -24782,7 +25754,7 @@ class AuthorizedPermissions final : &_AuthorizedPermissions_default_instance_); } static constexpr int kIndexInFileMessages = - 143; + 149; friend void swap(AuthorizedPermissions& a, AuthorizedPermissions& b) { a.Swap(&b); @@ -24972,7 +25944,7 @@ class CheckPermissionsResponse final : &_CheckPermissionsResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 144; + 150; friend void swap(CheckPermissionsResponse& a, CheckPermissionsResponse& b) { a.Swap(&b); @@ -25124,7 +26096,7 @@ class ModuleVersion final : &_ModuleVersion_default_instance_); } static constexpr int kIndexInFileMessages = - 145; + 151; friend void swap(ModuleVersion& a, ModuleVersion& b) { a.Swap(&b); @@ -25349,7 +26321,7 @@ class ModuleMetadata final : &_ModuleMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 146; + 152; friend void swap(ModuleMetadata& a, ModuleMetadata& b) { a.Swap(&b); @@ -25558,7 +26530,7 @@ class MLModelMetadata final : &_MLModelMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 147; + 153; friend void swap(MLModelMetadata& a, MLModelMetadata& b) { a.Swap(&b); @@ -25738,7 +26710,7 @@ class MLTrainingVersion final : &_MLTrainingVersion_default_instance_); } static constexpr int kIndexInFileMessages = - 148; + 154; friend void swap(MLTrainingVersion& a, MLTrainingVersion& b) { a.Swap(&b); @@ -25906,7 +26878,7 @@ class MLTrainingMetadata final : &_MLTrainingMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 149; + 155; friend void swap(MLTrainingMetadata& a, MLTrainingMetadata& b) { a.Swap(&b); @@ -26098,7 +27070,7 @@ class RegistryItem final : &_RegistryItem_default_instance_); } static constexpr int kIndexInFileMessages = - 150; + 156; friend void swap(RegistryItem& a, RegistryItem& b) { a.Swap(&b); @@ -26506,7 +27478,7 @@ class GetRegistryItemRequest final : &_GetRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 151; + 157; friend void swap(GetRegistryItemRequest& a, GetRegistryItemRequest& b) { a.Swap(&b); @@ -26670,7 +27642,7 @@ class GetRegistryItemResponse final : &_GetRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 152; + 158; friend void swap(GetRegistryItemResponse& a, GetRegistryItemResponse& b) { a.Swap(&b); @@ -26822,7 +27794,7 @@ class CreateRegistryItemRequest final : &_CreateRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 153; + 159; friend void swap(CreateRegistryItemRequest& a, CreateRegistryItemRequest& b) { a.Swap(&b); @@ -26996,7 +27968,7 @@ class CreateRegistryItemResponse final : &_CreateRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 154; + 160; friend void swap(CreateRegistryItemResponse& a, CreateRegistryItemResponse& b) { a.Swap(&b); @@ -27120,7 +28092,7 @@ class UpdateRegistryItemRequest final : &_UpdateRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 155; + 161; friend void swap(UpdateRegistryItemRequest& a, UpdateRegistryItemRequest& b) { a.Swap(&b); @@ -27400,7 +28372,7 @@ class UpdateRegistryItemResponse final : &_UpdateRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 156; + 162; friend void swap(UpdateRegistryItemResponse& a, UpdateRegistryItemResponse& b) { a.Swap(&b); @@ -27517,7 +28489,7 @@ class ListRegistryItemsRequest final : &_ListRegistryItemsRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 157; + 163; friend void swap(ListRegistryItemsRequest& a, ListRegistryItemsRequest& b) { a.Swap(&b); @@ -27837,7 +28809,7 @@ class ListRegistryItemsResponse final : &_ListRegistryItemsResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 158; + 164; friend void swap(ListRegistryItemsResponse& a, ListRegistryItemsResponse& b) { a.Swap(&b); @@ -27989,7 +28961,7 @@ class DeleteRegistryItemRequest final : &_DeleteRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 159; + 165; friend void swap(DeleteRegistryItemRequest& a, DeleteRegistryItemRequest& b) { a.Swap(&b); @@ -28136,7 +29108,7 @@ class DeleteRegistryItemResponse final : &_DeleteRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 160; + 166; friend void swap(DeleteRegistryItemResponse& a, DeleteRegistryItemResponse& b) { a.Swap(&b); @@ -28253,7 +29225,7 @@ class TransferRegistryItemRequest final : &_TransferRegistryItemRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 161; + 167; friend void swap(TransferRegistryItemRequest& a, TransferRegistryItemRequest& b) { a.Swap(&b); @@ -28416,7 +29388,7 @@ class TransferRegistryItemResponse final : &_TransferRegistryItemResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 162; + 168; friend void swap(TransferRegistryItemResponse& a, TransferRegistryItemResponse& b) { a.Swap(&b); @@ -28533,7 +29505,7 @@ class CreateModuleRequest final : &_CreateModuleRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 163; + 169; friend void swap(CreateModuleRequest& a, CreateModuleRequest& b) { a.Swap(&b); @@ -28697,7 +29669,7 @@ class CreateModuleResponse final : &_CreateModuleResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 164; + 170; friend void swap(CreateModuleResponse& a, CreateModuleResponse& b) { a.Swap(&b); @@ -28861,7 +29833,7 @@ class UpdateModuleRequest final : &_UpdateModuleRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 165; + 171; friend void swap(UpdateModuleRequest& a, UpdateModuleRequest& b) { a.Swap(&b); @@ -29109,7 +30081,7 @@ class UpdateModuleResponse final : &_UpdateModuleResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 166; + 172; friend void swap(UpdateModuleResponse& a, UpdateModuleResponse& b) { a.Swap(&b); @@ -29257,7 +30229,7 @@ class UpdateModuleMetadata final : &_UpdateModuleMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 167; + 173; friend void swap(UpdateModuleMetadata& a, UpdateModuleMetadata& b) { a.Swap(&b); @@ -29425,7 +30397,7 @@ class UpdateMLModelMetadata final : &_UpdateMLModelMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 168; + 174; friend void swap(UpdateMLModelMetadata& a, UpdateMLModelMetadata& b) { a.Swap(&b); @@ -29579,7 +30551,7 @@ class UpdateMLTrainingMetadata final : &_UpdateMLTrainingMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 169; + 175; friend void swap(UpdateMLTrainingMetadata& a, UpdateMLTrainingMetadata& b) { a.Swap(&b); @@ -29744,7 +30716,7 @@ class Model final : &_Model_default_instance_); } static constexpr int kIndexInFileMessages = - 170; + 176; friend void swap(Model& a, Model& b) { a.Swap(&b); @@ -29949,7 +30921,7 @@ class ModuleFileInfo final : &_ModuleFileInfo_default_instance_); } static constexpr int kIndexInFileMessages = - 171; + 177; friend void swap(ModuleFileInfo& a, ModuleFileInfo& b) { a.Swap(&b); @@ -30161,7 +31133,7 @@ class UploadModuleFileRequest final : &_UploadModuleFileRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 172; + 178; friend void swap(UploadModuleFileRequest& a, UploadModuleFileRequest& b) { a.Swap(&b); @@ -30346,7 +31318,7 @@ class UploadModuleFileResponse final : &_UploadModuleFileResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 173; + 179; friend void swap(UploadModuleFileResponse& a, UploadModuleFileResponse& b) { a.Swap(&b); @@ -30494,7 +31466,7 @@ class GetModuleRequest final : &_GetModuleRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 174; + 180; friend void swap(GetModuleRequest& a, GetModuleRequest& b) { a.Swap(&b); @@ -30658,7 +31630,7 @@ class GetModuleResponse final : &_GetModuleResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 175; + 181; friend void swap(GetModuleResponse& a, GetModuleResponse& b) { a.Swap(&b); @@ -30810,7 +31782,7 @@ class Module final : &_Module_default_instance_); } static constexpr int kIndexInFileMessages = - 176; + 182; friend void swap(Module& a, Module& b) { a.Swap(&b); @@ -31148,7 +32120,7 @@ class VersionHistory final : &_VersionHistory_default_instance_); } static constexpr int kIndexInFileMessages = - 177; + 183; friend void swap(VersionHistory& a, VersionHistory& b) { a.Swap(&b); @@ -31373,7 +32345,7 @@ class Uploads final : &_Uploads_default_instance_); } static constexpr int kIndexInFileMessages = - 178; + 184; friend void swap(Uploads& a, Uploads& b) { a.Swap(&b); @@ -31541,7 +32513,7 @@ class ListModulesRequest final : &_ListModulesRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 179; + 185; friend void swap(ListModulesRequest& a, ListModulesRequest& b) { a.Swap(&b); @@ -31709,7 +32681,7 @@ class ListModulesResponse final : &_ListModulesResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 180; + 186; friend void swap(ListModulesResponse& a, ListModulesResponse& b) { a.Swap(&b); @@ -31861,7 +32833,7 @@ class GetUserIDByEmailRequest final : &_GetUserIDByEmailRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 181; + 187; friend void swap(GetUserIDByEmailRequest& a, GetUserIDByEmailRequest& b) { a.Swap(&b); @@ -32009,7 +32981,7 @@ class GetUserIDByEmailResponse final : &_GetUserIDByEmailResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 182; + 188; friend void swap(GetUserIDByEmailResponse& a, GetUserIDByEmailResponse& b) { a.Swap(&b); @@ -32157,7 +33129,7 @@ class ListOrganizationsByUserRequest final : &_ListOrganizationsByUserRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 183; + 189; friend void swap(ListOrganizationsByUserRequest& a, ListOrganizationsByUserRequest& b) { a.Swap(&b); @@ -32305,7 +33277,7 @@ class OrgDetails final : &_OrgDetails_default_instance_); } static constexpr int kIndexInFileMessages = - 184; + 190; friend void swap(OrgDetails& a, OrgDetails& b) { a.Swap(&b); @@ -32510,7 +33482,7 @@ class ListOrganizationsByUserResponse final : &_ListOrganizationsByUserResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 185; + 191; friend void swap(ListOrganizationsByUserResponse& a, ListOrganizationsByUserResponse& b) { a.Swap(&b); @@ -32662,7 +33634,7 @@ class SearchOrganizationsRequest final : &_SearchOrganizationsRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 186; + 192; friend void swap(SearchOrganizationsRequest& a, SearchOrganizationsRequest& b) { a.Swap(&b); @@ -32875,7 +33847,7 @@ class SearchOrganizationsResponse final : &_SearchOrganizationsResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 187; + 193; friend void swap(SearchOrganizationsResponse& a, SearchOrganizationsResponse& b) { a.Swap(&b); @@ -33027,7 +33999,7 @@ class CreateKeyRequest final : &_CreateKeyRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 188; + 194; friend void swap(CreateKeyRequest& a, CreateKeyRequest& b) { a.Swap(&b); @@ -33195,7 +34167,7 @@ class CreateKeyResponse final : &_CreateKeyResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 189; + 195; friend void swap(CreateKeyResponse& a, CreateKeyResponse& b) { a.Swap(&b); @@ -33359,7 +34331,7 @@ class DeleteKeyRequest final : &_DeleteKeyRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 190; + 196; friend void swap(DeleteKeyRequest& a, DeleteKeyRequest& b) { a.Swap(&b); @@ -33506,7 +34478,7 @@ class DeleteKeyResponse final : &_DeleteKeyResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 191; + 197; friend void swap(DeleteKeyResponse& a, DeleteKeyResponse& b) { a.Swap(&b); @@ -33623,7 +34595,7 @@ class RenameKeyRequest final : &_RenameKeyRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 192; + 198; friend void swap(RenameKeyRequest& a, RenameKeyRequest& b) { a.Swap(&b); @@ -33787,7 +34759,7 @@ class RenameKeyResponse final : &_RenameKeyResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 193; + 199; friend void swap(RenameKeyResponse& a, RenameKeyResponse& b) { a.Swap(&b); @@ -33951,7 +34923,7 @@ class AuthorizationDetails final : &_AuthorizationDetails_default_instance_); } static constexpr int kIndexInFileMessages = - 194; + 200; friend void swap(AuthorizationDetails& a, AuthorizationDetails& b) { a.Swap(&b); @@ -34163,7 +35135,7 @@ class APIKeyWithAuthorizations final : &_APIKeyWithAuthorizations_default_instance_); } static constexpr int kIndexInFileMessages = - 195; + 201; friend void swap(APIKeyWithAuthorizations& a, APIKeyWithAuthorizations& b) { a.Swap(&b); @@ -34335,7 +35307,7 @@ class ListKeysRequest final : &_ListKeysRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 196; + 202; friend void swap(ListKeysRequest& a, ListKeysRequest& b) { a.Swap(&b); @@ -34483,7 +35455,7 @@ class ListKeysResponse final : &_ListKeysResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 197; + 203; friend void swap(ListKeysResponse& a, ListKeysResponse& b) { a.Swap(&b); @@ -34635,7 +35607,7 @@ class RotateKeyRequest final : &_RotateKeyRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 198; + 204; friend void swap(RotateKeyRequest& a, RotateKeyRequest& b) { a.Swap(&b); @@ -34783,7 +35755,7 @@ class RotateKeyResponse final : &_RotateKeyResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 199; + 205; friend void swap(RotateKeyResponse& a, RotateKeyResponse& b) { a.Swap(&b); @@ -34947,7 +35919,7 @@ class CreateKeyFromExistingKeyAuthorizationsRequest final : &_CreateKeyFromExistingKeyAuthorizationsRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 200; + 206; friend void swap(CreateKeyFromExistingKeyAuthorizationsRequest& a, CreateKeyFromExistingKeyAuthorizationsRequest& b) { a.Swap(&b); @@ -35095,7 +36067,7 @@ class CreateKeyFromExistingKeyAuthorizationsResponse final : &_CreateKeyFromExistingKeyAuthorizationsResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 201; + 207; friend void swap(CreateKeyFromExistingKeyAuthorizationsResponse& a, CreateKeyFromExistingKeyAuthorizationsResponse& b) { a.Swap(&b); @@ -35259,7 +36231,7 @@ class OrganizationSetLogoRequest final : &_OrganizationSetLogoRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 202; + 208; friend void swap(OrganizationSetLogoRequest& a, OrganizationSetLogoRequest& b) { a.Swap(&b); @@ -35422,7 +36394,7 @@ class OrganizationSetLogoResponse final : &_OrganizationSetLogoResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 203; + 209; friend void swap(OrganizationSetLogoResponse& a, OrganizationSetLogoResponse& b) { a.Swap(&b); @@ -35539,7 +36511,7 @@ class OrganizationGetLogoRequest final : &_OrganizationGetLogoRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 204; + 210; friend void swap(OrganizationGetLogoRequest& a, OrganizationGetLogoRequest& b) { a.Swap(&b); @@ -35687,7 +36659,7 @@ class OrganizationGetLogoResponse final : &_OrganizationGetLogoResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 205; + 211; friend void swap(OrganizationGetLogoResponse& a, OrganizationGetLogoResponse& b) { a.Swap(&b); @@ -35835,7 +36807,7 @@ class EnableAuthServiceRequest final : &_EnableAuthServiceRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 206; + 212; friend void swap(EnableAuthServiceRequest& a, EnableAuthServiceRequest& b) { a.Swap(&b); @@ -35982,7 +36954,7 @@ class EnableAuthServiceResponse final : &_EnableAuthServiceResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 207; + 213; friend void swap(EnableAuthServiceResponse& a, EnableAuthServiceResponse& b) { a.Swap(&b); @@ -36099,7 +37071,7 @@ class DisableAuthServiceRequest final : &_DisableAuthServiceRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 208; + 214; friend void swap(DisableAuthServiceRequest& a, DisableAuthServiceRequest& b) { a.Swap(&b); @@ -36246,7 +37218,7 @@ class DisableAuthServiceResponse final : &_DisableAuthServiceResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 209; + 215; friend void swap(DisableAuthServiceResponse& a, DisableAuthServiceResponse& b) { a.Swap(&b); @@ -36363,7 +37335,7 @@ class CreateOAuthAppRequest final : &_CreateOAuthAppRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 210; + 216; friend void swap(CreateOAuthAppRequest& a, CreateOAuthAppRequest& b) { a.Swap(&b); @@ -36547,7 +37519,7 @@ class CreateOAuthAppResponse final : &_CreateOAuthAppResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 211; + 217; friend void swap(CreateOAuthAppResponse& a, CreateOAuthAppResponse& b) { a.Swap(&b); @@ -36711,7 +37683,7 @@ class ReadOAuthAppRequest final : &_ReadOAuthAppRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 212; + 218; friend void swap(ReadOAuthAppRequest& a, ReadOAuthAppRequest& b) { a.Swap(&b); @@ -36875,7 +37847,7 @@ class ReadOAuthAppResponse final : &_ReadOAuthAppResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 213; + 219; friend void swap(ReadOAuthAppResponse& a, ReadOAuthAppResponse& b) { a.Swap(&b); @@ -37059,7 +38031,7 @@ class UpdateOAuthAppRequest final : &_UpdateOAuthAppRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 214; + 220; friend void swap(UpdateOAuthAppRequest& a, UpdateOAuthAppRequest& b) { a.Swap(&b); @@ -37258,7 +38230,7 @@ class UpdateOAuthAppResponse final : &_UpdateOAuthAppResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 215; + 221; friend void swap(UpdateOAuthAppResponse& a, UpdateOAuthAppResponse& b) { a.Swap(&b); @@ -37375,7 +38347,7 @@ class DeleteOAuthAppRequest final : &_DeleteOAuthAppRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 216; + 222; friend void swap(DeleteOAuthAppRequest& a, DeleteOAuthAppRequest& b) { a.Swap(&b); @@ -37538,7 +38510,7 @@ class DeleteOAuthAppResponse final : &_DeleteOAuthAppResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 217; + 223; friend void swap(DeleteOAuthAppResponse& a, DeleteOAuthAppResponse& b) { a.Swap(&b); @@ -37655,7 +38627,7 @@ class ListOAuthAppsRequest final : &_ListOAuthAppsRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 218; + 224; friend void swap(ListOAuthAppsRequest& a, ListOAuthAppsRequest& b) { a.Swap(&b); @@ -37803,7 +38775,7 @@ class ListOAuthAppsResponse final : &_ListOAuthAppsResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 219; + 225; friend void swap(ListOAuthAppsResponse& a, ListOAuthAppsResponse& b) { a.Swap(&b); @@ -37961,7 +38933,7 @@ class OAuthConfig final : &_OAuthConfig_default_instance_); } static constexpr int kIndexInFileMessages = - 220; + 226; friend void swap(OAuthConfig& a, OAuthConfig& b) { a.Swap(&b); @@ -52615,6 +53587,450 @@ inline void GetFragmentHistoryResponse::set_allocated_next_page_token(std::strin // ------------------------------------------------------------------- +// GetFragmentUsageRequest + +// string fragment_id = 1 [json_name = "fragmentId"]; +inline void GetFragmentUsageRequest::clear_fragment_id() { + fragment_id_.ClearToEmpty(); +} +inline const std::string& GetFragmentUsageRequest::fragment_id() const { + // @@protoc_insertion_point(field_get:viam.app.v1.GetFragmentUsageRequest.fragment_id) + return _internal_fragment_id(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void GetFragmentUsageRequest::set_fragment_id(ArgT0&& arg0, ArgT... args) { + + fragment_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.GetFragmentUsageRequest.fragment_id) +} +inline std::string* GetFragmentUsageRequest::mutable_fragment_id() { + std::string* _s = _internal_mutable_fragment_id(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.GetFragmentUsageRequest.fragment_id) + return _s; +} +inline const std::string& GetFragmentUsageRequest::_internal_fragment_id() const { + return fragment_id_.Get(); +} +inline void GetFragmentUsageRequest::_internal_set_fragment_id(const std::string& value) { + + fragment_id_.Set(value, GetArenaForAllocation()); +} +inline std::string* GetFragmentUsageRequest::_internal_mutable_fragment_id() { + + return fragment_id_.Mutable(GetArenaForAllocation()); +} +inline std::string* GetFragmentUsageRequest::release_fragment_id() { + // @@protoc_insertion_point(field_release:viam.app.v1.GetFragmentUsageRequest.fragment_id) + return fragment_id_.Release(); +} +inline void GetFragmentUsageRequest::set_allocated_fragment_id(std::string* fragment_id) { + if (fragment_id != nullptr) { + + } else { + + } + fragment_id_.SetAllocated(fragment_id, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (fragment_id_.IsDefault()) { + fragment_id_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.GetFragmentUsageRequest.fragment_id) +} + +// ------------------------------------------------------------------- + +// GetFragmentUsageResponse + +// repeated .viam.app.v1.FragmentUsage version_usages = 1 [json_name = "versionUsages"]; +inline int GetFragmentUsageResponse::_internal_version_usages_size() const { + return version_usages_.size(); +} +inline int GetFragmentUsageResponse::version_usages_size() const { + return _internal_version_usages_size(); +} +inline void GetFragmentUsageResponse::clear_version_usages() { + version_usages_.Clear(); +} +inline ::viam::app::v1::FragmentUsage* GetFragmentUsageResponse::mutable_version_usages(int index) { + // @@protoc_insertion_point(field_mutable:viam.app.v1.GetFragmentUsageResponse.version_usages) + return version_usages_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentUsage >* +GetFragmentUsageResponse::mutable_version_usages() { + // @@protoc_insertion_point(field_mutable_list:viam.app.v1.GetFragmentUsageResponse.version_usages) + return &version_usages_; +} +inline const ::viam::app::v1::FragmentUsage& GetFragmentUsageResponse::_internal_version_usages(int index) const { + return version_usages_.Get(index); +} +inline const ::viam::app::v1::FragmentUsage& GetFragmentUsageResponse::version_usages(int index) const { + // @@protoc_insertion_point(field_get:viam.app.v1.GetFragmentUsageResponse.version_usages) + return _internal_version_usages(index); +} +inline ::viam::app::v1::FragmentUsage* GetFragmentUsageResponse::_internal_add_version_usages() { + return version_usages_.Add(); +} +inline ::viam::app::v1::FragmentUsage* GetFragmentUsageResponse::add_version_usages() { + ::viam::app::v1::FragmentUsage* _add = _internal_add_version_usages(); + // @@protoc_insertion_point(field_add:viam.app.v1.GetFragmentUsageResponse.version_usages) + return _add; +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentUsage >& +GetFragmentUsageResponse::version_usages() const { + // @@protoc_insertion_point(field_list:viam.app.v1.GetFragmentUsageResponse.version_usages) + return version_usages_; +} + +// ------------------------------------------------------------------- + +// SetFragmentTagRequest + +// string fragment_id = 1 [json_name = "fragmentId"]; +inline void SetFragmentTagRequest::clear_fragment_id() { + fragment_id_.ClearToEmpty(); +} +inline const std::string& SetFragmentTagRequest::fragment_id() const { + // @@protoc_insertion_point(field_get:viam.app.v1.SetFragmentTagRequest.fragment_id) + return _internal_fragment_id(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void SetFragmentTagRequest::set_fragment_id(ArgT0&& arg0, ArgT... args) { + + fragment_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.SetFragmentTagRequest.fragment_id) +} +inline std::string* SetFragmentTagRequest::mutable_fragment_id() { + std::string* _s = _internal_mutable_fragment_id(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.SetFragmentTagRequest.fragment_id) + return _s; +} +inline const std::string& SetFragmentTagRequest::_internal_fragment_id() const { + return fragment_id_.Get(); +} +inline void SetFragmentTagRequest::_internal_set_fragment_id(const std::string& value) { + + fragment_id_.Set(value, GetArenaForAllocation()); +} +inline std::string* SetFragmentTagRequest::_internal_mutable_fragment_id() { + + return fragment_id_.Mutable(GetArenaForAllocation()); +} +inline std::string* SetFragmentTagRequest::release_fragment_id() { + // @@protoc_insertion_point(field_release:viam.app.v1.SetFragmentTagRequest.fragment_id) + return fragment_id_.Release(); +} +inline void SetFragmentTagRequest::set_allocated_fragment_id(std::string* fragment_id) { + if (fragment_id != nullptr) { + + } else { + + } + fragment_id_.SetAllocated(fragment_id, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (fragment_id_.IsDefault()) { + fragment_id_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.SetFragmentTagRequest.fragment_id) +} + +// string tag = 2 [json_name = "tag"]; +inline void SetFragmentTagRequest::clear_tag() { + tag_.ClearToEmpty(); +} +inline const std::string& SetFragmentTagRequest::tag() const { + // @@protoc_insertion_point(field_get:viam.app.v1.SetFragmentTagRequest.tag) + return _internal_tag(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void SetFragmentTagRequest::set_tag(ArgT0&& arg0, ArgT... args) { + + tag_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.SetFragmentTagRequest.tag) +} +inline std::string* SetFragmentTagRequest::mutable_tag() { + std::string* _s = _internal_mutable_tag(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.SetFragmentTagRequest.tag) + return _s; +} +inline const std::string& SetFragmentTagRequest::_internal_tag() const { + return tag_.Get(); +} +inline void SetFragmentTagRequest::_internal_set_tag(const std::string& value) { + + tag_.Set(value, GetArenaForAllocation()); +} +inline std::string* SetFragmentTagRequest::_internal_mutable_tag() { + + return tag_.Mutable(GetArenaForAllocation()); +} +inline std::string* SetFragmentTagRequest::release_tag() { + // @@protoc_insertion_point(field_release:viam.app.v1.SetFragmentTagRequest.tag) + return tag_.Release(); +} +inline void SetFragmentTagRequest::set_allocated_tag(std::string* tag) { + if (tag != nullptr) { + + } else { + + } + tag_.SetAllocated(tag, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (tag_.IsDefault()) { + tag_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.SetFragmentTagRequest.tag) +} + +// string revision = 3 [json_name = "revision"]; +inline void SetFragmentTagRequest::clear_revision() { + revision_.ClearToEmpty(); +} +inline const std::string& SetFragmentTagRequest::revision() const { + // @@protoc_insertion_point(field_get:viam.app.v1.SetFragmentTagRequest.revision) + return _internal_revision(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void SetFragmentTagRequest::set_revision(ArgT0&& arg0, ArgT... args) { + + revision_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.SetFragmentTagRequest.revision) +} +inline std::string* SetFragmentTagRequest::mutable_revision() { + std::string* _s = _internal_mutable_revision(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.SetFragmentTagRequest.revision) + return _s; +} +inline const std::string& SetFragmentTagRequest::_internal_revision() const { + return revision_.Get(); +} +inline void SetFragmentTagRequest::_internal_set_revision(const std::string& value) { + + revision_.Set(value, GetArenaForAllocation()); +} +inline std::string* SetFragmentTagRequest::_internal_mutable_revision() { + + return revision_.Mutable(GetArenaForAllocation()); +} +inline std::string* SetFragmentTagRequest::release_revision() { + // @@protoc_insertion_point(field_release:viam.app.v1.SetFragmentTagRequest.revision) + return revision_.Release(); +} +inline void SetFragmentTagRequest::set_allocated_revision(std::string* revision) { + if (revision != nullptr) { + + } else { + + } + revision_.SetAllocated(revision, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (revision_.IsDefault()) { + revision_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.SetFragmentTagRequest.revision) +} + +// ------------------------------------------------------------------- + +// SetFragmentTagResponse + +// repeated .viam.app.v1.FragmentTag tags = 1 [json_name = "tags"]; +inline int SetFragmentTagResponse::_internal_tags_size() const { + return tags_.size(); +} +inline int SetFragmentTagResponse::tags_size() const { + return _internal_tags_size(); +} +inline void SetFragmentTagResponse::clear_tags() { + tags_.Clear(); +} +inline ::viam::app::v1::FragmentTag* SetFragmentTagResponse::mutable_tags(int index) { + // @@protoc_insertion_point(field_mutable:viam.app.v1.SetFragmentTagResponse.tags) + return tags_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentTag >* +SetFragmentTagResponse::mutable_tags() { + // @@protoc_insertion_point(field_mutable_list:viam.app.v1.SetFragmentTagResponse.tags) + return &tags_; +} +inline const ::viam::app::v1::FragmentTag& SetFragmentTagResponse::_internal_tags(int index) const { + return tags_.Get(index); +} +inline const ::viam::app::v1::FragmentTag& SetFragmentTagResponse::tags(int index) const { + // @@protoc_insertion_point(field_get:viam.app.v1.SetFragmentTagResponse.tags) + return _internal_tags(index); +} +inline ::viam::app::v1::FragmentTag* SetFragmentTagResponse::_internal_add_tags() { + return tags_.Add(); +} +inline ::viam::app::v1::FragmentTag* SetFragmentTagResponse::add_tags() { + ::viam::app::v1::FragmentTag* _add = _internal_add_tags(); + // @@protoc_insertion_point(field_add:viam.app.v1.SetFragmentTagResponse.tags) + return _add; +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentTag >& +SetFragmentTagResponse::tags() const { + // @@protoc_insertion_point(field_list:viam.app.v1.SetFragmentTagResponse.tags) + return tags_; +} + +// ------------------------------------------------------------------- + +// DeleteFragmentTagRequest + +// string fragment_id = 1 [json_name = "fragmentId"]; +inline void DeleteFragmentTagRequest::clear_fragment_id() { + fragment_id_.ClearToEmpty(); +} +inline const std::string& DeleteFragmentTagRequest::fragment_id() const { + // @@protoc_insertion_point(field_get:viam.app.v1.DeleteFragmentTagRequest.fragment_id) + return _internal_fragment_id(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void DeleteFragmentTagRequest::set_fragment_id(ArgT0&& arg0, ArgT... args) { + + fragment_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.DeleteFragmentTagRequest.fragment_id) +} +inline std::string* DeleteFragmentTagRequest::mutable_fragment_id() { + std::string* _s = _internal_mutable_fragment_id(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.DeleteFragmentTagRequest.fragment_id) + return _s; +} +inline const std::string& DeleteFragmentTagRequest::_internal_fragment_id() const { + return fragment_id_.Get(); +} +inline void DeleteFragmentTagRequest::_internal_set_fragment_id(const std::string& value) { + + fragment_id_.Set(value, GetArenaForAllocation()); +} +inline std::string* DeleteFragmentTagRequest::_internal_mutable_fragment_id() { + + return fragment_id_.Mutable(GetArenaForAllocation()); +} +inline std::string* DeleteFragmentTagRequest::release_fragment_id() { + // @@protoc_insertion_point(field_release:viam.app.v1.DeleteFragmentTagRequest.fragment_id) + return fragment_id_.Release(); +} +inline void DeleteFragmentTagRequest::set_allocated_fragment_id(std::string* fragment_id) { + if (fragment_id != nullptr) { + + } else { + + } + fragment_id_.SetAllocated(fragment_id, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (fragment_id_.IsDefault()) { + fragment_id_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.DeleteFragmentTagRequest.fragment_id) +} + +// string tag = 2 [json_name = "tag"]; +inline void DeleteFragmentTagRequest::clear_tag() { + tag_.ClearToEmpty(); +} +inline const std::string& DeleteFragmentTagRequest::tag() const { + // @@protoc_insertion_point(field_get:viam.app.v1.DeleteFragmentTagRequest.tag) + return _internal_tag(); +} +template +inline PROTOBUF_ALWAYS_INLINE +void DeleteFragmentTagRequest::set_tag(ArgT0&& arg0, ArgT... args) { + + tag_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + // @@protoc_insertion_point(field_set:viam.app.v1.DeleteFragmentTagRequest.tag) +} +inline std::string* DeleteFragmentTagRequest::mutable_tag() { + std::string* _s = _internal_mutable_tag(); + // @@protoc_insertion_point(field_mutable:viam.app.v1.DeleteFragmentTagRequest.tag) + return _s; +} +inline const std::string& DeleteFragmentTagRequest::_internal_tag() const { + return tag_.Get(); +} +inline void DeleteFragmentTagRequest::_internal_set_tag(const std::string& value) { + + tag_.Set(value, GetArenaForAllocation()); +} +inline std::string* DeleteFragmentTagRequest::_internal_mutable_tag() { + + return tag_.Mutable(GetArenaForAllocation()); +} +inline std::string* DeleteFragmentTagRequest::release_tag() { + // @@protoc_insertion_point(field_release:viam.app.v1.DeleteFragmentTagRequest.tag) + return tag_.Release(); +} +inline void DeleteFragmentTagRequest::set_allocated_tag(std::string* tag) { + if (tag != nullptr) { + + } else { + + } + tag_.SetAllocated(tag, GetArenaForAllocation()); +#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (tag_.IsDefault()) { + tag_.Set("", GetArenaForAllocation()); + } +#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + // @@protoc_insertion_point(field_set_allocated:viam.app.v1.DeleteFragmentTagRequest.tag) +} + +// ------------------------------------------------------------------- + +// DeleteFragmentTagResponse + +// repeated .viam.app.v1.FragmentTag tags = 1 [json_name = "tags"]; +inline int DeleteFragmentTagResponse::_internal_tags_size() const { + return tags_.size(); +} +inline int DeleteFragmentTagResponse::tags_size() const { + return _internal_tags_size(); +} +inline void DeleteFragmentTagResponse::clear_tags() { + tags_.Clear(); +} +inline ::viam::app::v1::FragmentTag* DeleteFragmentTagResponse::mutable_tags(int index) { + // @@protoc_insertion_point(field_mutable:viam.app.v1.DeleteFragmentTagResponse.tags) + return tags_.Mutable(index); +} +inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentTag >* +DeleteFragmentTagResponse::mutable_tags() { + // @@protoc_insertion_point(field_mutable_list:viam.app.v1.DeleteFragmentTagResponse.tags) + return &tags_; +} +inline const ::viam::app::v1::FragmentTag& DeleteFragmentTagResponse::_internal_tags(int index) const { + return tags_.Get(index); +} +inline const ::viam::app::v1::FragmentTag& DeleteFragmentTagResponse::tags(int index) const { + // @@protoc_insertion_point(field_get:viam.app.v1.DeleteFragmentTagResponse.tags) + return _internal_tags(index); +} +inline ::viam::app::v1::FragmentTag* DeleteFragmentTagResponse::_internal_add_tags() { + return tags_.Add(); +} +inline ::viam::app::v1::FragmentTag* DeleteFragmentTagResponse::add_tags() { + ::viam::app::v1::FragmentTag* _add = _internal_add_tags(); + // @@protoc_insertion_point(field_add:viam.app.v1.DeleteFragmentTagResponse.tags) + return _add; +} +inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::viam::app::v1::FragmentTag >& +DeleteFragmentTagResponse::tags() const { + // @@protoc_insertion_point(field_list:viam.app.v1.DeleteFragmentTagResponse.tags) + return tags_; +} + +// ------------------------------------------------------------------- + // ListRobotsRequest // string location_id = 1 [json_name = "locationId"]; @@ -65010,6 +66426,18 @@ OAuthConfig::mutable_enabled_grants() { // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) diff --git a/src/viam/api/buf.lock b/src/viam/api/buf.lock index 3150a0278..ec9f4373d 100644 --- a/src/viam/api/buf.lock +++ b/src/viam/api/buf.lock @@ -4,11 +4,11 @@ deps: - remote: buf.build owner: googleapis repository: googleapis - commit: e93e34f48be043dab55be31b4b47f458 + commit: 83c0f6c19b2f4ea0b0fd84a80e753659 - remote: buf.build owner: viamrobotics repository: api - commit: 8240ab4b04a342cbb8fac75e3b7b7e15 + commit: 672eade1f84b4c9097b300218754da57 - remote: buf.build owner: viamrobotics repository: goutils diff --git a/src/viam/api/google/api/client.pb.cc b/src/viam/api/google/api/client.pb.cc index 0d1315c78..0c792dff2 100644 --- a/src/viam/api/google/api/client.pb.cc +++ b/src/viam/api/google/api/client.pb.cc @@ -276,7 +276,8 @@ struct MethodSettingsDefaultTypeInternal { PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MethodSettingsDefaultTypeInternal _MethodSettings_default_instance_; PROTOBUF_CONSTEXPR SelectiveGapicGeneration::SelectiveGapicGeneration( ::_pbi::ConstantInitialized) - : methods_(){} + : methods_() + , generate_omitted_as_internal_(false){} struct SelectiveGapicGenerationDefaultTypeInternal { PROTOBUF_CONSTEXPR SelectiveGapicGenerationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -475,6 +476,7 @@ const uint32_t TableStruct_google_2fapi_2fclient_2eproto::offsets[] PROTOBUF_SEC ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ PROTOBUF_FIELD_OFFSET(::google::api::SelectiveGapicGeneration, methods_), + PROTOBUF_FIELD_OFFSET(::google::api::SelectiveGapicGeneration, generate_omitted_as_internal_), }; static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, -1, sizeof(::google::api::CommonLanguageSettings)}, @@ -616,26 +618,27 @@ const char descriptor_table_protodef_google_2fapi_2fclient_2eproto[] PROTOBUF_SE "\023pollDelayMultiplier\022\?\n\016max_poll_delay\030\003" " \001(\0132\031.google.protobuf.DurationR\014maxPoll" "Delay\022G\n\022total_poll_timeout\030\004 \001(\0132\031.goog" - "le.protobuf.DurationR\020totalPollTimeout\"4" + "le.protobuf.DurationR\020totalPollTimeout\"u" "\n\030SelectiveGapicGeneration\022\030\n\007methods\030\001 " - "\003(\tR\007methods*\243\001\n\031ClientLibraryOrganizati" - "on\022+\n\'CLIENT_LIBRARY_ORGANIZATION_UNSPEC" - "IFIED\020\000\022\t\n\005CLOUD\020\001\022\007\n\003ADS\020\002\022\n\n\006PHOTOS\020\003\022" - "\017\n\013STREET_VIEW\020\004\022\014\n\010SHOPPING\020\005\022\007\n\003GEO\020\006\022" - "\021\n\rGENERATIVE_AI\020\007*g\n\030ClientLibraryDesti" - "nation\022*\n&CLIENT_LIBRARY_DESTINATION_UNS" - "PECIFIED\020\000\022\n\n\006GITHUB\020\n\022\023\n\017PACKAGE_MANAGE" - "R\020\024:J\n\020method_signature\022\036.google.protobu" - "f.MethodOptions\030\233\010 \003(\tR\017methodSignature:" - "C\n\014default_host\022\037.google.protobuf.Servic" - "eOptions\030\231\010 \001(\tR\013defaultHost:C\n\014oauth_sc" - "opes\022\037.google.protobuf.ServiceOptions\030\232\010" - " \001(\tR\013oauthScopes:D\n\013api_version\022\037.googl" - "e.protobuf.ServiceOptions\030\301\272\253\372\001 \001(\tR\napi" - "VersionBi\n\016com.google.apiB\013ClientProtoP\001" - "ZAgoogle.golang.org/genproto/googleapis/" - "api/annotations;annotations\242\002\004GAPIb\006prot" - "o3" + "\003(\tR\007methods\022\?\n\034generate_omitted_as_inte" + "rnal\030\002 \001(\010R\031generateOmittedAsInternal*\243\001" + "\n\031ClientLibraryOrganization\022+\n\'CLIENT_LI" + "BRARY_ORGANIZATION_UNSPECIFIED\020\000\022\t\n\005CLOU" + "D\020\001\022\007\n\003ADS\020\002\022\n\n\006PHOTOS\020\003\022\017\n\013STREET_VIEW\020" + "\004\022\014\n\010SHOPPING\020\005\022\007\n\003GEO\020\006\022\021\n\rGENERATIVE_A" + "I\020\007*g\n\030ClientLibraryDestination\022*\n&CLIEN" + "T_LIBRARY_DESTINATION_UNSPECIFIED\020\000\022\n\n\006G" + "ITHUB\020\n\022\023\n\017PACKAGE_MANAGER\020\024:J\n\020method_s" + "ignature\022\036.google.protobuf.MethodOptions" + "\030\233\010 \003(\tR\017methodSignature:C\n\014default_host" + "\022\037.google.protobuf.ServiceOptions\030\231\010 \001(\t" + "R\013defaultHost:C\n\014oauth_scopes\022\037.google.p" + "rotobuf.ServiceOptions\030\232\010 \001(\tR\013oauthScop" + "es:D\n\013api_version\022\037.google.protobuf.Serv" + "iceOptions\030\301\272\253\372\001 \001(\tR\napiVersionBi\n\016com." + "google.apiB\013ClientProtoP\001ZAgoogle.golang" + ".org/genproto/googleapis/api/annotations" + ";annotations\242\002\004GAPIb\006proto3" ; static const ::_pbi::DescriptorTable* const descriptor_table_google_2fapi_2fclient_2eproto_deps[3] = { &::descriptor_table_google_2fapi_2flaunch_5fstage_2eproto, @@ -644,7 +647,7 @@ static const ::_pbi::DescriptorTable* const descriptor_table_google_2fapi_2fclie }; static ::_pbi::once_flag descriptor_table_google_2fapi_2fclient_2eproto_once; const ::_pbi::DescriptorTable descriptor_table_google_2fapi_2fclient_2eproto = { - false, false, 4562, descriptor_table_protodef_google_2fapi_2fclient_2eproto, + false, false, 4627, descriptor_table_protodef_google_2fapi_2fclient_2eproto, "google/api/client.proto", &descriptor_table_google_2fapi_2fclient_2eproto_once, descriptor_table_google_2fapi_2fclient_2eproto_deps, 3, 19, schemas, file_default_instances, TableStruct_google_2fapi_2fclient_2eproto::offsets, @@ -5016,10 +5019,12 @@ SelectiveGapicGeneration::SelectiveGapicGeneration(const SelectiveGapicGeneratio : ::PROTOBUF_NAMESPACE_ID::Message(), methods_(from.methods_) { _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + generate_omitted_as_internal_ = from.generate_omitted_as_internal_; // @@protoc_insertion_point(copy_constructor:google.api.SelectiveGapicGeneration) } inline void SelectiveGapicGeneration::SharedCtor() { +generate_omitted_as_internal_ = false; } SelectiveGapicGeneration::~SelectiveGapicGeneration() { @@ -5046,6 +5051,7 @@ void SelectiveGapicGeneration::Clear() { (void) cached_has_bits; methods_.Clear(); + generate_omitted_as_internal_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -5070,6 +5076,14 @@ const char* SelectiveGapicGeneration::_InternalParse(const char* ptr, ::_pbi::Pa } else goto handle_unusual; continue; + // bool generate_omitted_as_internal = 2 [json_name = "generateOmittedAsInternal"]; + case 2: + if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { + generate_omitted_as_internal_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + CHK_(ptr); + } else + goto handle_unusual; + continue; default: goto handle_unusual; } // switch @@ -5109,6 +5123,12 @@ uint8_t* SelectiveGapicGeneration::_InternalSerialize( target = stream->WriteString(1, s, target); } + // bool generate_omitted_as_internal = 2 [json_name = "generateOmittedAsInternal"]; + if (this->_internal_generate_omitted_as_internal() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteBoolToArray(2, this->_internal_generate_omitted_as_internal(), 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); @@ -5133,6 +5153,11 @@ size_t SelectiveGapicGeneration::ByteSizeLong() const { methods_.Get(i)); } + // bool generate_omitted_as_internal = 2 [json_name = "generateOmittedAsInternal"]; + if (this->_internal_generate_omitted_as_internal() != 0) { + total_size += 1 + 1; + } + return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); } @@ -5156,6 +5181,9 @@ void SelectiveGapicGeneration::MergeFrom(const SelectiveGapicGeneration& from) { (void) cached_has_bits; methods_.MergeFrom(from.methods_); + if (from._internal_generate_omitted_as_internal() != 0) { + _internal_set_generate_omitted_as_internal(from._internal_generate_omitted_as_internal()); + } _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } @@ -5174,6 +5202,7 @@ void SelectiveGapicGeneration::InternalSwap(SelectiveGapicGeneration* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); methods_.InternalSwap(&other->methods_); + swap(generate_omitted_as_internal_, other->generate_omitted_as_internal_); } ::PROTOBUF_NAMESPACE_ID::Metadata SelectiveGapicGeneration::GetMetadata() const { diff --git a/src/viam/api/google/api/client.pb.h b/src/viam/api/google/api/client.pb.h index 3cd28f8d1..d54ae575e 100644 --- a/src/viam/api/google/api/client.pb.h +++ b/src/viam/api/google/api/client.pb.h @@ -3252,6 +3252,7 @@ class SelectiveGapicGeneration final : enum : int { kMethodsFieldNumber = 1, + kGenerateOmittedAsInternalFieldNumber = 2, }; // repeated string methods = 1 [json_name = "methods"]; int methods_size() const; @@ -3277,6 +3278,15 @@ class SelectiveGapicGeneration final : std::string* _internal_add_methods(); public: + // bool generate_omitted_as_internal = 2 [json_name = "generateOmittedAsInternal"]; + void clear_generate_omitted_as_internal(); + bool generate_omitted_as_internal() const; + void set_generate_omitted_as_internal(bool value); + private: + bool _internal_generate_omitted_as_internal() const; + void _internal_set_generate_omitted_as_internal(bool value); + public: + // @@protoc_insertion_point(class_scope:google.api.SelectiveGapicGeneration) private: class _Internal; @@ -3285,6 +3295,7 @@ class SelectiveGapicGeneration final : typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField methods_; + bool generate_omitted_as_internal_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_google_2fapi_2fclient_2eproto; }; @@ -6703,6 +6714,26 @@ SelectiveGapicGeneration::mutable_methods() { return &methods_; } +// bool generate_omitted_as_internal = 2 [json_name = "generateOmittedAsInternal"]; +inline void SelectiveGapicGeneration::clear_generate_omitted_as_internal() { + generate_omitted_as_internal_ = false; +} +inline bool SelectiveGapicGeneration::_internal_generate_omitted_as_internal() const { + return generate_omitted_as_internal_; +} +inline bool SelectiveGapicGeneration::generate_omitted_as_internal() const { + // @@protoc_insertion_point(field_get:google.api.SelectiveGapicGeneration.generate_omitted_as_internal) + return _internal_generate_omitted_as_internal(); +} +inline void SelectiveGapicGeneration::_internal_set_generate_omitted_as_internal(bool value) { + + generate_omitted_as_internal_ = value; +} +inline void SelectiveGapicGeneration::set_generate_omitted_as_internal(bool value) { + _internal_set_generate_omitted_as_internal(value); + // @@protoc_insertion_point(field_set:google.api.SelectiveGapicGeneration.generate_omitted_as_internal) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__